Skip to content

Commit 4fcae1a

Browse files
committedFeb 27, 2024
8326722: Cleanup unnecessary forward declaration in collectedHeap.hpp
Reviewed-by: tschatzl
1 parent c5c866a commit 4fcae1a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/hotspot/share/gc/shared/collectedHeap.hpp

-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@
4646
// class defines the functions that a heap must implement, and contains
4747
// infrastructure common to all heaps.
4848

49-
class WorkerTask;
50-
class AdaptiveSizePolicy;
51-
class BarrierSet;
5249
class GCHeapLog;
5350
class GCHeapSummary;
5451
class GCTimer;

0 commit comments

Comments
 (0)
Please sign in to comment.