Shenandoah: How small is small?

Aleksey Shipilev shade at redhat.com
Fri Nov 18 16:52:52 UTC 2016


On 11/18/2016 05:42 PM, org.openjdk at io7m.com wrote:
> Are there binary builds available, or do I need to build from source?

For performance experiments, I would suggest building from sources
source (bonus: you will also test how well your application runs on JDK 9 ;)

$ hg clone http://hg.openjdk.java.net/shenandoah/jdk9 shenandoah
$ cd shenandoah
$ ./configure
$ make images
$ build/linux-x86_64-normal-server-release/images/jdk/bin/java
-XX:+UseShenandoahGC -Xlog:gc
[0.004s][info][gc] Using Shenandoah

Thanks,
-Aleksey



More information about the shenandoah-dev mailing list