hotspot/src/share/vm/gc/shared/collectedHeap.hpp
changeset 40892 330a02d935ad
parent 39695 946f1321c075
child 41177 3869072fc2e1
--- a/hotspot/src/share/vm/gc/shared/collectedHeap.hpp	Tue Aug 30 12:48:03 2016 +0300
+++ b/hotspot/src/share/vm/gc/shared/collectedHeap.hpp	Tue Aug 30 23:48:16 2016 -0400
@@ -441,12 +441,6 @@
   // remembered set.
   virtual void flush_deferred_store_barrier(JavaThread* thread);
 
-  // Should return true if the reference pending list lock is
-  // acquired from non-Java threads, such as a concurrent GC thread.
-  virtual bool needs_reference_pending_list_locker_thread() const {
-    return false;
-  }
-
   // Perform a collection of the heap; intended for use in implementing
   // "System.gc".  This probably implies as full a collection as the
   // "CollectedHeap" supports.