mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8219607: Add support in Graal and AOT for hidden class
Reviewed-by: kvn
This commit is contained in:
parent
68b189ae8b
commit
03f8e6ccd8
11 changed files with 126 additions and 4 deletions
|
@ -397,6 +397,7 @@
|
|||
declare_constant(JVM_ACC_HAS_MONITOR_BYTECODES) \
|
||||
declare_constant(JVM_ACC_HAS_FINALIZER) \
|
||||
declare_constant(JVM_ACC_IS_CLONEABLE_FAST) \
|
||||
declare_constant(JVM_ACC_IS_HIDDEN_CLASS) \
|
||||
declare_constant(JVM_ACC_FIELD_INTERNAL) \
|
||||
declare_constant(JVM_ACC_FIELD_STABLE) \
|
||||
declare_constant(JVM_ACC_FIELD_HAS_GENERIC_SIGNATURE) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue