RFR(s): 8153771: Introduce MinPLABSize option

sangheon sangheon.kim at oracle.com
Wed May 3 23:53:49 UTC 2017


Hi,

Could I get some reviews for this change of introducing MinPLABSize option?

In some cases, PLAB and TLAB requirements would be different. But 
currently PLAB::min_size() is calculated from MinTLABSize option. This 
proposal introduces MinPLABSize option and replaces MinTLABSize with 
MinPLABSize at PLAB::min_size().

CR: https://bugs.openjdk.java.net/browse/JDK-8153771
Webrev: http://cr.openjdk.java.net/~sangheki/8153771/webrev.0
Testing: JPRT, TestOptionsWithRanges.java for all platforms

Thanks,
Sangheon



More information about the hotspot-gc-dev mailing list