# HG changeset patch # User kamg # Date 1349980074 14400 # Node ID 5e5c9b7ce8cbadf1533cdb769228aa67e9113b36 # Parent 2b2b8833c4224576c2765315cbd8550aa39f9ad0 7054345: Support version 52.0 class file in HotSpot Summary: Accept classfiles with major version 52 Reviewed-by: coleenp, acorn diff -r 2b2b8833c422 -r 5e5c9b7ce8cb hotspot/src/share/vm/classfile/classFileParser.cpp --- a/hotspot/src/share/vm/classfile/classFileParser.cpp Wed Oct 10 17:04:33 2012 -0400 +++ b/hotspot/src/share/vm/classfile/classFileParser.cpp Thu Oct 11 14:27:54 2012 -0400 @@ -67,7 +67,7 @@ #define JAVA_CLASSFILE_MAGIC 0xCAFEBABE #define JAVA_MIN_SUPPORTED_VERSION 45 -#define JAVA_MAX_SUPPORTED_VERSION 51 +#define JAVA_MAX_SUPPORTED_VERSION 52 #define JAVA_MAX_SUPPORTED_MINOR_VERSION 0 // Used for two backward compatibility reasons: