aeriksso [Tue, 02 Jun 2015 10:41:18 +0200] rev 31027
8072588: JVM crashes in JNI if toString is declared as an interface method
Summary: Check for a valid itable index instead of checking if the holder is an interface
Reviewed-by: dsimms, dholmes
ctornqvi [Mon, 01 Jun 2015 14:02:59 -0700] rev 31026
8080718: Make -XX:CreateCoredumpOnCrash control core dumping in all cases
Reviewed-by: sla, dholmes, gtriantafill
ctornqvi [Mon, 01 Jun 2015 14:01:20 -0700] rev 31025
8080446: The change for 8074354 removed the server check when creating minidumps on Windows
Reviewed-by: sla, hseigel
sla [Fri, 29 May 2015 09:48:58 +0200] rev 31024
8080928: Uninitialised variable in hotspot/src/share/vm/prims/jvmtiEnvBase.cpp
Reviewed-by: mgronlun, sspitsyn
ysuenaga [Fri, 29 May 2015 22:29:44 +0900] rev 31023
8081475: SystemTap does not work when JDK is compiled with GCC 5
Summary: libjvm.so which is generated by GCC 5 does not have .note.stapsdt section as dtrace was disabled due to incorrect version check
Reviewed-by: dholmes, coleenp
hseigel [Fri, 29 May 2015 23:19:42 +0200] rev 31022
Merge
hseigel [Fri, 29 May 2015 15:23:41 -0400] rev 31021
8076319: jstat verified class fix
Summary: Move verify perf data so that it only counts classes that actually get verified.
Reviewed-by: acorn, coleenp, gtriantafill
coleenp [Fri, 29 May 2015 21:49:02 +0200] rev 31020
Merge
coleenp [Fri, 29 May 2015 11:35:51 -0400] rev 31019
8029567: Clean up linkResolver code
Summary: Moved non-const reference return values to actual return values, refactored error handling code, remove oop from Method* variable names.
Reviewed-by: jiangli, lfoltan, acorn
ykantser [Wed, 27 May 2015 14:13:20 +0200] rev 31018
8081037: serviceability/sa/ tests time out on Windows
Reviewed-by: jbachorik, sla, dsamersoff
lana [Thu, 11 Jun 2015 10:44:09 -0700] rev 31017
Added tag jdk9-b68 for changeset 930f9e292f20
lana [Thu, 11 Jun 2015 20:18:41 -0700] rev 31016
Merge
omajid [Thu, 11 Jun 2015 10:37:11 -0400] rev 31015
8087156: SetupNativeCompilation ignores CFLAGS_release for cpp files
Reviewed-by: erikj
alundblad [Tue, 09 Jun 2015 16:08:38 +0200] rev 31014
8054717: SJavac should track changes in the public apis of classpath classes!
Summary: Adjusted Java compilation to accomodate for changes to sjavac.
Reviewed-by: erikj