src/share/vm/gc_implementation/g1/satbQueue.cpp

changeset 6552
8847586c9037
parent 6396
f99e331f6ef6
child 6680
78bbf4d43a14
     1.1 --- a/src/share/vm/gc_implementation/g1/satbQueue.cpp	Tue Apr 08 14:55:16 2014 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/satbQueue.cpp	Thu Apr 03 17:49:31 2014 +0400
     1.3 @@ -290,7 +290,7 @@
     1.4    shared_satb_queue()->apply_closure_and_empty(_closure);
     1.5  }
     1.6  
     1.7 -void SATBMarkQueueSet::par_iterate_closure_all_threads(int worker) {
     1.8 +void SATBMarkQueueSet::par_iterate_closure_all_threads(uint worker) {
     1.9    SharedHeap* sh = SharedHeap::heap();
    1.10    int parity = sh->strong_roots_parity();
    1.11  
    1.12 @@ -315,7 +315,7 @@
    1.13  }
    1.14  
    1.15  bool SATBMarkQueueSet::apply_closure_to_completed_buffer_work(bool par,
    1.16 -                                                              int worker) {
    1.17 +                                                              uint worker) {
    1.18    BufferNode* nd = NULL;
    1.19    {
    1.20      MutexLockerEx x(_cbl_mon, Mutex::_no_safepoint_check_flag);

mercurial