--- old/src/hotspot/share/gc/g1/g1RootClosures.cpp 2019-09-18 16:58:48.899733540 +0200 +++ new/src/hotspot/share/gc/g1/g1RootClosures.cpp 2019-09-18 16:58:48.699732338 +0200 @@ -47,8 +47,6 @@ CodeBlobClosure* strong_codeblobs() { return &_closures._codeblobs; } CodeBlobClosure* weak_codeblobs() { return &_closures._codeblobs; } - OopClosure* raw_strong_oops() { return &_closures._oops; } - bool trace_metadata() { return false; } }; @@ -90,8 +88,6 @@ CodeBlobClosure* strong_codeblobs() { return &_strong._codeblobs; } CodeBlobClosure* weak_codeblobs() { return &_weak._codeblobs; } - OopClosure* raw_strong_oops() { return &_strong._oops; } - // If we are not marking all weak roots then we are tracing // which metadata is alive. bool trace_metadata() { return MarkWeak == G1MarkPromotedFromRoot; }