< prev index next >

hotspot/src/share/vm/classfile/classFileParser.cpp

Print this page

        

@@ -84,11 +84,11 @@
 
 // We add assert in debug mode when class format is not checked.
 
 #define JAVA_CLASSFILE_MAGIC              0xCAFEBABE
 #define JAVA_MIN_SUPPORTED_VERSION        45
-#define JAVA_MAX_SUPPORTED_VERSION        53
+#define JAVA_MAX_SUPPORTED_VERSION        54
 #define JAVA_MAX_SUPPORTED_MINOR_VERSION  0
 
 // Used for two backward compatibility reasons:
 // - to check for new additions to the class file format in JDK1.5
 // - to check for bug fixes in the format checker in JDK1.5
< prev index next >