8003632: HPROF class file version java.lang.RuntimeException errors
authordholmes
Thu, 13 Dec 2012 21:18:27 -0500
changeset 14788 04e1b9e94cd5
parent 14787 54eb3f090934
child 14789 930f09368456
child 14894 05fd2420efc0
8003632: HPROF class file version java.lang.RuntimeException errors Reviewed-by: mchung, lancea
jdk/src/share/javavm/export/classfile_constants.h
--- a/jdk/src/share/javavm/export/classfile_constants.h	Thu Dec 13 15:28:40 2012 +0000
+++ b/jdk/src/share/javavm/export/classfile_constants.h	Thu Dec 13 21:18:27 2012 -0500
@@ -31,7 +31,7 @@
 #endif
 
 /* Classfile version number for this information */
-#define JVM_CLASSFILE_MAJOR_VERSION 51
+#define JVM_CLASSFILE_MAJOR_VERSION 52
 #define JVM_CLASSFILE_MINOR_VERSION 0
 
 /* Flags */