src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp

changeset 6329
86b64209f715
parent 4173
8a5ea0a9ccc4
child 6513
bbfbe9b06038
     1.1 --- a/src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp	Wed Jan 08 13:20:33 2014 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp	Wed Feb 26 15:32:40 2014 +0100
     1.3 @@ -82,7 +82,7 @@
     1.4  
     1.5        _par_scan_state->push_on_queue(p);
     1.6      } else {
     1.7 -      _par_scan_state->update_rs(_from, p, _par_scan_state->queue_num());
     1.8 +      _par_scan_state->update_rs(_from, p, _worker_id);
     1.9      }
    1.10    }
    1.11  }

mercurial