• J
    7173712: G1: Duplicated code in G1UpdateRSOrPushRefOopClosure::do_oop_nv() · 784912f7
    johnc 提交于
    Summary: Duplicated code from G1RemSet::par_write_ref() inlined into G1UpdateRSOrPushRefOopClosure::do_oop_nv() was showing up in profiles with a fairly high amount of CPU time. Manually inline the main part of G1RemSet::par_write_ref() to eliminate the code duplication.
    Reviewed-by: azeemj, brutisso
    784912f7
g1OopClosures.inline.hpp 8.1 KB