< prev index next >

src/share/vm/gc/g1/satbMarkQueue.hpp

Print this page
rev 12906 : [mq]: gc_interface

@@ -48,11 +48,11 @@
 private:
   // Filter out unwanted entries from the buffer.
   void filter();
 
 public:
-  SATBMarkQueue(SATBMarkQueueSet* qset, bool permanent = false);
+  SATBMarkQueue(SATBMarkQueueSet* qset = NULL, bool permanent = false);
 
   // Process queue entries and free resources.
   void flush();
 
   // Apply cl to the active part of the buffer.
< prev index next >