< prev index next >

src/hotspot/share/runtime/vmStructs.cpp

Print this page

        

*** 537,547 **** /********************************/ \ \ static_field(CodeCache, _heaps, GrowableArray<CodeHeap*>*) \ static_field(CodeCache, _low_bound, address) \ static_field(CodeCache, _high_bound, address) \ - static_field(CodeCache, _scavenge_root_nmethods, nmethod*) \ \ /*******************************/ \ /* CodeHeap (NOTE: incomplete) */ \ /*******************************/ \ \ --- 537,546 ----
*** 679,690 **** /* NMethods (NOTE: incomplete, but only a little) */ \ /**************************************************/ \ \ nonstatic_field(nmethod, _entry_bci, int) \ nonstatic_field(nmethod, _osr_link, nmethod*) \ - nonstatic_field(nmethod, _scavenge_root_link, nmethod*) \ - nonstatic_field(nmethod, _scavenge_root_state, jbyte) \ nonstatic_field(nmethod, _state, volatile signed char) \ nonstatic_field(nmethod, _exception_offset, int) \ nonstatic_field(nmethod, _orig_pc_offset, int) \ nonstatic_field(nmethod, _stub_offset, int) \ nonstatic_field(nmethod, _consts_offset, int) \ --- 678,687 ----
< prev index next >