dholmes [Mon, 02 May 2016 19:38:15 -0400] rev 38173
8154710: [Solaris] Investigate use of in-memory low-resolution timestamps for Java and internal time API's
Reviewed-by: shade, rriggs, dcubed
kbarrett [Mon, 02 May 2016 12:07:58 -0400] rev 38172
8155524: HotCardCache shouldn't be part of ConcurrentG1Refine
Summary: Make G1CollectedHeap owner of HotCardCache.
Reviewed-by: jmasa, mgerdin, tschatzl
jmasa [Mon, 02 May 2016 17:46:08 +0000] rev 38171
Merge
jmasa [Fri, 01 Apr 2016 12:32:34 -0700] rev 38170
8150994: UseParallelGC fails with UseDynamicNumberOfGCThreads with specjbb2005
Reviewed-by: tschatzl, kbarrett
tschatzl [Mon, 02 May 2016 19:43:41 +0200] rev 38169
Merge
tschatzl [Mon, 02 May 2016 18:54:09 +0200] rev 38168
Merge
tschatzl [Mon, 02 May 2016 17:45:19 +0200] rev 38167
8154955: Negative Other Time in gc logs due to 'Wait for Root Region Scan' not included
Summary: Move the note_gc_start() call before the wait_for_root_region_scanning() one.
Reviewed-by: kbarrett, tschatzl
Contributed-by: Yu Zhang <yu.zhang@oracle.com>
sgehwolf [Mon, 02 May 2016 13:39:52 +0200] rev 38166
8155819: Support non-continuous CodeBlobs in HotSpot broke Zero
Summary: Adjust to CompiledMethod changes.
Reviewed-by: coleenp, rbackman