src/hotspot/share/classfile/verifier.hpp
changeset 48826 c4d9d1b08e2e
parent 47216 71c04702a3d5
child 49364 601146c66cad
equal deleted inserted replaced
48825:ef8a98bc71f8 48826:c4d9d1b08e2e
    38  public:
    38  public:
    39   enum {
    39   enum {
    40     STRICTER_ACCESS_CTRL_CHECK_VERSION  = 49,
    40     STRICTER_ACCESS_CTRL_CHECK_VERSION  = 49,
    41     STACKMAP_ATTRIBUTE_MAJOR_VERSION    = 50,
    41     STACKMAP_ATTRIBUTE_MAJOR_VERSION    = 50,
    42     INVOKEDYNAMIC_MAJOR_VERSION         = 51,
    42     INVOKEDYNAMIC_MAJOR_VERSION         = 51,
    43     NO_RELAX_ACCESS_CTRL_CHECK_VERSION  = 52
    43     NO_RELAX_ACCESS_CTRL_CHECK_VERSION  = 52,
       
    44     DYNAMICCONSTANT_MAJOR_VERSION       = 55
    44   };
    45   };
    45   typedef enum { ThrowException, NoException } Mode;
    46   typedef enum { ThrowException, NoException } Mode;
    46 
    47 
    47   /**
    48   /**
    48    * Verify the bytecodes for a class.  If 'throw_exception' is true
    49    * Verify the bytecodes for a class.  If 'throw_exception' is true