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
"-XX:+UseZGC", // ZGC returns unused memory back to the OS, so Bloop does not occupy so much memory if unused
For instance, on Java 11 it will fail with:
Error: VM option 'UseZGC' is experimental and must be enabled via -XX:+UnlockExperimentalVMOptions.
Error: The unlock option must precede 'UseZGC'.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
I didn't try on earlier JDKs but it will probably fail altogether.
The text was updated successfully, but these errors were encountered:
I'm referring to
bloop-core/bloop-rifle/src/bloop/rifle/BloopRifleConfig.scala
Line 78 in 3dca45b
For instance, on Java 11 it will fail with:
I didn't try on earlier JDKs but it will probably fail altogether.
The text was updated successfully, but these errors were encountered: