mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8255004: [JVMCI] expose JVM_ACC_FIELD_INITIALIZED_FINAL_UPDATE
Reviewed-by: never, kvn
This commit is contained in:
parent
f42c03226f
commit
14e1e1741f
1 changed files with 1 additions and 0 deletions
|
@ -408,6 +408,7 @@
|
||||||
declare_preprocessor_constant("JVM_ACC_ENUM", JVM_ACC_ENUM) \
|
declare_preprocessor_constant("JVM_ACC_ENUM", JVM_ACC_ENUM) \
|
||||||
declare_preprocessor_constant("JVM_ACC_SYNTHETIC", JVM_ACC_SYNTHETIC) \
|
declare_preprocessor_constant("JVM_ACC_SYNTHETIC", JVM_ACC_SYNTHETIC) \
|
||||||
declare_preprocessor_constant("JVM_ACC_INTERFACE", JVM_ACC_INTERFACE) \
|
declare_preprocessor_constant("JVM_ACC_INTERFACE", JVM_ACC_INTERFACE) \
|
||||||
|
declare_preprocessor_constant("JVM_ACC_FIELD_INITIALIZED_FINAL_UPDATE", JVM_ACC_FIELD_INITIALIZED_FINAL_UPDATE) \
|
||||||
\
|
\
|
||||||
declare_constant(JVM_CONSTANT_Utf8) \
|
declare_constant(JVM_CONSTANT_Utf8) \
|
||||||
declare_constant(JVM_CONSTANT_Unicode) \
|
declare_constant(JVM_CONSTANT_Unicode) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue