--- old/src/hotspot/share/gc/g1/g1RootClosures.hpp 2019-09-18 16:58:49.583737651 +0200 +++ new/src/hotspot/share/gc/g1/g1RootClosures.hpp 2019-09-18 16:58:49.395736521 +0200 @@ -53,9 +53,6 @@ // CLDs are guaranteed to have been processed. virtual CLDClosure* second_pass_weak_clds() = 0; - // Get a raw oop closure for processing oops, bypassing the flushing above. - virtual OopClosure* raw_strong_oops() = 0; - // Applied to code blobs treated as weak roots. virtual CodeBlobClosure* weak_codeblobs() = 0;