History log of /openjdk10/hotspot/src/share/vm/gc/g1/g1Policy.hpp
Revision Date Author Comments
# 12037:ab2b45b79d71 20-Sep-2016 jprovino

8164482: [REDO] G1 does not implement millis_since_last_gc which is needed by RMI GC
Summary: G1 does not return a correct value for the CollectedHeap::millis_since_last_gc()
Reviewed-by: tschatzl, kbarrett


# 11937:4c39def70c5c 02-Sep-2016 tschatzl

8164936: G1 age table printout contains contents from previous GC
Summary: Split tenuring threshold update and printing into two separate parts so that they can be used independently.
Reviewed-by: jmasa, sangheki


# 11131:15188aed63c0 27-Apr-2016 mgerdin

8155634: Clean out old logging and dead code from SurvRateGroup
Reviewed-by: jmasa, tschatzl, sjohanss


# 11129:83f4c7b5a871 02-May-2016 mgerdin

8150721: Don't explicitly manage G1 young regions in YoungList
Reviewed-by: ehelin, sjohanss, tschatzl


# 11055:888f37103953 27-Apr-2016 mgerdin

8155209: Move setting of young index in cset to G1CollectionSet
Reviewed-by: sjohanss, ehelin


# 11052:98a9a2760fb3 27-Apr-2016 sjohanss

8155082: Refactor mutator region restriction
Reviewed-by: mgerdin, tschatzl


# 11050:f1005629063e 27-Apr-2016 ehelin

8155224: Bring back version control history to g1Policy.hpp and g1DefaultPolicy.*
Reviewed-by: pliden, mgerdin, sjohanss


# 11022:ce2108f27dcb 20-Apr-2016 ehelin

8154753: Turn G1Policy into an interface
Reviewed-by: sjohanss, mgerdin


# 10959:72bd11005099 19-Apr-2016 mgerdin

8154752: Cleanup initialization of G1Policy
Reviewed-by: ehelin, tschatzl


# 10956:d10b8c3e22f8 21-Apr-2016 mgerdin

8154467: Cleanup initialization of GCPolicyCounters
Reviewed-by: ehelin, sjohanss


# 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