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:
Jiangli Zhou 2012-01-25 17:40:51 -05:00 committed by Jiangli Zhou
parent 63b889aba6
commit cd85c690df
5 changed files with 11 additions and 9 deletions

View file

@ -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*) \