< prev index next >

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

Print this page

        

@@ -114,11 +114,12 @@
                   Monitor* cbl_mon,
                   Mutex* fl_lock,
                   int process_completed_threshold,
                   int max_completed_queue,
                   Mutex* lock,
-                  DirtyCardQueueSet* fl_owner = NULL);
+                  DirtyCardQueueSet* fl_owner,
+                  bool init_free_ids = false);
 
   // The number of parallel ids that can be claimed to allow collector or
   // mutator threads to do card-processing work.
   static uint num_par_ids();
 
< prev index next >