From 4fcae1aef52c7e5b8a76e07adcb2a3dbc5bb215d Mon Sep 17 00:00:00 2001 From: Zhengyu Gu Date: Tue, 27 Feb 2024 15:09:56 +0000 Subject: [PATCH] 8326722: Cleanup unnecessary forward declaration in collectedHeap.hpp Reviewed-by: tschatzl --- src/hotspot/share/gc/shared/collectedHeap.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/hotspot/share/gc/shared/collectedHeap.hpp b/src/hotspot/share/gc/shared/collectedHeap.hpp index b503d38c505..1562a4b43ad 100644 --- a/src/hotspot/share/gc/shared/collectedHeap.hpp +++ b/src/hotspot/share/gc/shared/collectedHeap.hpp @@ -46,9 +46,6 @@ // class defines the functions that a heap must implement, and contains // infrastructure common to all heaps. -class WorkerTask; -class AdaptiveSizePolicy; -class BarrierSet; class GCHeapLog; class GCHeapSummary; class GCTimer;