OpenJDK / portola / portola
changeset 14788:04e1b9e94cd5
8003632: HPROF class file version java.lang.RuntimeException errors
Reviewed-by: mchung, lancea
author | dholmes |
---|---|
date | Thu, 13 Dec 2012 21:18:27 -0500 |
parents | 54eb3f090934 |
children | 930f09368456 05fd2420efc0 |
files | jdk/src/share/javavm/export/classfile_constants.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 */