< prev index next >

src/hotspot/share/gc/g1/g1OopClosures.inline.hpp

Print this page
rev 60059 : imported patch 8210462-fix-remaining-mentions-of-im

*** 249,259 **** } else if ((barrier != G1BarrierNoOptRoots) && state.is_optional()) { _par_scan_state->remember_root_into_optional_region(p); } // The object is not in collection set. If we're a root scanning ! // closure during an initial mark pause then attempt to mark the object. if (do_mark_object == G1MarkFromRoot) { mark_object(obj); } } trim_queue_partially(); --- 249,259 ---- } else if ((barrier != G1BarrierNoOptRoots) && state.is_optional()) { _par_scan_state->remember_root_into_optional_region(p); } // The object is not in collection set. If we're a root scanning ! // closure during a concurrent mark pause then attempt to mark the object. if (do_mark_object == G1MarkFromRoot) { mark_object(obj); } } trim_queue_partially();
< prev index next >