< prev index next >

src/share/vm/gc/shared/genCollectedHeap.hpp

Print this page
rev 11747 : [mq]: per.hotspot.patch

@@ -279,14 +279,10 @@
 
   virtual bool card_mark_must_follow_store() const {
     return UseConcMarkSweepGC;
   }
 
-  virtual bool needs_reference_pending_list_locker_thread() const {
-    return UseConcMarkSweepGC;
-  }
-
   // We don't need barriers for stores to objects in the
   // young gen and, a fortiori, for initializing stores to
   // objects therein. This applies to DefNew+Tenured and ParNew+CMS
   // only and may need to be re-examined in case other
   // kinds of collectors are implemented in the future.
< prev index next >