duke [Wed, 05 Jul 2017 20:55:51 +0200] rev 33233
Merge
mgerdin [Mon, 26 Oct 2015 17:13:40 -0400] rev 33232
8140452: Internal Error memory/allocation.cpp:179
Summary: use const ref & and avoid copy ctor
Reviewed-by: coleenp
amurillo [Thu, 22 Oct 2015 16:25:34 -0700] rev 33231
Merge
jprovino [Tue, 20 Oct 2015 11:17:19 -0400] rev 33230
Merge
brutisso [Tue, 20 Oct 2015 14:00:00 +0200] rev 33229
8139868: CMSScavengeBeforeRemark broken after JDK-8134953
Reviewed-by: sjohanss, jwilhelm
ehelin [Mon, 19 Oct 2015 15:21:01 +0200] rev 33228
8135078: Refactor InCSetState::is_in_cset_or_humongous
Reviewed-by: tschatzl, jwilhelm
david [Fri, 16 Oct 2015 14:11:29 +0200] rev 33227
8139277: Remove ScavengeWithObjectsInToSpace, ParallelOldGCSplitALot, ParallelOldGCSplitInterval, PSAdjustTenuredGenForMinorPause and PSAdjustYoungGenForMajorPause
Reviewed-by: tschatzl, sjohanss
kbarrett [Fri, 16 Oct 2015 14:55:09 -0400] rev 33226
8139341: Hide ExtendedOopClosure::_ref_processor
Summary: Make ExtendedOopClosure::_ref_processor private.
Reviewed-by: mgerdin, sjohanss
mdoerr [Fri, 16 Oct 2015 10:20:59 +0200] rev 33225
8139734: ppc: fix build after "8078556: Runtime: implement ranges..."
Reviewed-by: goetz
kbarrett [Thu, 15 Oct 2015 10:10:13 -0400] rev 33224
8139200: Eliminate G1ParClosureSuper::_worker_id
Summary: Moved _worker_id from G1ParClosureSuper to G1ParCopyHelper.
Reviewed-by: mgerdin, tschatzl
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