jprovino [Mon, 04 Apr 2016 12:57:48 -0400] rev 37248
8132524: Missing includes to resourceArea.hpp
Summary: Files that use ResourceMark are missing the include of resourceArea.hpp
Reviewed-by: tschatzl, jwilhelm
rehn [Mon, 04 Apr 2016 15:05:52 +0200] rev 37247
8153254: Delegate (v)write from Log to LogTagSet
Reviewed-by: stefank, kbarrett
stefank [Mon, 04 Apr 2016 13:36:27 +0200] rev 37246
Merge
stefank [Mon, 04 Apr 2016 12:45:04 +0200] rev 37245
8152635: Create a UL class to represent a Log + Level combination
Reviewed-by: brutisso, mlarsson, rehn
sjohanss [Thu, 24 Mar 2016 10:49:08 +0100] rev 37244
8151460: Metaspace counters can have inconsistent values
Reviewed-by: jmasa, pliden
stefank [Mon, 04 Apr 2016 11:32:04 +0200] rev 37243
Merge
stefank [Mon, 04 Apr 2016 09:15:15 +0200] rev 37242
8152632: Rename LogHandle(...) to Log(...)
Reviewed-by: brutisso, mlarsson, rprotacio
stefank [Mon, 04 Apr 2016 09:15:01 +0200] rev 37241
8152538: UL doesn't inline the LogTagSet::is_level check
Reviewed-by: mlarsson, brutisso
mlarsson [Mon, 04 Apr 2016 09:59:57 +0200] rev 37240
Merge
mlarsson [Mon, 04 Apr 2016 08:58:38 +0200] rev 37239
8153174: Remove trailing comma from log configuration listings
Reviewed-by: rehn, sla
brutisso [Fri, 01 Apr 2016 10:16:31 +0200] rev 37238
8153203: Remove liveRange.hpp
Reviewed-by: mgerdin, jwilhelm
jwilhelm [Sat, 02 Apr 2016 05:39:25 +0200] rev 37237
Merge
dcubed [Fri, 01 Apr 2016 14:34:17 -0700] rev 37236
Merge
dcubed [Fri, 01 Apr 2016 14:30:10 -0700] rev 37235
8153302: [BACKOUT] STW phases at Concurrent GC should count in PerfCounter
Reviewed-by: jmasa, jwilhelm
sangheki [Fri, 01 Apr 2016 09:45:50 -0700] rev 37234
8153201: TestOptionsWithRanges fails with -XX:OldPLABSize=2147483648
Summary: Add parallel gc into min/max PLAB constraint function
Reviewed-by: brutisso, tbenson
sangheki [Fri, 01 Apr 2016 09:43:13 -0700] rev 37233
8152176: Big ParGCCardsPerStrideChunk values can cause overflow for CMS GC
Summary: Limit the max value of ParGCCardsPerStrideChunk based on card table size and other stride flags
Reviewed-by: jmasa, tbenson