Mon, 16 Jul 2012 15:31:18 -0400 7147464: Java crashed while executing method with over 8k of dneg operations
dlong [Mon, 16 Jul 2012 15:31:18 -0400] rev 13312
7147464: Java crashed while executing method with over 8k of dneg operations Summary: replace recursive method with iterative Reviewed-by: kvn, twisti Contributed-by: dean.long@oracle.com
Thu, 26 Jul 2012 17:24:31 -0400 7187046: Crash in ClassFileParser on solaris-ia32 during RetransformClasses.
jiangli [Thu, 26 Jul 2012 17:24:31 -0400] rev 13311
7187046: Crash in ClassFileParser on solaris-ia32 during RetransformClasses. Summary: Lower compiler optimization level when compiling jvmtiClassFileReconstituter.cpp as a workaround for the solaris x86 5.10 cc bug. Reviewed-by: kvn, coleenp
Mon, 23 Jul 2012 14:28:38 -0700 7185550: TEST: runtime/7020373/Test7020373.sh fails because there is no test/runtime/7020373/testcase.jar
asaha [Mon, 23 Jul 2012 14:28:38 -0700] rev 13310
7185550: TEST: runtime/7020373/Test7020373.sh fails because there is no test/runtime/7020373/testcase.jar Reviewed-by: coleenp
Mon, 23 Jul 2012 13:04:59 -0700 7185775: new hotspot build - hs24-b18
amurillo [Mon, 23 Jul 2012 13:04:59 -0700] rev 13309
7185775: new hotspot build - hs24-b18 Reviewed-by: jcoomes
Mon, 23 Jul 2012 12:54:21 -0700 Added tag hs24-b17 for changeset bc3545585f1d
amurillo [Mon, 23 Jul 2012 12:54:21 -0700] rev 13308
Added tag hs24-b17 for changeset bc3545585f1d
Mon, 23 Jul 2012 12:54:20 -0700 Merge
amurillo [Mon, 23 Jul 2012 12:54:20 -0700] rev 13307
Merge
Fri, 20 Jul 2012 12:09:31 -0400 Merge
coleenp [Fri, 20 Jul 2012 12:09:31 -0400] rev 13306
Merge
Thu, 19 Jul 2012 06:24:46 -0700 Merge
zgu [Thu, 19 Jul 2012 06:24:46 -0700] rev 13305
Merge
Thu, 19 Jul 2012 09:15:50 -0400 Merge
zgu [Thu, 19 Jul 2012 09:15:50 -0400] rev 13304
Merge
Mon, 16 Jul 2012 14:05:34 -0400 7181989: NMT ON: Assertion failure when NMT checks thread's native stack base address
zgu [Mon, 16 Jul 2012 14:05:34 -0400] rev 13303
7181989: NMT ON: Assertion failure when NMT checks thread's native stack base address Summary: Assertion on stack base is not necessary Reviewed-by: coleenp, dholmes, kvn
Thu, 19 Jul 2012 09:10:12 -0400 Merge
zgu [Thu, 19 Jul 2012 09:10:12 -0400] rev 13302
Merge
Mon, 16 Jul 2012 14:10:34 -0400 7181986: NMT ON: Assertion failure when running jdi ExpiredRequestDeletionTest
zgu [Mon, 16 Jul 2012 14:10:34 -0400] rev 13301
7181986: NMT ON: Assertion failure when running jdi ExpiredRequestDeletionTest Summary: Changed _query_lock to heap object from static object. Also fixed _query_lock and snapshot lock ranks, so they can participate deadlock detection. Reviewed-by: coleenp, dholmes, kvn
Thu, 19 Jul 2012 09:05:42 -0400 7182543: NMT ON: Aggregate a few NMT related bugs
zgu [Thu, 19 Jul 2012 09:05:42 -0400] rev 13300
7182543: NMT ON: Aggregate a few NMT related bugs Summary: 1) Fixed MemTrackWorker::generations_in_used() calculation 2) Ensured NMT not to leak memory recorders after shutdown 3) Used ThreadCritical to block safepoint safe threads Reviewed-by: acorn, coleenp, dholmes, kvn
Tue, 17 Jul 2012 22:16:17 -0700 7053586: TEST: runtime/7020373/Test7020373.sh fails on 64-bit platforms
asaha [Tue, 17 Jul 2012 22:16:17 -0700] rev 13299
7053586: TEST: runtime/7020373/Test7020373.sh fails on 64-bit platforms Reviewed-by: kamg
Mon, 16 Jul 2012 04:06:44 -0700 7183754: Test runtime/6294277/Test6294277.sh runs wrong JVM
fparain [Mon, 16 Jul 2012 04:06:44 -0700] rev 13298
7183754: Test runtime/6294277/Test6294277.sh runs wrong JVM Reviewed-by: kamg, coleenp, ctornqvi
Thu, 19 Jul 2012 16:17:41 -0700 Merge
kvn [Thu, 19 Jul 2012 16:17:41 -0700] rev 13297
Merge
Tue, 17 Jul 2012 11:16:13 -0700 Merge
kvn [Tue, 17 Jul 2012 11:16:13 -0700] rev 13296
Merge
Mon, 16 Jul 2012 19:50:52 -0700 Merge
kvn [Mon, 16 Jul 2012 19:50:52 -0700] rev 13295
Merge
Mon, 16 Jul 2012 17:10:22 -0700 7181494: cleanup avx and vectors code
kvn [Mon, 16 Jul 2012 17:10:22 -0700] rev 13294
7181494: cleanup avx and vectors code Summary: renamed mach nodes which use scalar AVX instructions, added integer vectors shuffling instructions Reviewed-by: twisti
Mon, 16 Jul 2012 11:14:41 -0700 7087357: JSR 292: remove obsolete code after 7085860
twisti [Mon, 16 Jul 2012 11:14:41 -0700] rev 13293
7087357: JSR 292: remove obsolete code after 7085860 Reviewed-by: kvn, never
Fri, 13 Jul 2012 17:48:26 -0700 7123926: Some CTW test crash: !_control.contains(ctrl)
kvn [Fri, 13 Jul 2012 17:48:26 -0700] rev 13292
7123926: Some CTW test crash: !_control.contains(ctrl) Summary: Don't eliminate Integer::toString() call node during String concatenation optimization if it has several uses. Reviewed-by: twisti
Thu, 12 Jul 2012 00:39:53 -0700 6711908: JVM needs direct access to some annotations
jrose [Thu, 12 Jul 2012 00:39:53 -0700] rev 13291
6711908: JVM needs direct access to some annotations Summary: Add annotation extraction code to class file parser. Reviewed-by: twisti, jrose, kvn Contributed-by: michael.haupt@oracle.com
Tue, 17 Jul 2012 14:33:17 -0700 Merge
jmasa [Tue, 17 Jul 2012 14:33:17 -0700] rev 13290
Merge
Mon, 16 Jul 2012 13:00:26 -0700 Merge
jmasa [Mon, 16 Jul 2012 13:00:26 -0700] rev 13289
Merge
Wed, 11 Jul 2012 22:47:38 +0200 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso [Wed, 11 Jul 2012 22:47:38 +0200] rev 13288
7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause Summary: Also reviewed by: vitalyd@gmail.com. Move the timing out of G1CollectorPolicy into the G1GCPhaseTimes class Reviewed-by: johnc
Tue, 17 Jul 2012 12:32:26 -0400 Merge
jiangli [Tue, 17 Jul 2012 12:32:26 -0400] rev 13287
Merge
Fri, 13 Jul 2012 20:14:27 -0400 Merge
jiangli [Fri, 13 Jul 2012 20:14:27 -0400] rev 13286
Merge
Thu, 05 Jul 2012 20:54:45 -0400 7181632: nsk classLoad001_14 failure and CompileTheWorld crash after 7178145.
jiangli [Thu, 05 Jul 2012 20:54:45 -0400] rev 13285
7181632: nsk classLoad001_14 failure and CompileTheWorld crash after 7178145. Summary: Need to copy the inlined exception table to the new constMethodOop during method rewriting. Reviewed-by: coleenp, dholmes
Thu, 05 Jul 2012 18:47:41 -0400 7180914: Compilation warning after: 7172967: Eliminate the constMethod's _method backpointer to the methodOop.
jiangli [Thu, 05 Jul 2012 18:47:41 -0400] rev 13284
7180914: Compilation warning after: 7172967: Eliminate the constMethod's _method backpointer to the methodOop. Summary: Use read_pointer(J...) to access from 'constMethod' base in name_for_methodOop(), libjvm_db.c. Reviewed-by: kvn, coleenp
Mon, 02 Jul 2012 04:19:22 -0400 Merge
bdelsart [Mon, 02 Jul 2012 04:19:22 -0400] rev 13283
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip