equal
deleted
inserted
replaced
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. |