8316940: Serial: Remove unused declarations in genCollectedHeap

Reviewed-by: stefank, tschatzl
This commit is contained in:
Albert Mingkun Yang 2023-09-26 12:56:24 +00:00
parent 52983ed529
commit 1513e7910f
2 changed files with 0 additions and 5 deletions

View File

@ -34,7 +34,6 @@
#include "gc/serial/defNewGeneration.hpp"
#include "gc/serial/genMarkSweep.hpp"
#include "gc/serial/markSweep.hpp"
#include "gc/shared/adaptiveSizePolicy.hpp"
#include "gc/shared/cardTableBarrierSet.hpp"
#include "gc/shared/collectedHeap.inline.hpp"
#include "gc/shared/collectorCounters.hpp"

View File

@ -31,13 +31,9 @@
#include "gc/shared/preGCValues.hpp"
#include "gc/shared/softRefPolicy.hpp"
class AdaptiveSizePolicy;
class CardTableRS;
class GCPolicyCounters;
class GenerationSpec;
class StrongRootsScope;
class SubTasksDone;
class WorkerThreads;
// A "GenCollectedHeap" is a CollectedHeap that uses generational
// collection. It has two generations, young and old.