Skip to content

Commit 9ac3b77

Browse files
committed
8329775: Serial: Remove unused declarations in serialFullGC.hpp
Reviewed-by: iwalulya
1 parent 7475824 commit 9ac3b77

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/hotspot/share/gc/serial/serialFullGC.hpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#include "utilities/growableArray.hpp"
3838
#include "utilities/stack.hpp"
3939

40-
class DataLayout;
4140
class SerialOldTracer;
4241
class STWGCTimer;
4342

@@ -82,15 +81,6 @@ class SerialFullGC : AllStatic {
8281
virtual void do_oop(narrowOop* p);
8382
};
8483

85-
//
86-
// Friend decls
87-
//
88-
friend class AdjustPointerClosure;
89-
friend class KeepAliveClosure;
90-
91-
//
92-
// Vars
93-
//
9484
protected:
9585
// Total invocations of serial full GC
9686
static uint _total_invocations;

0 commit comments

Comments
 (0)