dcubed [Fri, 20 Mar 2015 15:19:30 -0700] rev 30109
Merge
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
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
coleenp [Thu, 19 Mar 2015 23:33:38 +0000] rev 30106
Merge
coleenp [Thu, 19 Mar 2015 21:11:18 +0000] rev 30105
Merge
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
dcubed [Thu, 19 Mar 2015 14:28:44 -0700] rev 30103
Merge
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
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>
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