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:57:19 UTC 2013


On Thu, 2013-05-16 at 23:42 +0200, Bengt Rutisson wrote:
> Hi Thomas,
> 
> The change will work and the test looks good.
> 
> However, it seems a bit odd to have this default value and flag setting 
> in check_vm_args_consistency(). Could we move it up 
> Arguments::finalize_vm_init_args()? That method already has similar code 
> for OptoLoopAlignment and MaxLoopPad flags.

Okay. Nwe webrev at
http://cr.openjdk.java.net/~tschatzl/8014765/webrev/ (sorry, same link)

changes:
- moved the code as suggested
- changed FLAG_SET_DEFAULT to FLAG_SET_ERGO as suggested by Jon M.

Hth,
Thomas





More information about the hotspot-gc-dev mailing list