hotspot/src/share/vm/memory/genCollectedHeap.hpp
changeset 21560 b3ae3ba25ebb
parent 19986 33d188c66ed9
child 22203 d748cd0e8b1e
--- a/hotspot/src/share/vm/memory/genCollectedHeap.hpp	Mon Oct 21 18:52:13 2013 +0200
+++ b/hotspot/src/share/vm/memory/genCollectedHeap.hpp	Mon Oct 21 18:56:20 2013 +0200
@@ -86,10 +86,6 @@
   NOT_PRODUCT(static size_t _skip_header_HeapWords;)
 
 protected:
-  // Directs each generation up to and including "collectedGen" to recompute
-  // its desired size.
-  void compute_new_generation_sizes(int collectedGen);
-
   // Helper functions for allocation
   HeapWord* attempt_allocation(size_t size,
                                bool   is_tlab,