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