mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
Merge
This commit is contained in:
commit
8e09c4566e
6 changed files with 15 additions and 10 deletions
|
@ -314,7 +314,7 @@ static inline uint64_t cast_uint64_t(size_t x)
|
|||
nonstatic_field(instanceKlass, _init_thread, Thread*) \
|
||||
nonstatic_field(instanceKlass, _vtable_len, int) \
|
||||
nonstatic_field(instanceKlass, _itable_len, int) \
|
||||
nonstatic_field(instanceKlass, _reference_type, ReferenceType) \
|
||||
nonstatic_field(instanceKlass, _reference_type, u1) \
|
||||
volatile_nonstatic_field(instanceKlass, _oop_map_cache, OopMapCache*) \
|
||||
nonstatic_field(instanceKlass, _jni_ids, JNIid*) \
|
||||
nonstatic_field(instanceKlass, _osr_nmethods_head, nmethod*) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue