Mon, 30 Mar 2015 08:28:07 -0700 8075438: [TESTBUG] Hotspot JTREG tests should use unique CDS archive names
ctornqvi [Mon, 30 Mar 2015 08:28:07 -0700] rev 30123
8075438: [TESTBUG] Hotspot JTREG tests should use unique CDS archive names Reviewed-by: hseigel, gtriantafill
Mon, 30 Mar 2015 09:47:52 -0400 8074718: Merge templateTable_x86 _32 and _64 .hpp files
mockner [Mon, 30 Mar 2015 09:47:52 -0400] rev 30122
8074718: Merge templateTable_x86 _32 and _64 .hpp files Summary: templateTable_x86 32 and 64 bit files have been merged. Reviewed-by: hseigel, coleenp
Mon, 23 Mar 2015 11:46:15 +0100 8054890: Serviceability: New diagnostic commands 'VM.set_flag' and 'JVMTI.data_dump'
jbachorik [Mon, 23 Mar 2015 11:46:15 +0100] rev 30121
8054890: Serviceability: New diagnostic commands 'VM.set_flag' and 'JVMTI.data_dump' Reviewed-by: sla, fparain, egahlin, ykantser
Sun, 29 Mar 2015 09:20:27 -0400 Merge
hseigel [Sun, 29 Mar 2015 09:20:27 -0400] rev 30120
Merge
Fri, 27 Mar 2015 12:43:45 +0100 8076163: ppc: port "8074345: Enable RewriteBytecodes when VM runs with CDS"
goetz [Fri, 27 Mar 2015 12:43:45 +0100] rev 30119
8076163: ppc: port "8074345: Enable RewriteBytecodes when VM runs with CDS" Reviewed-by: coleenp, simonis, mdoerr
Wed, 25 Mar 2015 22:27:51 -0400 8075967: Zero interpreter asserts for SafeFetch<32,N> calls in ObjectMonitor
coleenp [Wed, 25 Mar 2015 22:27:51 -0400] rev 30118
8075967: Zero interpreter asserts for SafeFetch<32,N> calls in ObjectMonitor Summary: Implement SafeFetchX unsafely and make CanUseSafeFetchX false for Zero Reviewed-by: sgehwolf, dholmes
Wed, 25 Mar 2015 15:18:37 -0700 8074345: Enable RewriteBytecodes when VM runs with CDS
minqi [Wed, 25 Mar 2015 15:18:37 -0700] rev 30117
8074345: Enable RewriteBytecodes when VM runs with CDS Summary: Enable bytecode rewriting when CDS turned on. Reviewed-by: coleenp, iklam Contributed-by: yumin.qi@oracle.com, ioi.lam@oracle.com
Wed, 25 Mar 2015 15:22:44 +0000 Merge
ykantser [Wed, 25 Mar 2015 15:22:44 +0000] rev 30116
Merge
Wed, 25 Mar 2015 12:38:50 +0100 8075818: serviceability/threads/TestFalseDeadLock.java should be unquarantined
ykantser [Wed, 25 Mar 2015 12:38:50 +0100] rev 30115
8075818: serviceability/threads/TestFalseDeadLock.java should be unquarantined Reviewed-by: jbachorik, sspitsyn
Wed, 25 Mar 2015 08:16:48 -0400 7127066: Class verifier accepts an invalid class file
hseigel [Wed, 25 Mar 2015 08:16:48 -0400] rev 30114
7127066: Class verifier accepts an invalid class file Summary: For *store bytecodes, compare incoming, not outgoing, type state with exception handlers' stack maps. Reviewed-by: acorn, dholmes
Wed, 25 Mar 2015 09:37:59 +0100 8075725: Remove /jre subdir in hotspot dist dir
erikj [Wed, 25 Mar 2015 09:37:59 +0100] rev 30113
8075725: Remove /jre subdir in hotspot dist dir Reviewed-by: tbell, ihse
Tue, 24 Mar 2015 16:21:28 +0000 Merge
jbachorik [Tue, 24 Mar 2015 16:21:28 +0000] rev 30112
Merge
Tue, 24 Mar 2015 15:03:07 +0100 8024055: serviceability/attach/AttachWithStalePidFile.java createJavaPidFile() fails
jbachorik [Tue, 24 Mar 2015 15:03:07 +0100] rev 30111
8024055: serviceability/attach/AttachWithStalePidFile.java createJavaPidFile() fails Reviewed-by: sla, sspitsyn
Mon, 23 Mar 2015 13:53:44 +0100 8075533: Zero JVM segfaults for -version after JDK-8074552
sgehwolf [Mon, 23 Mar 2015 13:53:44 +0100] rev 30110
8075533: Zero JVM segfaults for -version after JDK-8074552 Summary: Remove SafeFetchXX Zero implementations and guard test with CanUseSafeFetchXX Reviewed-by: simonis, coleenp
Fri, 20 Mar 2015 15:19:30 -0700 Merge
dcubed [Fri, 20 Mar 2015 15:19:30 -0700] rev 30109
Merge
Thu, 19 Mar 2015 15:30:06 -0400 8072128: mutexLocker.cpp _mutex_array[] initialization broken with safepoint check change
mockner [Thu, 19 Mar 2015 15:30:06 -0400] rev 30108
8072128: mutexLocker.cpp _mutex_array[] initialization broken with safepoint check change Summary: Fixed missing "++" in _mutex_array[] initialization. Reviewed-by: dholmes, fparain
Fri, 20 Mar 2015 02:44:51 -0700 8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init>
sspitsyn [Fri, 20 Mar 2015 02:44:51 -0700] rev 30107
8067662: "java.lang.NullPointerException: Method name is null" from StackTraceElement.<init> Summary: use method cpref and klass version to provide meaningful methods name in stacktraces Reviewed-by: coleenp, dcubed
Thu, 19 Mar 2015 23:33:38 +0000 Merge
coleenp [Thu, 19 Mar 2015 23:33:38 +0000] rev 30106
Merge
Thu, 19 Mar 2015 21:11:18 +0000 Merge
coleenp [Thu, 19 Mar 2015 21:11:18 +0000] rev 30105
Merge
Thu, 19 Mar 2015 09:47:27 -0400 8005521: StressMethodComparator is not thread-safe
coleenp [Thu, 19 Mar 2015 09:47:27 -0400] rev 30104
8005521: StressMethodComparator is not thread-safe Summary: Remove the debug option. It isn't correct or tested. Reviewed-by: gtriantafill, dholmes, sspitsyn
Thu, 19 Mar 2015 14:28:44 -0700 Merge
dcubed [Thu, 19 Mar 2015 14:28:44 -0700] rev 30103
Merge
Thu, 19 Mar 2015 08:55:50 -0400 8075118: JVM stuck in infinite loop during verification
hseigel [Thu, 19 Mar 2015 08:55:50 -0400] rev 30102
8075118: JVM stuck in infinite loop during verification Summary: keep a list of handlers to prevent the same handler from being scanned repeatedly. Reviewed-by: dlong, dholmes
Wed, 18 Mar 2015 17:45:47 -0400 8075216: Remove old flags, regarding to JDK9, from obsolete_jvm_flags
dholmes [Wed, 18 Mar 2015 17:45:47 -0400] rev 30101
8075216: Remove old flags, regarding to JDK9, from obsolete_jvm_flags Reviewed-by: dholmes, simonis, gziemski Contributed-by: Dmitry Dmitriev <dmitry.dmitriev@oracle.com>
Wed, 18 Mar 2015 12:02:44 +0100 8075140: Solaris build of native libraries not consistently using EXTRA_CFLAGS and EXTRA_LDFLAGS
erikj [Wed, 18 Mar 2015 12:02:44 +0100] rev 30100
8075140: Solaris build of native libraries not consistently using EXTRA_CFLAGS and EXTRA_LDFLAGS Reviewed-by: ihse, tbell, dholmes
Wed, 18 Mar 2015 10:22:24 +0100 8072897: File sawindbg.dll has incorrect file version
erikj [Wed, 18 Mar 2015 10:22:24 +0100] rev 30099
8072897: File sawindbg.dll has incorrect file version Reviewed-by: tbell, dholmes
Thu, 07 May 2015 10:19:31 -0700 Added tag jdk9-b63 for changeset 8245edf58a44
katleman [Thu, 07 May 2015 10:19:31 -0700] rev 30098
Added tag jdk9-b63 for changeset 8245edf58a44
Thu, 07 May 2015 20:49:31 -0700 Merge
lana [Thu, 07 May 2015 20:49:31 -0700] rev 30097
Merge
Wed, 06 May 2015 15:30:51 +0200 8078046: Remove MCS post-processing on Solaris
ihse [Wed, 06 May 2015 15:30:51 +0200] rev 30096
8078046: Remove MCS post-processing on Solaris Reviewed-by: dholmes
Wed, 06 May 2015 11:15:27 +0200 8079344: Allow custom or platform specific java source to automatically override shared source
erikj [Wed, 06 May 2015 11:15:27 +0200] rev 30095
8079344: Allow custom or platform specific java source to automatically override shared source Reviewed-by: ihse
Wed, 06 May 2015 10:47:21 +0200 8078058: Clean up mac bundles logic
ihse [Wed, 06 May 2015 10:47:21 +0200] rev 30094
8078058: Clean up mac bundles logic Reviewed-by: erikj
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip