• T
    8040977: G1 crashes when run with -XX:-G1DeferredRSUpdate · 056efa55
    tschatzl 提交于
    Summary: When G1 is run with -XX:-G1DeferredRSUpdate, the VM crashes because of wrong initialization order of member variables. The change makes the initalization explicit, not relying on initialization order any more.
    Reviewed-by: brutisso, mgerdin
    056efa55
g1ParScanThreadState.cpp 11.8 KB