We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684d246 commit 2120a84Copy full SHA for 2120a84
src/hotspot/share/jvmci/vmStructs_jvmci.cpp
@@ -246,6 +246,7 @@
246
nonstatic_field(JavaThread, _lock_stack, LockStack) \
247
nonstatic_field(JavaThread, _om_cache, OMCache) \
248
nonstatic_field(JavaThread, _cont_entry, ContinuationEntry*) \
249
+ nonstatic_field(JavaThread, _unlocked_inflated_monitor, ObjectMonitor*) \
250
JVMTI_ONLY(nonstatic_field(JavaThread, _is_in_VTMS_transition, bool)) \
251
JVMTI_ONLY(nonstatic_field(JavaThread, _is_in_tmp_VTMS_transition, bool)) \
252
JVMTI_ONLY(nonstatic_field(JavaThread, _is_disable_suspend, bool)) \
0 commit comments