--- old/src/hotspot/share/runtime/vmStructs.cpp 2019-03-11 14:43:08.211808876 +0100 +++ new/src/hotspot/share/runtime/vmStructs.cpp 2019-03-11 14:43:07.667799968 +0100 @@ -539,7 +539,6 @@ static_field(CodeCache, _heaps, GrowableArray*) \ static_field(CodeCache, _low_bound, address) \ static_field(CodeCache, _high_bound, address) \ - static_field(CodeCache, _scavenge_root_nmethods, nmethod*) \ \ /*******************************/ \ /* CodeHeap (NOTE: incomplete) */ \ @@ -681,8 +680,6 @@ \ 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) \