hotspot/src/share/vm/memory/sharedHeap.hpp
changeset 29795 984c5c379c6a
parent 29693 fac175f7a466
child 29802 d485440c958a
--- a/hotspot/src/share/vm/memory/sharedHeap.hpp	Mon Mar 16 13:28:27 2015 +0100
+++ b/hotspot/src/share/vm/memory/sharedHeap.hpp	Fri Mar 27 09:28:47 2015 +0100
@@ -214,16 +214,6 @@
   // Sets the number of parallel threads that will be doing tasks
   // (such as process roots) subsequently.
   virtual void set_par_threads(uint t);
-
-  //
-  // New methods from CollectedHeap
-  //
-
-  // Some utilities.
-  void print_size_transition(outputStream* out,
-                             size_t bytes_before,
-                             size_t bytes_after,
-                             size_t capacity);
 };
 
 #endif // SHARE_VM_MEMORY_SHAREDHEAP_HPP