mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8286957: Held monitor count
Reviewed-by: rpressler, eosterlund
This commit is contained in:
parent
1fec62f299
commit
ac399e9777
44 changed files with 407 additions and 238 deletions
|
@ -191,7 +191,7 @@
|
|||
nonstatic_field(JavaThread, _jni_environment, JNIEnv) \
|
||||
nonstatic_field(JavaThread, _poll_data, SafepointMechanism::ThreadData) \
|
||||
nonstatic_field(JavaThread, _stack_overflow_state._reserved_stack_activation, address) \
|
||||
nonstatic_field(JavaThread, _held_monitor_count, int) \
|
||||
nonstatic_field(JavaThread, _held_monitor_count, int64_t) \
|
||||
\
|
||||
static_field(java_lang_Class, _klass_offset, int) \
|
||||
static_field(java_lang_Class, _array_klass_offset, int) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue