src/hotspot/share/gc/shared/collectedHeap.hpp
changeset 54678 93f09ca4a7f8
parent 54616 3ab77d8dc60a
child 54781 f3f07c76d3d1
--- a/src/hotspot/share/gc/shared/collectedHeap.hpp	Thu May 02 10:38:00 2019 +0200
+++ b/src/hotspot/share/gc/shared/collectedHeap.hpp	Mon Apr 15 11:47:46 2019 +0200
@@ -44,7 +44,6 @@
 
 class AdaptiveSizePolicy;
 class BarrierSet;
-class CollectorPolicy;
 class GCHeapSummary;
 class GCTimer;
 class GCTracer;
@@ -388,9 +387,6 @@
 
   void increment_total_full_collections() { _total_full_collections++; }
 
-  // Return the CollectorPolicy for the heap
-  virtual CollectorPolicy* collector_policy() const = 0;
-
   // Return the SoftRefPolicy for the heap;
   virtual SoftRefPolicy* soft_ref_policy() = 0;