mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
7132690: InstanceKlass:_reference_type should be u1 type
Change InstanceKlass::_reference_type to u1 type. Reviewed-by: dholmes, coleenp, acorn
This commit is contained in:
parent
63b889aba6
commit
cd85c690df
5 changed files with 11 additions and 9 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