History log of /openjdk10/hotspot/src/share/vm/gc/g1/g1YoungGenSizer.cpp
Revision Date Author Comments
# 11609:ad63d778ed39 21-Jun-2016 jwilhelm

8024137: Flags should be set using the proper macro
Reviewed-by: sangheki, drwhite, jmasa


# 11285:e6cbd87926cb 24-May-2016 sjohanss

8156028: G1YoungGenSizer _adaptive_size not correct when setting NewSize and MaxNewSize to the same value
Reviewed-by: jmasa, sangheki, drwhite


# 10931:aeabce5a58b7 18-Mar-2016 mgerdin

8154154: Separate G1 specific policy code from the CollectorPolicy class hierarchy
Summary: Move G1 runtime policy code to new class G1Policy which is unrelated to CollectorPolicy
Reviewed-by: kbarrett, ehelin


# 10898:a4073f876e3a 14-Apr-2016 sjohanss

8154051: Change G1YoungGenSizer to use UL log_warning instead of warning
Reviewed-by: brutisso, mgerdin


# 10555:c5926c871707 07-Mar-2016 ehelin

8151365: Move G1YoungGenSizer to a separate file
Reviewed-by: mgerdin, tschatzl