We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the JNLP file I set the Shenandoah GC with the vm-args:
<j2se version="17*" vendor="*" java-vm-args="-Xmx3g -Xms1g -XX:+UseShenandoahGC"/>
but I got the warning:
[ITW-CORE][WARN ][net.sourceforge.jnlp.Parser] Ignoring java-vm-args due to illegal Property -XX:+UseShenandoahGC
Is the any possibility to use it?
The text was updated successfully, but these errors were encountered:
Issue is set to IcedTea-Web AdoptOpenJDK/IcedTea-Web#913
Pull request is pending on AdoptOpenJDK/IcedTea-Web#914
Sorry, something went wrong.
No branches or pull requests
In the JNLP file I set the Shenandoah GC
with the vm-args:
but I got the warning:
[ITW-CORE][WARN ][net.sourceforge.jnlp.Parser] Ignoring java-vm-args due to illegal Property -XX:+UseShenandoahGC
Is the any possibility to use it?
The text was updated successfully, but these errors were encountered: