equal
deleted
inserted
replaced
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 |