dcubed [Fri, 20 Sep 2013 18:19:07 -0700] rev 20066
Merge
dcubed [Fri, 20 Sep 2013 12:58:35 -0700] rev 20065
Merge
coleenp [Sat, 21 Sep 2013 01:45:29 +0200] rev 20064
Merge
coleenp [Fri, 20 Sep 2013 18:34:00 -0400] rev 20063
8014956: nashorn/api/javaaccess/MethodAccessTest.java test fails on sparc-solaris 64
Summary: reference_map[] array had uninitialized junk that was causing a bogus bootstrap method to be found.
Reviewed-by: hseigel, dcubed, sspitsyn
mgerdin [Fri, 20 Sep 2013 10:34:41 -0700] rev 20062
Merge
allwin [Tue, 17 Sep 2013 17:16:28 +0200] rev 20061
7196151: ParserTest SEGv on solaris
Reviewed-by: sla, coleenp, ctornqvi, dsamersoff
coleenp [Fri, 20 Sep 2013 09:44:04 -0400] rev 20060
Merge
coleenp [Fri, 20 Sep 2013 09:30:02 -0400] rev 20059
8022887: Assertion hit while using class and redefining it with RedefineClasses simultaneously
Summary: Need to refetch each method from InstanceKlass after all safepoints. Removed leaky PreviousVersionInfo code.
Reviewed-by: dcubed, sspitsyn
hseigel [Thu, 19 Sep 2013 11:04:23 -0400] rev 20058
8024517: runtime/CDSCompressedKPtrs/XShareAuto.java failed with RuntimeException
Summary: Make sure CDS is off by default when running server compiler.
Reviewed-by: dholmes, coleenp
kevinw [Thu, 19 Sep 2013 08:47:46 +0200] rev 20057
Merge
kevinw [Wed, 18 Sep 2013 19:50:44 +0200] rev 20056
Merge
sgabdura [Wed, 18 Sep 2013 16:48:49 +0400] rev 20055
8022836: JVM crashes in JVMTIENVBASE::GET_CURRENT_CONTENDED_MONITOR and GET_OWNED_MONITOR
Summary: Check that the _java_thread parameter is valid when it is possible that the JavaThread has exited after the initial checks were made in generated/jvmtifiles/jvmtiEnter.cpp: jvmti_GetCurrentContendedMonitor()
Reviewed-by: dcubed, dsamersoff
dholmes [Wed, 18 Sep 2013 20:08:00 -0400] rev 20054
8024826: (s) : Remove alt-rt.jar, used by +AggressiveOps
Reviewed-by: alanb, chegar, dholmes, ksrini
Contributed-by: Mike Duigou <mike.duigou@oracle.com>
dcubed [Wed, 18 Sep 2013 07:02:10 -0700] rev 20053
8019835: Strings interned in different threads equal but does not ==
Summary: Add -XX:+VerifyStringTableAtExit option and code to verify StringTable invariants.
Reviewed-by: rdurbin, sspitsyn, coleenp