RFR: 8080876: Replace unnecessary MAX2(ParallelGCThreads, 1) calls with ParallelGCThreads

Stefan Karlsson stefan.karlsson at oracle.com
Thu May 21 14:20:26 UTC 2015


Hi all,

Please, review this patch to replace instances of 
MAX2(ParallelGCThreads, 1) with ParallelGCThreads, in G1 and CMS code.

The patch also contains a few small cleanups around the setup of the 
ReferenceProcessors, just to make the code consistent over the collectors.

http://cr.openjdk.java.net/~stefank/8080876/webrev.00/
https://bugs.openjdk.java.net/browse/JDK-8080876

Thanks,
StefanK



More information about the hotspot-gc-dev mailing list