hotspot/src/share/vm/classfile/classFileParser.cpp
changeset 14081 504ab928597a
parent 13974 791cba24758f
parent 14079 5e5c9b7ce8cb
child 14385 959bbcc16725
equal deleted inserted replaced
14072:11606bd0741b 14081:504ab928597a
    65 
    65 
    66 // We add assert in debug mode when class format is not checked.
    66 // We add assert in debug mode when class format is not checked.
    67 
    67 
    68 #define JAVA_CLASSFILE_MAGIC              0xCAFEBABE
    68 #define JAVA_CLASSFILE_MAGIC              0xCAFEBABE
    69 #define JAVA_MIN_SUPPORTED_VERSION        45
    69 #define JAVA_MIN_SUPPORTED_VERSION        45
    70 #define JAVA_MAX_SUPPORTED_VERSION        51
    70 #define JAVA_MAX_SUPPORTED_VERSION        52
    71 #define JAVA_MAX_SUPPORTED_MINOR_VERSION  0
    71 #define JAVA_MAX_SUPPORTED_MINOR_VERSION  0
    72 
    72 
    73 // Used for two backward compatibility reasons:
    73 // Used for two backward compatibility reasons:
    74 // - to check for new additions to the class file format in JDK1.5
    74 // - to check for new additions to the class file format in JDK1.5
    75 // - to check for bug fixes in the format checker in JDK1.5
    75 // - to check for bug fixes in the format checker in JDK1.5