8155771: [JVMCI] expose JVM_ACC_IS_CLONEABLE_FAST

Reviewed-by: twisti
This commit is contained in:
Tom Rodriguez 2016-05-03 12:15:06 -07:00
parent 73db8859bf
commit 38df4e48a4
6 changed files with 45 additions and 0 deletions

View file

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