src/share/vm/runtime/vmStructs.cpp

changeset 1999
2a47bd84841f
parent 1934
e9ff18c4ace7
child 2103
3e8fbc61cee8
equal deleted inserted replaced
1990:a693e51ac197 1999: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) \

mercurial