comparison src/share/vm/runtime/vmStructs.cpp @ 1644:2a47bd84841f

6965184: possible races in make_not_entrant_or_zombie Reviewed-by: kvn
author never
date Thu, 08 Jul 2010 14:29:44 -0700
parents e9ff18c4ace7
children 3e8fbc61cee8
comparison
equal deleted inserted replaced
1635:a693e51ac197 1644:2a47bd84841f
612 \ 612 \
613 /**************************************************/ \ 613 /**************************************************/ \
614 /* NMethods (NOTE: incomplete, but only a little) */ \ 614 /* NMethods (NOTE: incomplete, but only a little) */ \
615 /**************************************************/ \ 615 /**************************************************/ \
616 \ 616 \
617 static_field(nmethod, _zombie_instruction_size, int) \
618 nonstatic_field(nmethod, _method, methodOop) \ 617 nonstatic_field(nmethod, _method, methodOop) \
619 nonstatic_field(nmethod, _entry_bci, int) \ 618 nonstatic_field(nmethod, _entry_bci, int) \
620 nonstatic_field(nmethod, _osr_link, nmethod*) \ 619 nonstatic_field(nmethod, _osr_link, nmethod*) \
621 nonstatic_field(nmethod, _scavenge_root_link, nmethod*) \ 620 nonstatic_field(nmethod, _scavenge_root_link, nmethod*) \
622 nonstatic_field(nmethod, _scavenge_root_state, jbyte) \ 621 nonstatic_field(nmethod, _scavenge_root_state, jbyte) \