nixpkgs/pkgs
Austin Seipp 1629147423 openjdk11: enable ZGC on x86_64-linux
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>
2018-11-16 20:22:40 -06:00
..
applications Merge pull request #50319 from fuwa0529/update-monero 2018-11-17 01:23:08 +00:00
build-support Merge pull request #50302 from zimbatm/libredirect-misc 2018-11-14 00:16:56 +01:00
common-updater
data Merge pull request #47690 from romildo/fix.icon-cache 2018-11-12 17:24:53 -06:00
desktops Merge pull request #47690 from romildo/fix.icon-cache 2018-11-12 17:24:53 -06:00
development openjdk11: enable ZGC on x86_64-linux 2018-11-16 20:22:40 -06:00
games Merge pull request #50379 from ptrhlm/anki 2018-11-15 22:37:15 +00:00
misc gnash: remove gstreamer support 2018-11-16 23:56:52 +01:00
os-specific Merge pull request #50431 from eadwu/nvidia_x11/410.78 2018-11-17 02:17:15 +01:00
servers monetdb: 11.29.7 -> 11.31.11 2018-11-16 23:33:26 +01:00
shells dash: add licenses 2018-11-15 00:13:52 +01:00
stdenv meta.tests: rename into passthru.tests 2018-11-11 23:11:46 +09:00
test pkgs/test/nixos-functions: Add inline doc 2018-11-13 10:47:17 +01:00
tools at: run tests 2018-11-16 16:45:08 +01:00
top-level nodePackages: 8_x -> 10_x 2018-11-16 21:31:44 +00:00