Skip to content

Commit 2120a84

Browse files
author
Yudi Zheng
committed
8341333: [JVMCI] Export JavaThread::_unlocked_inflated_monitor to JVMCI
Reviewed-by: dnsimon
1 parent 684d246 commit 2120a84

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
@@ -246,6 +246,7 @@
246246
nonstatic_field(JavaThread, _lock_stack, LockStack) \
247247
nonstatic_field(JavaThread, _om_cache, OMCache) \
248248
nonstatic_field(JavaThread, _cont_entry, ContinuationEntry*) \
249+
nonstatic_field(JavaThread, _unlocked_inflated_monitor, ObjectMonitor*) \
249250
JVMTI_ONLY(nonstatic_field(JavaThread, _is_in_VTMS_transition, bool)) \
250251
JVMTI_ONLY(nonstatic_field(JavaThread, _is_in_tmp_VTMS_transition, bool)) \
251252
JVMTI_ONLY(nonstatic_field(JavaThread, _is_disable_suspend, bool)) \

0 commit comments

Comments
 (0)