From 516f5d5da25ff0f7707f7bdde092021909786f6e Mon Sep 17 00:00:00 2001 From: David Holmes Date: Thu, 13 Dec 2012 21:18:27 -0500 Subject: [PATCH] 8003632: HPROF class file version java.lang.RuntimeException errors Reviewed-by: mchung, lancea --- jdk/src/share/javavm/export/classfile_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/src/share/javavm/export/classfile_constants.h b/jdk/src/share/javavm/export/classfile_constants.h index 2ee8a3c6d2e..1fa6e3c6d01 100644 --- a/jdk/src/share/javavm/export/classfile_constants.h +++ b/jdk/src/share/javavm/export/classfile_constants.h @@ -31,7 +31,7 @@ extern "C" { #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 */