8219607: Add support in Graal and AOT for hidden class

Reviewed-by: kvn
This commit is contained in:
Dean Long 2020-04-27 14:23:15 -07:00
parent 68b189ae8b
commit 03f8e6ccd8
11 changed files with 126 additions and 4 deletions

View file

@ -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) \