--- old/src/hotspot/share/code/compiledMethod.hpp 2019-03-11 22:56:11.830532549 +0100 +++ new/src/hotspot/share/code/compiledMethod.hpp 2019-03-11 22:56:11.294523860 +0100 @@ -408,10 +408,6 @@ PcDesc* find_pc_desc(address pc, bool approximate) { return _pc_desc_container.find_pc_desc(pc, approximate, PcDescSearch(code_begin(), scopes_pcs_begin(), scopes_pcs_end())); } - -protected: - // Used by some GCs to chain nmethods. - nmethod* _scavenge_root_link; // from CodeCache::scavenge_root_nmethods }; #endif // SHARE_CODE_COMPILEDMETHOD_HPP