mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8015385: Remove RelaxAccessControlCheck for JDK 8 bytecodes
Check bytecode versions along with RelaxAccessControlCheck version Reviewed-by: dholmes, acorn
This commit is contained in:
parent
54b7fa892a
commit
02a27e2824
2 changed files with 8 additions and 6 deletions
|
@ -36,8 +36,10 @@
|
|||
class Verifier : AllStatic {
|
||||
public:
|
||||
enum {
|
||||
STRICTER_ACCESS_CTRL_CHECK_VERSION = 49,
|
||||
STACKMAP_ATTRIBUTE_MAJOR_VERSION = 50,
|
||||
INVOKEDYNAMIC_MAJOR_VERSION = 51
|
||||
INVOKEDYNAMIC_MAJOR_VERSION = 51,
|
||||
NO_RELAX_ACCESS_CTRL_CHECK_VERSION = 52
|
||||
};
|
||||
typedef enum { ThrowException, NoException } Mode;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue