|
217 | 217 | nonstatic_field(JavaThread, _poll_data, SafepointMechanism::ThreadData) \
|
218 | 218 | nonstatic_field(JavaThread, _stack_overflow_state._reserved_stack_activation, address) \
|
219 | 219 | nonstatic_field(JavaThread, _held_monitor_count, intx) \
|
| 220 | + nonstatic_field(JavaThread, _lock_stack, LockStack) \ |
220 | 221 | JVMTI_ONLY(nonstatic_field(JavaThread, _is_in_VTMS_transition, bool)) \
|
221 | 222 | JVMTI_ONLY(nonstatic_field(JavaThread, _is_in_tmp_VTMS_transition, bool)) \
|
222 | 223 | \
|
| 224 | + nonstatic_field(LockStack, _top, uint32_t) \ |
| 225 | + \ |
223 | 226 | JVMTI_ONLY(static_field(JvmtiVTMSTransitionDisabler, _VTMS_notify_jvmti_events, bool)) \
|
224 | 227 | \
|
225 | 228 | static_field(java_lang_Class, _klass_offset, int) \
|
|
494 | 497 | declare_constant(BranchData::not_taken_off_set) \
|
495 | 498 | \
|
496 | 499 | declare_constant_with_value("CardTable::dirty_card", CardTable::dirty_card_val()) \
|
| 500 | + declare_constant_with_value("LockStack::_end_offset", LockStack::end_offset()) \ |
497 | 501 | \
|
498 | 502 | declare_constant(CodeInstaller::VERIFIED_ENTRY) \
|
499 | 503 | declare_constant(CodeInstaller::UNVERIFIED_ENTRY) \
|
|
680 | 684 | declare_constant(InstanceKlass::being_initialized) \
|
681 | 685 | declare_constant(InstanceKlass::fully_initialized) \
|
682 | 686 | \
|
| 687 | + declare_constant(LockingMode::LM_MONITOR) \ |
| 688 | + declare_constant(LockingMode::LM_LEGACY) \ |
| 689 | + declare_constant(LockingMode::LM_LIGHTWEIGHT) \ |
| 690 | + \ |
683 | 691 | /*********************************/ \
|
684 | 692 | /* InstanceKlass _misc_flags */ \
|
685 | 693 | /*********************************/ \
|
|
727 | 735 | AARCH64_ONLY(declare_constant(NMethodPatchingType::conc_instruction_and_data_patch)) \
|
728 | 736 | AARCH64_ONLY(declare_constant(NMethodPatchingType::conc_data_patch)) \
|
729 | 737 | \
|
| 738 | + declare_constant(ObjectMonitor::ANONYMOUS_OWNER) \ |
| 739 | + \ |
730 | 740 | declare_constant(ReceiverTypeData::receiver_type_row_cell_count) \
|
731 | 741 | declare_constant(ReceiverTypeData::receiver0_offset) \
|
732 | 742 | declare_constant(ReceiverTypeData::count0_offset) \
|
|
0 commit comments