hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp
changeset 22901 3b4e9802e94f
parent 22551 9bf46d16dcc6
child 22905 4b1549d69106
equal deleted inserted replaced
22900:e699fc9dc806 22901:3b4e9802e94f
    80                  obj->forwardee() == oopDesc::load_decode_heap_oop(p)),
    80                  obj->forwardee() == oopDesc::load_decode_heap_oop(p)),
    81              "p should still be pointing to obj or to its forwardee");
    81              "p should still be pointing to obj or to its forwardee");
    82 
    82 
    83       _par_scan_state->push_on_queue(p);
    83       _par_scan_state->push_on_queue(p);
    84     } else {
    84     } else {
    85       _par_scan_state->update_rs(_from, p, _par_scan_state->queue_num());
    85       _par_scan_state->update_rs(_from, p, _worker_id);
    86     }
    86     }
    87   }
    87   }
    88 }
    88 }
    89 
    89 
    90 template <class T>
    90 template <class T>