< prev index next >

src/hotspot/share/gc/shenandoah/shenandoahSATBMarkQueueSet.hpp

Print this page
rev 53870 : imported patch shade-shenandoah-ptrqueue

@@ -43,13 +43,12 @@
   ShenandoahSATBMarkQueueSet();
 
   void initialize(ShenandoahHeap* const heap,
                   Monitor* cbl_mon,
                   int process_completed_threshold,
-                  uint buffer_enqueue_threshold_percentage,
-                  Mutex* lock);
+                  uint buffer_enqueue_threshold_percentage);
 
-  virtual SATBMarkQueue& satb_queue_for_thread(JavaThread* const t) const;
+  virtual SATBMarkQueue& satb_queue_for_thread(Thread* const t) const;
   virtual void filter(SATBMarkQueue* queue);
 };
 
 #endif // SHARE_GC_SHENANDOAH_SHENANDOAHSATBMARKQUEUESET_HPP
< prev index next >