hotspot/src/share/vm/memory/collectorPolicy.hpp
changeset 21567 938a7ca4d2aa
parent 21561 c619b1cb4554
child 22551 9bf46d16dcc6
--- a/hotspot/src/share/vm/memory/collectorPolicy.hpp	Sun Nov 10 00:07:29 2013 +0100
+++ b/hotspot/src/share/vm/memory/collectorPolicy.hpp	Mon Nov 11 13:50:10 2013 +0100
@@ -336,9 +336,9 @@
     return CollectorPolicy::TwoGenerationCollectorPolicyKind;
   }
 
-  // Returns true is gen0 sizes were adjusted
+  // Returns true if gen0 sizes were adjusted
   bool adjust_gen0_sizes(size_t* gen0_size_ptr, size_t* gen1_size_ptr,
-                         const size_t heap_size, const size_t min_gen1_size);
+                         const size_t heap_size);
 };
 
 class MarkSweepPolicy : public TwoGenerationCollectorPolicy {