hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp
changeset 22901 3b4e9802e94f
parent 22551 9bf46d16dcc6
child 22905 4b1549d69106
--- a/hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp	Fri Feb 21 10:19:09 2014 +0100
+++ b/hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp	Mon Feb 24 09:40:21 2014 +0100
@@ -82,7 +82,7 @@
 
       _par_scan_state->push_on_queue(p);
     } else {
-      _par_scan_state->update_rs(_from, p, _par_scan_state->queue_num());
+      _par_scan_state->update_rs(_from, p, _worker_id);
     }
   }
 }