src/share/vm/runtime/vmStructs.cpp

changeset 4267
bd7a7ce2e264
parent 4251
18fb7da42534
child 4290
7c15faa95ce7
child 4299
f34d701e952e
child 4302
b2dbd323c668
equal deleted inserted replaced
4260:3be318ecfae5 4267:bd7a7ce2e264
991 nonstatic_field(ciInstanceKlass, _init_state, InstanceKlass::ClassState) \ 991 nonstatic_field(ciInstanceKlass, _init_state, InstanceKlass::ClassState) \
992 nonstatic_field(ciInstanceKlass, _is_shared, bool) \ 992 nonstatic_field(ciInstanceKlass, _is_shared, bool) \
993 \ 993 \
994 nonstatic_field(ciMethod, _interpreter_invocation_count, int) \ 994 nonstatic_field(ciMethod, _interpreter_invocation_count, int) \
995 nonstatic_field(ciMethod, _interpreter_throwout_count, int) \ 995 nonstatic_field(ciMethod, _interpreter_throwout_count, int) \
996 nonstatic_field(ciMethod, _instructions_size, int) \
996 \ 997 \
997 nonstatic_field(ciMethodData, _data_size, int) \ 998 nonstatic_field(ciMethodData, _data_size, int) \
998 nonstatic_field(ciMethodData, _state, u_char) \ 999 nonstatic_field(ciMethodData, _state, u_char) \
999 nonstatic_field(ciMethodData, _extra_data_size, int) \ 1000 nonstatic_field(ciMethodData, _extra_data_size, int) \
1000 nonstatic_field(ciMethodData, _data, intptr_t*) \ 1001 nonstatic_field(ciMethodData, _data, intptr_t*) \

mercurial