8323000: Parallel: Remove unused class declarations in psScavenge

Reviewed-by: stefank
This commit is contained in:
Albert Mingkun Yang 2024-01-04 11:35:56 +00:00
parent dd517c6404
commit c3cd1f1814

View File

@ -33,12 +33,10 @@
#include "oops/oop.hpp"
#include "utilities/stack.hpp"
class OopStack;
class ReferenceProcessor;
class ParallelScavengeHeap;
class ParallelScavengeTracer;
class PSIsAliveClosure;
class PSRefProcTaskExecutor;
class STWGCTimer;
class PSScavenge: AllStatic {