hotspot/src/share/vm/gc/shared/genCollectedHeap.hpp
changeset 31780 613fc3da8884
parent 31358 693058672cc6
child 32360 86790204fc23
--- a/hotspot/src/share/vm/gc/shared/genCollectedHeap.hpp	Sun Jul 12 22:54:54 2015 -0400
+++ b/hotspot/src/share/vm/gc/shared/genCollectedHeap.hpp	Mon Jul 13 11:49:23 2015 -0400
@@ -436,7 +436,7 @@
 
   // Returns "true" iff no allocations have occurred since the last
   // call to "save_marks".
-  bool no_allocs_since_save_marks(bool include_young);
+  bool no_allocs_since_save_marks();
 
   // Returns true if an incremental collection is likely to fail.
   // We optionally consult the young gen, if asked to do so;