RFR (XXS): 8014765: VM exits if MaxTenuringThreshold is set below the default InitialTenuringThreshold, and InitialTenuringThreshold is not set

Thomas Schatzl thomas.schatzl at oracle.com
Thu May 16 21:21:41 UTC 2013


Hi all,

  could I get a quick review of the following CR?

The VM exits if MaxTenuringThreshold is set below the default
InitialTenuringThreshold, and InitialTenuringThreshold is not set.

Checking of InitialTenuringThreshold <= MaxTenuringThreshold has only
been introduced with 6843347.

This change automatically adapts InitialTenuringThreshold if it has the
default value and is > MaxTenuringThreshold to MaxTenuringThreshold.

bugs.sun.com
http://bugs.sun.com/view_bug.do?bug_id=8014765

jira:
https://jbs.oracle.com/bugs/browse/JDK-8014765

webrev:
http://cr.openjdk.java.net/~tschatzl/8014765/webrev/

Testing:
jtreg test case

Thomas




More information about the hotspot-gc-dev mailing list