8341333: [JVMCI] Export JavaThread::_unlocked_inflated_monitor to JVMCI

Reviewed-by: dnsimon
This commit is contained in:
Yudi Zheng 2024-10-01 13:59:36 +00:00
parent 684d246ccf
commit 2120a8414e

@ -246,6 +246,7 @@
nonstatic_field(JavaThread, _lock_stack, LockStack) \
nonstatic_field(JavaThread, _om_cache, OMCache) \
nonstatic_field(JavaThread, _cont_entry, ContinuationEntry*) \
nonstatic_field(JavaThread, _unlocked_inflated_monitor, ObjectMonitor*) \
JVMTI_ONLY(nonstatic_field(JavaThread, _is_in_VTMS_transition, bool)) \
JVMTI_ONLY(nonstatic_field(JavaThread, _is_in_tmp_VTMS_transition, bool)) \
JVMTI_ONLY(nonstatic_field(JavaThread, _is_disable_suspend, bool)) \