-
Notifications
You must be signed in to change notification settings - Fork 473
Provide JDK 11 with ZGC enabled #233
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
Comments
Unfortunately, yes exactly this. We don't build OpenJDK from source (for various reasons), so this will need to be reported on the Debian It could also be a quirk of |
Same in non slim:
|
ZGC is an experimental JVM feature, so it needs to be enabled during the configuration of the build from OpenJDK source code. It is built in with the Oracle OpenJDK builds - see #235 for status, and should be available in Debian builds soon. |
It seems this has been fixed upstream, how/when is a rebuild triggered?
|
The automatic update.sh caught it already in 11ac138. We just need to update https://github.com/docker-library/official-images with a PR (we'll probably do so tomorrow morning). |
Sounds good @yosifkit! Since JDK 11 is no longer in EA maybe the https://github.com/docker-library/openjdk/blob/master/update.sh#L191-L197 |
Already done: bca955f And should be building shortly with the merge in official images: docker-library/official-images#4892. |
Sorry to derail, but would anyone happen to know the status of ZGC on Windows? I have the latest release from http://jdk.java.net/11/ but get the same message as above. Thanks. |
I think ZGC only has experimental support under Linux on x86_64 so far. |
@rbjorklin Ah that's a shame, I will wait and see what happens then. Thanks for your swift response 👍. |
@c-edw you might still be interested in trying JDK11, there has been some significant tweaking on the G1GC: http://mail.openjdk.java.net/pipermail/hotspot-gc-use/2018-June/002759.html |
ZGC has been ported to SPARC/Solaris, and there is work being done by Linaro on an AArch64/Linux port. There is no Windows port yet. |
Java 11 is shipping with low latency Garbage collector.. However starting docker image from openjdk seems to have this feature missing:
This option is architecture specific - only available for Linux/x64.
It could also be upstream issue - debian packacing issue? Probably same problem as seen in https://twitter.com/shipilev/status/1039180042260111360
https://src.fedoraproject.org/rpms/java-11-openjdk/c/915d59aa585cfbb210d74ebf9e717c2eddb7d93c?branch=master
The text was updated successfully, but these errors were encountered: