• T
    7113006: G1: excessive ergo output when an evac failure happens · c182ec48
    tonyp 提交于
    Summary: Introduce a flag that is set when a heap expansion attempt during a GC fails so that we do not consantly attempt to expand the heap when it's going to fail anyway. This not only prevents the excessive ergo output (which is generated when a region allocation fails) but also avoids excessive and ultimately unsuccessful expansion attempts.
    Reviewed-by: jmasa, johnc
    c182ec48
g1CollectedHeap.cpp 228.9 KB