8316940: Serial: Remove unused declarations in genCollectedHeap
Reviewed-by: stefank, tschatzl
This commit is contained in:
parent
52983ed529
commit
1513e7910f
@ -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"
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user