8306474: Move InstanceKlass read-only flags

Reviewed-by: jrose, dholmes
This commit is contained in:
Coleen Phillimore 2023-04-20 19:20:03 +00:00
parent afd2501fcc
commit f63362310e
10 changed files with 19 additions and 33 deletions

View file

@ -2093,8 +2093,6 @@
declare_constant(JVM_ACC_IS_OLD) \
declare_constant(JVM_ACC_IS_OBSOLETE) \
declare_constant(JVM_ACC_IS_PREFIXED_NATIVE) \
declare_constant(JVM_ACC_HAS_MIRANDA_METHODS) \
declare_constant(JVM_ACC_HAS_VANILLA_CONSTRUCTOR) \
declare_constant(JVM_ACC_HAS_FINALIZER) \
declare_constant(JVM_ACC_IS_CLONEABLE_FAST) \
\