jdk/src/share/javavm/export/classfile_constants.h
changeset 14788 04e1b9e94cd5
parent 14342 8435a30053c1
equal deleted inserted replaced
14787:54eb3f090934 14788:04e1b9e94cd5
    29 #ifdef __cplusplus
    29 #ifdef __cplusplus
    30 extern "C" {
    30 extern "C" {
    31 #endif
    31 #endif
    32 
    32 
    33 /* Classfile version number for this information */
    33 /* Classfile version number for this information */
    34 #define JVM_CLASSFILE_MAJOR_VERSION 51
    34 #define JVM_CLASSFILE_MAJOR_VERSION 52
    35 #define JVM_CLASSFILE_MINOR_VERSION 0
    35 #define JVM_CLASSFILE_MINOR_VERSION 0
    36 
    36 
    37 /* Flags */
    37 /* Flags */
    38 
    38 
    39 enum {
    39 enum {