# HG changeset patch # User dholmes # Date 1355451507 18000 # Node ID 04e1b9e94cd54e4854fd181bfff0d6205d411c27 # Parent 54eb3f0909349a2d0a8d18e38de9da413fa67f70 8003632: HPROF class file version java.lang.RuntimeException errors Reviewed-by: mchung, lancea diff -r 54eb3f090934 -r 04e1b9e94cd5 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 */