1629147423
The Z Garbage Collector is a concurrent, scalable, low latency garbage collector designed to meet extremely-low-pause-time requirements for small-to-multi-TB heap sizes. ZGC can be enabled with the magical incantation: $ java -XX:+UnlockExperimentalVMOptions -XX:+UseZGC ... Currently, ZGC is only available for x86_64-linux (though a port for aarch64-linux may become available at a future time.) There are also a number of other features that currently aren't present, such as JVMCI integration (meaning compiler tools like Graal which require JVMCI will not work with ZGC enabled.) Signed-off-by: Austin Seipp <aseipp@pobox.com> |
||
---|---|---|
.. | ||
darwin | ||
8.nix | ||
11.nix | ||
004_add-fontconfig.patch | ||
005_enable-infinality.patch | ||
bootstrap.nix | ||
currency-date-range-jdk8.patch | ||
currency-date-range-jdk10.patch | ||
fix-java-home-jdk8.patch | ||
fix-java-home-jdk10.patch | ||
generate-cacerts.pl | ||
make-bootstrap.nix | ||
read-truststore-from-env-jdk8.patch | ||
read-truststore-from-env-jdk10.patch | ||
swing-use-gtk-jdk8.patch | ||
swing-use-gtk-jdk10.patch |