Skip to content

Commit 14e1e17

Browse files
author
Doug Simon
committed
8255004: [JVMCI] expose JVM_ACC_FIELD_INITIALIZED_FINAL_UPDATE
Reviewed-by: never, kvn
1 parent f42c032 commit 14e1e17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hotspot/share/jvmci/vmStructs_jvmci.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@
408408
declare_preprocessor_constant("JVM_ACC_ENUM", JVM_ACC_ENUM) \
409409
declare_preprocessor_constant("JVM_ACC_SYNTHETIC", JVM_ACC_SYNTHETIC) \
410410
declare_preprocessor_constant("JVM_ACC_INTERFACE", JVM_ACC_INTERFACE) \
411+
declare_preprocessor_constant("JVM_ACC_FIELD_INITIALIZED_FINAL_UPDATE", JVM_ACC_FIELD_INITIALIZED_FINAL_UPDATE) \
411412
\
412413
declare_constant(JVM_CONSTANT_Utf8) \
413414
declare_constant(JVM_CONSTANT_Unicode) \

0 commit comments

Comments
 (0)