--- old/src/hotspot/share/gc/g1/g1RootClosures.hpp 2019-09-18 17:03:34.677439299 +0200 +++ new/src/hotspot/share/gc/g1/g1RootClosures.hpp 2019-09-18 17:03:34.481438136 +0200 @@ -49,10 +49,6 @@ class G1EvacuationRootClosures : public G1RootClosures { public: - // Applied to the weakly reachable CLDs when all strongly reachable - // CLDs are guaranteed to have been processed. - virtual CLDClosure* second_pass_weak_clds() = 0; - // Applied to code blobs treated as weak roots. virtual CodeBlobClosure* weak_codeblobs() = 0;