dsamersoff [Mon, 07 Mar 2016 20:58:09 +0300] rev 36585
8147456: Parsing of argument for -agentpath can write outside of allocated memory
Reviewed-by: sspitsyn, dholmes
Contributed-by: sharath.ballal@oracle.com
gziemski [Mon, 07 Mar 2016 19:29:47 +0000] rev 36584
Merge
gziemski [Mon, 07 Mar 2016 10:39:24 -0600] rev 36583
8146850: Remove TraceHandleAllocation rather than converting to UL
8149850: Remove HandleAllocationLimit and TotalHandleAllocationLimit when removing TraceHandleAllocation
Summary: Removed TraceHandleAllocation, HandleAllocationLimit and TotalHandleAllocationLimit flags
Reviewed-by: coleenp, dholmes
jwilhelm [Mon, 07 Mar 2016 19:17:35 +0100] rev 36582
Merge
jwilhelm [Mon, 29 Feb 2016 15:47:41 +0100] rev 36581
6787054: Par compact - remove code that clears source_region
Reviewed-by: mgerdin, tschatzl
jmasa [Thu, 03 Mar 2016 11:36:25 -0800] rev 36580
8151101: Improve UseParallelGC parallelization of object array processing
Reviewed-by: tschatzl, shade
Contributed-by: richard.reingruber@sap.com
sjohanss [Mon, 07 Mar 2016 15:07:58 +0100] rev 36579
8149642: gc/g1/TestShrinkAuxiliaryData* tests fail with "GC triggered before VM initialization completed"
Reviewed-by: brutisso, dfazunen
tschatzl [Mon, 07 Mar 2016 12:49:35 +0100] rev 36578
Merge
tschatzl [Mon, 07 Mar 2016 10:56:06 +0100] rev 36577
8142484: Let IHOP follow the current capacity, not the maximum capacity
Summary: Instead of following the current heap capacity, let all IHOP calculations follow the maximum capacity.
Reviewed-by: brutisso, jmasa
drwhite [Tue, 01 Mar 2016 12:10:50 -0500] rev 36576
8078673: Update TEST.groups for recent GC tests
Summary: Updates the needs_g1gc list in TEST.groups and adds appropriate "@requires vm.gc" annotations to a few GC tests.
Reviewed-by: tschatzl, dfazunen
sangheki [Mon, 07 Mar 2016 10:01:38 +0000] rev 36575
Merge
sangheki [Mon, 07 Mar 2016 01:20:12 -0800] rev 36574
8145204: JVM can hang when ParGCArrayScanChunk=4294967296 and ParallelGC is used
Summary: Changed the max value of ParGCArrayScanChunk to max_jint/3
Reviewed-by: jwilhelm, drwhite
rehn [Fri, 26 Feb 2016 10:51:01 +0100] rev 36573
8150026: Add the ability to log with variable log level
Reviewed-by: brutisso, mlarsson
ddmitriev [Mon, 07 Mar 2016 10:36:50 +0300] rev 36572
8149973: Optimize object alignment check in debug builds.
Reviewed-by: coleenp, tschatzl
stuefe [Sun, 06 Mar 2016 19:07:57 -0500] rev 36571
8150843: [windows] os::getTimesSecs() returns negative values for kernel, user times
Reviewed-by: dholmes