• T
    7011855: G1: non-product flag to artificially grow the heap · 71990acc
    tonyp 提交于
    Summary: It introduces non-product cmd line parameter G1DummyRegionsPerGC which indicates how many "dummy" regions to allocate at the end of each GC. This allows the G1 heap to grow artificially and makes concurrent marking cycles more frequent irrespective of what the application that is running is doing. The dummy regions will be found totally empty during cleanup so this parameter can also be used to stress the concurrent cleanup operation.
    Reviewed-by: brutisso, johnc
    71990acc
g1_globals.hpp 23.0 KB