From 9ac3b77d0d69227ded6ef3843ebf5c18ceee37b5 Mon Sep 17 00:00:00 2001 From: Albert Mingkun Yang Date: Mon, 8 Apr 2024 15:55:53 +0000 Subject: [PATCH] 8329775: Serial: Remove unused declarations in serialFullGC.hpp Reviewed-by: iwalulya --- src/hotspot/share/gc/serial/serialFullGC.hpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/hotspot/share/gc/serial/serialFullGC.hpp b/src/hotspot/share/gc/serial/serialFullGC.hpp index 61626ff4cad..0fa8b925be0 100644 --- a/src/hotspot/share/gc/serial/serialFullGC.hpp +++ b/src/hotspot/share/gc/serial/serialFullGC.hpp @@ -37,7 +37,6 @@ #include "utilities/growableArray.hpp" #include "utilities/stack.hpp" -class DataLayout; class SerialOldTracer; class STWGCTimer; @@ -82,15 +81,6 @@ class SerialFullGC : AllStatic { virtual void do_oop(narrowOop* p); }; - // - // Friend decls - // - friend class AdjustPointerClosure; - friend class KeepAliveClosure; - - // - // Vars - // protected: // Total invocations of serial full GC static uint _total_invocations;