• T
    6742641: G1: NullPointerException during GCOld · 7040bab9
    tonyp 提交于
    Summary: An update buffer is not processed correctly, which causes roots into the collection set not to be scanned and, hence, for the heap to be corrupted. The cause is that an object is accessed after it has been explicitly deleted, which causes a race.
    Reviewed-by: jcoomes, ysr
    7040bab9
dirtyCardQueue.cpp 10.4 KB