< prev index next >

src/hotspot/share/gc/shared/satbMarkQueue.hpp

Print this page
rev 54044 : [mq]: new_shared_dcq

@@ -53,11 +53,11 @@
   // Removes entries from the buffer that are no longer needed.
   template<typename Filter>
   inline void apply_filter(Filter filter_out);
 
 public:
-  SATBMarkQueue(SATBMarkQueueSet* qset, bool permanent = false);
+  SATBMarkQueue(SATBMarkQueueSet* qset);
 
   // Process queue entries and free resources.
   void flush();
 
   // Apply cl to the active part of the buffer.
< prev index next >