RFR: JDK-8148735: Simplify G1CollectorPolicy::max_region()

Bengt Rutisson bengt.rutisson at oracle.com
Mon Feb 1 10:05:06 UTC 2016


Hi everyone,

Could I have a couple of reviews for this change?

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

The G1CollectorPolicy::max_region() method is actually only used to get 
the max length for the survivor list. Simplify it to return just that.

Thanks,
Bengt



More information about the hotspot-gc-dev mailing list