hotspot/src/share/vm/gc/shared/modRefBarrierSet.hpp
changeset 42598 45562c0473fb
parent 32612 79a64ccc4613
--- a/hotspot/src/share/vm/gc/shared/modRefBarrierSet.hpp	Thu Nov 24 11:27:57 2016 +0100
+++ b/hotspot/src/share/vm/gc/shared/modRefBarrierSet.hpp	Thu Nov 24 16:48:22 2016 +0300
@@ -86,10 +86,8 @@
     assert(false, "can't call");
   }
 
-  // Causes all refs in "mr" to be assumed to be modified.  If "whole_heap"
-  // is true, the caller asserts that the entire heap is being invalidated,
-  // which may admit an optimized implementation for some barriers.
-  virtual void invalidate(MemRegion mr, bool whole_heap = false) = 0;
+  // Causes all refs in "mr" to be assumed to be modified.
+  virtual void invalidate(MemRegion mr) = 0;
 
   // The caller guarantees that "mr" contains no references.  (Perhaps it's
   // objects have been moved elsewhere.)