Wed, 11 Dec 2013 13:51:28 -0500 8029566: PPC: OrderAccess::load_acquire(julong) is broken
jprovino [Wed, 11 Dec 2013 13:51:28 -0500] rev 22227
8029566: PPC: OrderAccess::load_acquire(julong) is broken Summary: JFR needs this fix to run on PPC Reviewed-by: sla, mikael
Wed, 11 Dec 2013 01:09:04 +0400 8029153: [TESTBUG] test/compiler/7141637/SpreadNullArg.java fails because it expects NullPointerException
iignatyev [Wed, 11 Dec 2013 01:09:04 +0400] rev 22226
8029153: [TESTBUG] test/compiler/7141637/SpreadNullArg.java fails because it expects NullPointerException Reviewed-by: twisti
Wed, 11 Dec 2013 01:04:34 +0400 8028122: [TESTBUG] compiler/regalloc/C1ObjectSpillInLogicOp.java
iignatyev [Wed, 11 Dec 2013 01:04:34 +0400] rev 22225
8028122: [TESTBUG] compiler/regalloc/C1ObjectSpillInLogicOp.java Reviewed-by: kvn, twisti
Fri, 06 Dec 2013 16:43:56 -0800 8029366: ShouldNotReachHere error when creating an array with component type of void
twisti [Fri, 06 Dec 2013 16:43:56 -0800] rev 22224
8029366: ShouldNotReachHere error when creating an array with component type of void Reviewed-by: kvn
Fri, 06 Dec 2013 12:11:51 -0800 8028107: Kitchensink crashed with EAV
kvn [Fri, 06 Dec 2013 12:11:51 -0800] rev 22223
8028107: Kitchensink crashed with EAV Summary: check the state of caller and callee nmethods and skip call site patching if any of them is not alive Reviewed-by: jrose, twisti
Mon, 09 Dec 2013 10:03:39 +0100 8029106: JVM crashes in Metachunk::Metachunk during parallel class redefinition (PrivateMLetController, anonymous-simple_copy_1)
stefank [Mon, 09 Dec 2013 10:03:39 +0100] rev 22222
8029106: JVM crashes in Metachunk::Metachunk during parallel class redefinition (PrivateMLetController, anonymous-simple_copy_1) Summary: Fixed overflow bug in VirtualSpaceNode::is_available Reviewed-by: mgerdin, brutisso, coleenp, jmasa
Tue, 10 Dec 2013 10:31:00 +0100 8028993: Full collections with ParallelScavenge slower in JDK 8 compared to 7u40
sjohanss [Tue, 10 Dec 2013 10:31:00 +0100] rev 22221
8028993: Full collections with ParallelScavenge slower in JDK 8 compared to 7u40 Summary: Reducing the number of calls to follow_class_loader to speed up the marking phase. Also removed some unnecessary calls to adjust_klass. Reviewed-by: stefank, jmasa, mgerdin
Mon, 09 Dec 2013 08:20:45 +0100 8029326: G1 does not check if threads gets created
ehelin [Mon, 09 Dec 2013 08:20:45 +0100] rev 22220
8029326: G1 does not check if threads gets created Reviewed-by: brutisso, jmasa, jwilhelm
Tue, 10 Dec 2013 16:18:26 -0500 8028741: Interface Method Resolution should skip static and non-public methods in j.l.Object
hseigel [Tue, 10 Dec 2013 16:18:26 -0500] rev 22219
8028741: Interface Method Resolution should skip static and non-public methods in j.l.Object Summary: Implementation of JDK 8 JVMS 5.4.3.4 specification change to skip static and non-public methods of java.lang.Object for interface method resolution. Reviewed-by: acorn, coleenp Contributed-by: lois.foltan@oracle.com
Fri, 06 Dec 2013 11:33:10 -0500 8029415: java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java fails on all platforms with hs25-b61
hseigel [Fri, 06 Dec 2013 11:33:10 -0500] rev 22218
8029415: java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java fails on all platforms with hs25-b61 Summary: Check first that a class is not a dynamically-generated bytecode associated with 1.4 reflection implementation, to emitting an ICCE of an invokespecial IMR of a method in an indirect superinterface. Reviewed-by: acorn, hseigel Contributed-by: lois.foltan@oracle.com
Thu, 05 Dec 2013 12:35:38 +0100 8028412: AsyncGetCallTrace() is broken on x86 in JDK 7u40
mgronlun [Thu, 05 Dec 2013 12:35:38 +0100] rev 22217
8028412: AsyncGetCallTrace() is broken on x86 in JDK 7u40 Reviewed-by: kvn, sspitsyn
Wed, 04 Dec 2013 14:43:50 +0100 8029395: SA: jstack throws WrongTypeException
sla [Wed, 04 Dec 2013 14:43:50 +0100] rev 22216
8029395: SA: jstack throws WrongTypeException Summary: SA missed some TLABs Reviewed-by: dsamersoff, mgerdin, brutisso
Wed, 04 Dec 2013 08:10:31 -0500 8027458: VM anonymous classes: wrong context for protected access checks
hseigel [Wed, 04 Dec 2013 08:10:31 -0500] rev 22215
8027458: VM anonymous classes: wrong context for protected access checks Summary: Use the anonymous class's host class for protected access checks Reviewed-by: acorn, coleenp, lfoltan
Tue, 31 Dec 2013 19:26:57 +0400 8028587: New tests development for intrisics for basic operators - add, neg, inc, dec, sub, mul
iignatyev [Tue, 31 Dec 2013 19:26:57 +0400] rev 22214
8028587: New tests development for intrisics for basic operators - add, neg, inc, dec, sub, mul Reviewed-by: twisti Contributed-by: anton.ivanov@oracle.com
Thu, 26 Dec 2013 21:00:23 -0800 8027388: JVM crashes with SIGSEGV (0xb) at pc=0x00000001077cbbf6
iveresov [Thu, 26 Dec 2013 21:00:23 -0800] rev 22213
8027388: JVM crashes with SIGSEGV (0xb) at pc=0x00000001077cbbf6 Summary: Make object non-scalarizable if it has field with multiple bases one of which is null Reviewed-by: kvn, twisti
Fri, 20 Dec 2013 10:31:14 +0100 8028052: compiler/startup/SmallCodeCacheStartup.java fails there is no 'no space to run compiler' in the output
anoll [Fri, 20 Dec 2013 10:31:14 +0100] rev 22212
8028052: compiler/startup/SmallCodeCacheStartup.java fails there is no 'no space to run compiler' in the output Summary: Weaken test so that configurations that have no C1 compiler pass Reviewed-by: iveresov
Fri, 20 Dec 2013 10:29:44 +0100 8030783: Provide regression test for 8026478: -XX:+VerifyAdapterSharing is broken
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
Thu, 19 Dec 2013 14:08:02 +0100 8025277: Add -XX: flag to print code cache sweeper statistics
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
Thu, 19 Dec 2013 06:09:16 +0100 8026478: -XX:+VerifyAdapterSharing is broken
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
Tue, 17 Dec 2013 08:31:06 +0100 8029091: Bug in calculation of code cache sweeping interval
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
Thu, 09 Jan 2014 16:53:51 +0100 Merge
ehelin [Thu, 09 Jan 2014 16:53:51 +0100] rev 22207
Merge
Tue, 07 Jan 2014 16:15:35 +0100 Merge
ehelin [Tue, 07 Jan 2014 16:15:35 +0100] rev 22206
Merge
Tue, 07 Jan 2014 13:31:33 +0100 8027364: PSScavenge accounts too large code section to StringTable unlink
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>
Mon, 16 Dec 2013 13:43:06 +0100 8027440: DefNew does not log heap change information when a promotion failure occurs
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
Mon, 16 Dec 2013 08:54:14 +0100 8029524: Remove unsused method CollectedHeap::unsafe_max_alloc()
brutisso [Mon, 16 Dec 2013 08:54:14 +0100] rev 22203
8029524: Remove unsused method CollectedHeap::unsafe_max_alloc() Reviewed-by: pliden, jmasa
Wed, 08 Jan 2014 13:53:24 -0800 Merge
dcubed [Wed, 08 Jan 2014 13:53:24 -0800] rev 22202
Merge
Tue, 07 Jan 2014 13:26:56 -0500 8029178: Parallel class loading test anonymous-simple gets SIGSEGV in Metaspace::contains
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
Tue, 07 Jan 2014 12:32:57 +0100 8031305: (hotspot) com.sun.management.VMOption is missing the ATTACH_ON_DEMAND origin
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
Tue, 07 Jan 2014 10:50:28 +0100 4990369: visibleMethods() and methodsByName() return wrong visible methods
sla [Tue, 07 Jan 2014 10:50:28 +0100] rev 22199
4990369: visibleMethods() and methodsByName() return wrong visible methods Reviewed-by: sspitsyn, coleenp
Mon, 06 Jan 2014 08:44:24 -0500 8030955: assert(_prologue != NULL) failed: prologue pointer must be initialized
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
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip