JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
97 stars 28 forks source link

-XX:+UseConcMarkSweepGC is deprecated #51

Closed jastice closed 4 years ago

jastice commented 4 years ago

The plugin encodes "-XX:+UseConcMarkSweepGC" as default in org.jetbrains.sbtidea.runIdea.IntellijVMOptions. When running under JDK11, this results in error messages:

[error] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.