• J
    7086533: G1: assert(!_g1->is_obj_dead(obj)): We should not be preserving dead... · c908a927
    johnc 提交于
    7086533: G1: assert(!_g1->is_obj_dead(obj)): We should not be preserving dead objs: g1CollectedHeap.cpp:3835
    Summary: Some objects may not be marked in the event of an evacuation failure in a partially young GC, during a marking cycle. Avoid this situation by not allowing partially young GCs during a marking cycle.
    Reviewed-by: tonyp, ysr, brutisso
    c908a927
g1CollectedHeap.cpp 215.8 KB