anoll [Fri, 20 Dec 2013 10:29:44 +0100] rev 22211
8030783: Provide regression test for 8026478: -XX:+VerifyAdapterSharing is broken
Summary: Added simple regression test
Reviewed-by: iveresov
anoll [Thu, 19 Dec 2013 14:08:02 +0100] rev 22210
8025277: Add -XX: flag to print code cache sweeper statistics
Summary: New diagnostic flag prints statistics about the code cache sweeper
Reviewed-by: kvn
Contributed-by: tobi.hartmann@gmail.com
anoll [Thu, 19 Dec 2013 06:09:16 +0100] rev 22209
8026478: -XX:+VerifyAdapterSharing is broken
Summary: Fix by considering all checks in StubRoutines
Reviewed-by: kvn, twisti
anoll [Tue, 17 Dec 2013 08:31:06 +0100] rev 22208
8029091: Bug in calculation of code cache sweeping interval
Summary: Use signed data type so that no underflow can happen
Reviewed-by: kvn, roland
ehelin [Thu, 09 Jan 2014 16:53:51 +0100] rev 22207
Merge
ehelin [Tue, 07 Jan 2014 16:15:35 +0100] rev 22206
Merge
tschatzl [Tue, 07 Jan 2014 13:31:33 +0100] rev 22205
8027364: PSScavenge accounts too large code section to StringTable unlink
Summary: Correct timing measurement by modifying the scope of the GCTraceTime instance.
Reviewed-by: ysr, tamao
Contributed-by: Jeremy Manson <jeremymanson@google.com>
brutisso [Mon, 16 Dec 2013 13:43:06 +0100] rev 22204
8027440: DefNew does not log heap change information when a promotion failure occurs
Reviewed-by: tamao, jmasa
brutisso [Mon, 16 Dec 2013 08:54:14 +0100] rev 22203
8029524: Remove unsused method CollectedHeap::unsafe_max_alloc()
Reviewed-by: pliden, jmasa
dcubed [Wed, 08 Jan 2014 13:53:24 -0800] rev 22202
Merge
coleenp [Tue, 07 Jan 2014 13:26:56 -0500] rev 22201
8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains
Summary: Metaspace::contains cannot look at purged metaspaces while CMS concurrently deallocates them.
Reviewed-by: mgerdin, sspitsyn, jmasa
sla [Tue, 07 Jan 2014 12:32:57 +0100] rev 22200
8031305: (hotspot) com.sun.management.VMOption is missing the ATTACH_ON_DEMAND origin
Reviewed-by: jbachorik, mchung, dholmes
sla [Tue, 07 Jan 2014 10:50:28 +0100] rev 22199
4990369: visibleMethods() and methodsByName() return wrong visible methods
Reviewed-by: sspitsyn, coleenp
hseigel [Mon, 06 Jan 2014 08:44:24 -0500] rev 22198
8030955: assert(_prologue != NULL) failed: prologue pointer must be initialized
Summary: Allow multiple calls to PerfMemory::destroy()
Reviewed-by: zgu, coleenp
zgu [Tue, 31 Dec 2013 08:58:08 -0500] rev 22197
6730115: Fastdebug VM crashes with "ExceptionMark destructor expects no pending exceptions" error
Summary: Fixed incompatible uses of EXCEPTION_MARK and CHECK macros in AttachListener::init(), handle exception locally.
Reviewed-by: minqi, coleenp