brutisso [Fri, 18 Mar 2016 10:51:29 +0100] rev 37159
8148759: G1AllocRegion::_count inconsistently used if more than one context is active
Reviewed-by: sjohanss, jwilhelm, tschatzl
mgerdin [Fri, 11 Mar 2016 11:22:56 +0100] rev 37158
8152101: Move G1 concurrent refinement adjustment code out of G1CollectorPolicy
Reviewed-by: jmasa, jwilhelm, kbarrett
sangheki [Fri, 18 Mar 2016 21:01:28 -0700] rev 37157
8152118: MinTLABSize should be less than TLAB max
Summary: Add a constraint for MinTLABSize to be less than or equal to TLAB max
Reviewed-by: brutisso, drwhite, jmasa
jwilhelm [Sat, 19 Mar 2016 02:44:27 +0000] rev 37156
Merge
jwilhelm [Sat, 19 Mar 2016 01:23:46 +0100] rev 37155
Merge
coleenp [Fri, 18 Mar 2016 23:12:49 +0000] rev 37154
Merge
coleenp [Fri, 18 Mar 2016 22:27:19 +0000] rev 37153
Merge
coleenp [Fri, 18 Mar 2016 15:14:22 -0400] rev 37152
8152065: TraceBytecodes breaks the interpreter expression stack
Summary: Move trace_bytecode to InterpreterRuntime and make trace_bytecode an IRT_LEAF so that safepoints are not allowed.
Reviewed-by: jiangli, dholmes, dcubed