hotspot/src/share/vm/gc/g1/g1CollectedHeap.hpp
changeset 40892 330a02d935ad
parent 39979 b17e445924da
child 41178 e567be097315
--- a/hotspot/src/share/vm/gc/g1/g1CollectedHeap.hpp	Tue Aug 30 12:48:03 2016 +0300
+++ b/hotspot/src/share/vm/gc/g1/g1CollectedHeap.hpp	Tue Aug 30 23:48:16 2016 -0400
@@ -1273,12 +1273,6 @@
     return true;
   }
 
-  // The reference pending list lock is acquired from from the
-  // ConcurrentMarkThread.
-  virtual bool needs_reference_pending_list_locker_thread() const {
-    return true;
-  }
-
   inline bool is_in_young(const oop obj);
 
   virtual bool is_scavengable(const void* addr);