coleenp [Fri, 16 Oct 2015 00:01:49 +0000] rev 33223
Merge
gziemski [Thu, 15 Oct 2015 13:34:21 -0500] rev 33222
8078556: Runtime: implement ranges (optionally constraints) for those flags that have them missing.
Summary: JEP 245: implement ranges and constraints for runtime flags.
Reviewed-by: coleenp, ddmitriev, jiangli, goetz
Contributed-by: goetz.lindenmaier@sap.com, gerard.ziemski@oracle.com
dcubed [Thu, 15 Oct 2015 19:17:08 +0000] rev 33221
Merge
dcubed [Thu, 15 Oct 2015 10:00:30 -0700] rev 33220
8136552: Last argument wins does not work for special options with "-XX:VMOptionsFile" option
Summary: match_special_option_and_act() should insert_vm_options_file() earlier and process the inserted options right away to honor "last option wins" semantics.
Reviewed-by: dcubed, coleenp
jbachorik [Thu, 15 Oct 2015 17:35:42 +0200] rev 33219
8135188: RunFinalizationTest.java Exception java.lang.Error: Test failure: Object was not finalized
Reviewed-by: dcubed, martin
tschatzl [Thu, 15 Oct 2015 13:00:17 +0200] rev 33218
Merge
tschatzl [Thu, 15 Oct 2015 10:15:08 +0200] rev 33217
8138752: G1CollectorPolicy::should_should_update_surv_rate_group_predictors() uses wrong predicate
Summary: Instead of only updating the survivor rate groups in the young gc after marking and before mixed gc, update them during young gcs outside of marking
Reviewed-by: mgerdin, drwhite