You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Java-level JVM compiler interface (JVMCI) has been removed from JDK 17, but the sbt script tries to enable it with JVM options "-XX:+UnlockExperimentalVMOptions -XX:+UseJVMCICompiler". The result is that the sbt script fails to start with error "Cannot use JVMCI compiler: No JVMCI compiler found".
As a temporary workaround, I have removed those options from line 260 of my local copy of the sbt script. I am not sure how the project uses JVMCI, but it generally seems to be working without those options.