hotspot/src/share/vm/memory/sharedHeap.hpp
changeset 4458 075a9ef4e467
parent 3908 24b55ad4c228
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/memory/sharedHeap.hpp	Thu Nov 19 10:19:19 2009 -0800
+++ b/hotspot/src/share/vm/memory/sharedHeap.hpp	Thu Nov 19 13:43:25 2009 -0800
@@ -224,10 +224,6 @@
                           CodeBlobClosure* code_roots,
                           OopClosure* non_root_closure);
 
-
-  // Like CollectedHeap::collect, but assume that the caller holds the Heap_lock.
-  virtual void collect_locked(GCCause::Cause cause) = 0;
-
   // The functions below are helper functions that a subclass of
   // "SharedHeap" can use in the implementation of its virtual
   // functions.