hotspot/src/share/vm/gc/shared/collectedHeap.hpp
changeset 46657 cc4ac8d1ef6b
parent 46560 388aa8d67c80
child 46702 13ae789b982e
--- a/hotspot/src/share/vm/gc/shared/collectedHeap.hpp	Wed Jul 12 12:46:31 2017 +0000
+++ b/hotspot/src/share/vm/gc/shared/collectedHeap.hpp	Tue Jul 04 20:41:33 2017 +0200
@@ -478,9 +478,6 @@
 
   void increment_total_full_collections() { _total_full_collections++; }
 
-  // Return the AdaptiveSizePolicy for the heap.
-  virtual AdaptiveSizePolicy* size_policy() = 0;
-
   // Return the CollectorPolicy for the heap
   virtual CollectorPolicy* collector_policy() const = 0;