jiangli [Tue, 24 Jul 2012 13:16:26 -0400] rev 13313
Merge
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
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
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
amurillo [Mon, 23 Jul 2012 13:04:59 -0700] rev 13309
7185775: new hotspot build - hs24-b18
Reviewed-by: jcoomes
amurillo [Mon, 23 Jul 2012 12:54:21 -0700] rev 13308
Added tag hs24-b17 for changeset bc3545585f1d
amurillo [Mon, 23 Jul 2012 12:54:20 -0700] rev 13307
Merge
coleenp [Fri, 20 Jul 2012 12:09:31 -0400] rev 13306
Merge
zgu [Thu, 19 Jul 2012 06:24:46 -0700] rev 13305
Merge
zgu [Thu, 19 Jul 2012 09:15:50 -0400] rev 13304
Merge
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
zgu [Thu, 19 Jul 2012 09:10:12 -0400] rev 13302
Merge
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
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