mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8155771: [JVMCI] expose JVM_ACC_IS_CLONEABLE_FAST
Reviewed-by: twisti
This commit is contained in:
parent
73db8859bf
commit
38df4e48a4
6 changed files with 45 additions and 0 deletions
|
@ -309,6 +309,7 @@
|
|||
declare_constant(JVM_ACC_MONITOR_MATCH) \
|
||||
declare_constant(JVM_ACC_HAS_MONITOR_BYTECODES) \
|
||||
declare_constant(JVM_ACC_HAS_FINALIZER) \
|
||||
declare_constant(JVM_ACC_IS_CLONEABLE_FAST) \
|
||||
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