comparison src/share/vm/runtime/vmStructs.cpp @ 14717:aa1a43bfdf4e

make HotSpotResolvedJavaMethod leaner
author twisti
date Fri, 21 Mar 2014 14:26:58 -0700
parents 579a2a124c95
children 92aa6797d639
comparison
equal deleted inserted replaced
14716:03704aa6e71b 14717:aa1a43bfdf4e
372 nonstatic_field(Method, _method_counters, MethodCounters*) \ 372 nonstatic_field(Method, _method_counters, MethodCounters*) \
373 nonstatic_field(Method, _access_flags, AccessFlags) \ 373 nonstatic_field(Method, _access_flags, AccessFlags) \
374 nonstatic_field(Method, _vtable_index, int) \ 374 nonstatic_field(Method, _vtable_index, int) \
375 nonstatic_field(Method, _method_size, u2) \ 375 nonstatic_field(Method, _method_size, u2) \
376 nonstatic_field(Method, _intrinsic_id, u1) \ 376 nonstatic_field(Method, _intrinsic_id, u1) \
377 nonstatic_field(Method, _flags, u1) \
377 nonproduct_nonstatic_field(Method, _compiled_invocation_count, int) \ 378 nonproduct_nonstatic_field(Method, _compiled_invocation_count, int) \
378 volatile_nonstatic_field(Method, _code, nmethod*) \ 379 volatile_nonstatic_field(Method, _code, nmethod*) \
379 nonstatic_field(Method, _i2i_entry, address) \ 380 nonstatic_field(Method, _i2i_entry, address) \
380 nonstatic_field(Method, _adapter, AdapterHandlerEntry*) \ 381 nonstatic_field(Method, _adapter, AdapterHandlerEntry*) \
381 volatile_nonstatic_field(Method, _from_compiled_entry, address) \ 382 volatile_nonstatic_field(Method, _from_compiled_entry, address) \