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
Build JDK11u 11.0.9 (or a variant) with Shenandoah #2114
Comments
IMO we should include it as a default, it's mainline code, and fully supported there. |
Agreed. Do we need to discuss that in a TSC call, @karianna? |
I'll just make it a quick poll vote I think. |
I would be in favour of Shenandoah being included as a default if you're looking for community opinions :) |
So looking at this more closely, I think the nightlies just have this automatically. @bric3 Can you try a https://adoptopenjdk.net/nightly.html build (Java 11) and let us know if that works for you? |
@karianna Using the macOs build at least didn't. I'll test a linux one in a minute. EDIT it the same with the linux build. (Both dated from October 5). $ tar xf OpenJDK11U-jdk_x64_mac_hotspot_2020-10-05-14-54.tar.gz
$ cd jdk-11.0.9+10/Contents/Home/bin
$ ./java --version
openjdk 11.0.9 2020-10-20
OpenJDK Runtime Environment Hotspot (build 11.0.9+10-202010050013)
OpenJDK 64-Bit Server VM Hotspot (build 11.0.9+10-202010050013, mixed mode)
$ ./java -XX:+PrintFlagsFinal -XX:+UseShenandoahGC --version | less
Unrecognized VM option 'UseShenandoahGC'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit. Anyway on my own build from openjdk-jdk11u I had to explicitly activate it (
|
I'm sorry but I don't see Shenandoah in AdoptOpenJDK 11.0.9. What am I doing wrong?
|
Hello,
Do you plan to release a jdk11u build with Shenandoah ? As you are certainly aware Shenandoah was back-ported this summer, it just need to be activated in the build.
While the modification in this file is likely straightforward, it has certainly implications which I do not grasp. Wether to include Shanandoah in the default build may be something up to debate, but in the case it's a no I think that shipping a JDK11u variant with Shenandoah could be appreciated, I certainly would.
Cheers,
Thank you for this project !!!
The text was updated successfully, but these errors were encountered: