mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8267842: SIGSEGV in get_current_contended_monitor
Reviewed-by: stefank, dcubed, ysuenaga, dholmes
This commit is contained in:
parent
236bd89dc3
commit
1e29005a22
2 changed files with 12 additions and 8 deletions
|
@ -740,9 +740,9 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
|
|||
nonstatic_field(JavaThread, _anchor, JavaFrameAnchor) \
|
||||
nonstatic_field(JavaThread, _vm_result, oop) \
|
||||
nonstatic_field(JavaThread, _vm_result_2, Metadata*) \
|
||||
nonstatic_field(JavaThread, _current_pending_monitor, ObjectMonitor*) \
|
||||
volatile_nonstatic_field(JavaThread, _current_pending_monitor, ObjectMonitor*) \
|
||||
nonstatic_field(JavaThread, _current_pending_monitor_is_from_java, bool) \
|
||||
nonstatic_field(JavaThread, _current_waiting_monitor, ObjectMonitor*) \
|
||||
volatile_nonstatic_field(JavaThread, _current_waiting_monitor, ObjectMonitor*) \
|
||||
volatile_nonstatic_field(JavaThread, _suspend_flags, uint32_t) \
|
||||
nonstatic_field(JavaThread, _async_exception_condition, JavaThread::AsyncExceptionCondition) \
|
||||
nonstatic_field(JavaThread, _pending_async_exception, oop) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue