mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8232904: Update JVMCI
Reviewed-by: dnsimon
This commit is contained in:
parent
cd4d0bc498
commit
e15849a0f8
12 changed files with 232 additions and 22 deletions
|
@ -180,6 +180,7 @@
|
|||
nonstatic_field(JavaThread, _pending_transfer_to_interpreter, bool) \
|
||||
nonstatic_field(JavaThread, _jvmci_counters, jlong*) \
|
||||
nonstatic_field(JavaThread, _should_post_on_exceptions_flag, int) \
|
||||
nonstatic_field(JavaThread, _jni_environment, JNIEnv) \
|
||||
nonstatic_field(JavaThread, _reserved_stack_activation, address) \
|
||||
\
|
||||
static_field(java_lang_Class, _klass_offset, int) \
|
||||
|
@ -538,6 +539,7 @@
|
|||
declare_constant(FieldInfo::field_slots) \
|
||||
\
|
||||
declare_constant(InstanceKlass::linked) \
|
||||
declare_constant(InstanceKlass::being_initialized) \
|
||||
declare_constant(InstanceKlass::fully_initialized) \
|
||||
declare_constant(InstanceKlass::_misc_is_unsafe_anonymous) \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue