< prev index next >

src/share/vm/memory/sharedHeap.hpp

Print this page

        

@@ -122,12 +122,10 @@
   // A SharedHeap will contain some number of spaces.  This finds the
   // space whose reserved area contains the given address, or else returns
   // NULL.
   virtual Space* space_containing(const void* addr) const = 0;
 
-  bool no_gc_in_progress() { return !is_gc_active(); }
-
   // Note, the below comment needs to be updated to reflect the changes
   // introduced by JDK-8076225. This should be done as part of JDK-8076289.
   //
   //Some collectors will perform "process_strong_roots" in parallel.
   // Such a call will involve claiming some fine-grained tasks, such as
< prev index next >