• T
    7084509: G1: fix inconsistencies and mistakes in the young list target length calculations · 0f3d13b3
    tonyp 提交于
    Summary: Fixed inconsistencies and mistakes in the young list target length calculations so that a) the calculated target length is optimal (before, it was not), b) other parameters like max survivor size and max gc locker eden expansion are always consistent with the calculated target length (before, they were not always), and c) the resulting target length was always bound by desired min and max values (before, it was not).
    Reviewed-by: brutisso, johnc
    0f3d13b3
g1_globals.hpp 22.1 KB