8337389: Parallel: Remove unnecessary forward declarations in psScavenge.hpp

Reviewed-by: kbarrett, tschatzl
This commit is contained in:
joseph.jackson 2024-10-01 14:00:39 +00:00 committed by Zhengyu Gu
parent 2120a8414e
commit 7b1e6f8ed9

@ -34,9 +34,7 @@
#include "oops/oop.hpp"
#include "utilities/stack.hpp"
class ReferenceProcessor;
class ParallelScavengeHeap;
class ParallelScavengeTracer;
class PSIsAliveClosure;
class STWGCTimer;