hotspot/src/share/vm/gc_implementation/g1/satbQueue.hpp
changeset 4481 de92ec484f5e
parent 3262 30d1c247fc25
child 5082 19e725a3d2eb
equal deleted inserted replaced
4474:faa140ac71cd 4481:de92ec484f5e
    58 
    58 
    59 public:
    59 public:
    60   SATBMarkQueueSet();
    60   SATBMarkQueueSet();
    61 
    61 
    62   void initialize(Monitor* cbl_mon, Mutex* fl_lock,
    62   void initialize(Monitor* cbl_mon, Mutex* fl_lock,
    63                   int max_completed_queue = 0,
    63                   int process_completed_threshold,
    64                   Mutex* lock = NULL);
    64                   Mutex* lock);
    65 
    65 
    66   static void handle_zero_index_for_thread(JavaThread* t);
    66   static void handle_zero_index_for_thread(JavaThread* t);
    67 
    67 
    68   // Apply "set_active(b)" to all thread tloq's.  Should be called only
    68   // Apply "set_active(b)" to all thread tloq's.  Should be called only
    69   // with the world stopped.
    69   // with the world stopped.