drwhite [Fri, 11 Mar 2016 16:59:58 -0500] rev 37081
8140257: Add support for "gc service threads" to ConcurrentGCThread
Summary: Push up the common run() and stop() methods from subclasses to ConcurrentGCThread, as well as declaration iof run_service() stop_service().
Reviewed-by: kbarrett, pliden
brutisso [Sun, 13 Mar 2016 13:26:47 +0100] rev 37080
8151604: Rely on options range checking rather than explict checks
Reviewed-by: jwilhelm, drwhite, sangheki
mockner [Fri, 11 Mar 2016 17:02:04 +0100] rev 37079
Merge
mockner [Thu, 10 Mar 2016 15:52:56 -0500] rev 37078
8146551: The output from classresolve tag has been shortened and moved to debug level.
Summary: The output from classresolve tag has been shortened and moved to debug level.
Reviewed-by: coleenp, rprotacio
mlarsson [Fri, 11 Mar 2016 14:55:17 +0100] rev 37077
Merge
rehn [Tue, 08 Mar 2016 13:05:21 +0100] rev 37076
8151265: Add a way to extend UL tags
Reviewed-by: dholmes, kbarrett
ddmitriev [Fri, 11 Mar 2016 15:34:48 +0300] rev 37075
8151304: Remove unused develop options(ClearInterpreterLocals and others)
Reviewed-by: coleenp, jwilhelm
brutisso [Fri, 11 Mar 2016 12:17:35 +0100] rev 37074
Merge
brutisso [Fri, 11 Mar 2016 11:34:22 +0100] rev 37073
8151605: Change warning() to log_warning(gc) in the GC code
Reviewed-by: jwilhelm, jmasa
brutisso [Fri, 11 Mar 2016 10:30:23 +0100] rev 37072
8151602: Remove logging from refillLinearAllocBlockIfNeeded()
Reviewed-by: tschatzl, sjohanss
brutisso [Fri, 11 Mar 2016 10:27:45 +0100] rev 37071
8151603: Use error stream instead of tty for logging before ShouldNotReachHere()
Reviewed-by: mgerdin, sjohanss
mgerdin [Fri, 11 Mar 2016 10:18:11 +0100] rev 37070
8151633: Don't keep copies of the survivor lists and counts in the G1CollectorPolicy
Reviewed-by: tbenson, tschatzl
tschatzl [Fri, 11 Mar 2016 10:06:30 +0100] rev 37069
Merge
tschatzl [Fri, 11 Mar 2016 09:50:23 +0100] rev 37068
8150952: Net PLAB size is clipped to max PLAB size as a whole, not on a per thread basis
Summary: Bound PLAB size when handing out PLAB sizes, not before.
Reviewed-by: drwhite, jwilhelm
pliden [Fri, 11 Mar 2016 09:09:52 +0100] rev 37067
8134749: SoftReferences declared dead too early
Reviewed-by: jmasa, tbenson
kbarrett [Thu, 10 Mar 2016 21:57:27 +0000] rev 37066
Merge
kbarrett [Thu, 10 Mar 2016 16:21:46 -0500] rev 37065
8150676: Use BufferNode index
Summary: Maintain index and use it, removing extra checks for or stores of NULL.
Reviewed-by: jmasa, tschatzl
coleenp [Thu, 10 Mar 2016 13:43:47 -0500] rev 37064
8150778: Reduce Throwable.getStackTrace() calls to the JVM
Summary: replace JVM_GetStackTraceDepth and JVM_GetStackTraceElement, with JVM_GetStackTraceElements that gets all the elements in the StackTraceElement[]
Reviewed-by: shade, mchung, dholmes, hseigel
iignatyev [Thu, 10 Mar 2016 14:15:15 +0100] rev 37063
Merge
dfazunen [Tue, 01 Mar 2016 20:30:28 +0400] rev 37062
8145908: [Newtest] Multi-threading stress test for G1 Remembered Sets
Reviewed-by: tschatzl, mchernov
mchernov [Thu, 03 Mar 2016 16:12:38 +0300] rev 37061
8150183: gc/g1/plab/TestPLABResize.java - previous PLAB size should be less than current
Reviewed-by: jmasa, dfazunen
stefank [Thu, 10 Mar 2016 10:17:34 +0100] rev 37060
Merge
stefank [Wed, 09 Mar 2016 12:45:44 +0100] rev 37059
8151440: Move BitMap verfication inline functions out from bitMap.hpp
Reviewed-by: tschatzl, pliden, kbarrett
stefank [Wed, 09 Mar 2016 12:44:49 +0100] rev 37058
8151439: Inline the BitMap constructor
Reviewed-by: tschatzl, pliden, kbarrett
stefank [Wed, 09 Mar 2016 12:44:12 +0100] rev 37057
8151436: Leaner ArrayAllocator and BitMaps
Reviewed-by: tschatzl, pliden, kbarrett
stefank [Thu, 25 Feb 2016 13:08:19 +0100] rev 37056
8150617: nth_bit and friends are broken
Reviewed-by: shade, tschatzl, vlivanov
brutisso [Thu, 10 Mar 2016 08:54:43 +0100] rev 37055
8151514: Remove the noisy NOISY debugging code from parCardTableModRefBS.cpp
Reviewed-by: tschatzl, pliden
sangheki [Wed, 09 Mar 2016 15:37:33 -0800] rev 37054
8145312: CMS: There is insufficient memory with CMSSamplingGrain=1
Summary: Change minimum range and add constraint function for CMSSamplingGrain flag
Reviewed-by: jmasa, ddmitriev