Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue running benchmark with Java 16 #63

Closed
rptba opened this issue Nov 11, 2021 · 2 comments
Closed

Issue running benchmark with Java 16 #63

rptba opened this issue Nov 11, 2021 · 2 comments
Assignees

Comments

@rptba
Copy link

rptba commented Nov 11, 2021

Downloaded the repository, runs fine with when the Gradle JVM is set to Java 15 but not Java 16

Working with JDK 15.0.4
Can't compile with JDK 16.0.2

System
IntelliJ Ultimate 2021.2.1
macOS Big Sur version 11.3.1

Cause: class org.gradle.internal.compiler.java.ClassNameCollector (in unnamed module @0x7244f195) cannot access class com.sun.tools.javac.code.Symbol$TypeSymbol (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.code to unnamed module @0x7244f195

@rinkledink
Copy link

rinkledink commented Nov 12, 2021

Looks like a similar issue to gradle/gradle#16641
Upgrading to gradle 7 should solve this problem, but may cause this issue #41

@qurbonzoda qurbonzoda self-assigned this Nov 16, 2021
OndrejSliva pushed a commit to OndrejSliva/kotlinx-benchmark that referenced this issue Jan 10, 2024
…sion-1.7.0-RC

build(deps): bump kotlin.version from 1.7.0-Beta to 1.7.0-RC
@qurbonzoda
Copy link
Contributor

Hi,

This issue should be fixed in the latest version of the library: 0.4.10.

Thanks for the feedback. Please don't hesitate to report new issues if you encounter challenges with using the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants