mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8272736: [JVMCI] Add API for reading and writing JVMCI thread locals
Reviewed-by: kvn, dnsimon
This commit is contained in:
parent
709b5910c3
commit
ad92033fcc
6 changed files with 137 additions and 6 deletions
|
@ -183,8 +183,8 @@
|
|||
nonstatic_field(JavaThread, _pending_failed_speculation, jlong) \
|
||||
nonstatic_field(JavaThread, _pending_transfer_to_interpreter, bool) \
|
||||
nonstatic_field(JavaThread, _jvmci_counters, jlong*) \
|
||||
nonstatic_field(JavaThread, _jvmci_reserved0, intptr_t*) \
|
||||
nonstatic_field(JavaThread, _jvmci_reserved1, intptr_t*) \
|
||||
nonstatic_field(JavaThread, _jvmci_reserved0, jlong) \
|
||||
nonstatic_field(JavaThread, _jvmci_reserved1, jlong) \
|
||||
nonstatic_field(JavaThread, _jvmci_reserved_oop0, oop) \
|
||||
nonstatic_field(JavaThread, _should_post_on_exceptions_flag, int) \
|
||||
nonstatic_field(JavaThread, _jni_environment, JNIEnv) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue