JEP 248: Make G1 the Default Garbage Collector

Andrew Haley aph at redhat.com
Fri Jul 31 09:24:40 UTC 2015


On 31/07/15 07:14, Kirk Pepperdine wrote:
> javac is as a disk bound activity where the stress comes from reading zip files.

Not these days, I don't think.  All the commonly-used files will
live in the filesystem caches, and it's just a matter of how fast
we can slurp them.

Andrew.



More information about the hotspot-dev mailing list