< prev index next >

src/hotspot/share/gc/g1/g1ConcurrentMark.cpp

Print this page

        

@@ -364,10 +364,11 @@
   // _num_active_tasks set in set_non_marking_state()
   // _tasks set inside the constructor
 
   _task_queues(new G1CMTaskQueueSet((int) _max_num_tasks)),
   _terminator((int) _max_num_tasks, _task_queues),
+
   _first_overflow_barrier_sync(),
   _second_overflow_barrier_sync(),
 
   _has_overflown(false),
   _concurrent(false),
< prev index next >