History log of /openjdk10/hotspot/src/share/vm/gc/g1/g1DefaultPolicy.cpp
Revision Date Author Comments
# 13419:52f2a3a13ed1 10-Aug-2017 sangheki

8173335: Improve logging for j.l.ref.reference processing
Summary: Add logs for each phases of references and stats for each worker threads
Reviewed-by: tschatzl, shade


# 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


# 11822:091445016861 19-Aug-2016 jwilhelm

8164124: [BACKOUT] G1 does not implement millis_since_last_gc which is needed by RMI GC
Reviewed-by: jprovino


# 11762:d49f11850971 02-Aug-2016 jprovino

8071770: 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: jmasa, tschatzl


# 11648:75aefcbe4878 21-Jul-2016 ehelin

8159464: DumpHeap.java hits assert in G1 code
Reviewed-by: mgerdin, tschatzl


# 11627:27bf57ad3d72 19-Jul-2016 tschatzl

8034842: Parallelize the Free CSet phase in G1
Reviewed-by: jmasa, ehelin


# 11583:3d722900f4a8 06-Jul-2016 tschatzl

8159978: Use an array to store the collection set regions instead of linking through regions
Summary: Fix a potential problem with memory visibility in the sampling thread in the collection set by changing the way we store the collection set.
Reviewed-by: ehelin, jmasa


# 11147:d9f6f6fe23ac 05-May-2016 kbarrett

8156072: AllocatedObj msgs coming out during -version etc
Summary: Removed obsolete print.
Reviewed-by: jmasa, ecaspole


# 11132:258cc3802222 04-May-2016 mgerdin

8155943: Move G1Eden/SurvivorRegions into their own source files
Reviewed-by: sjohanss, ehelin


# 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


# 11118:38778aed6bd6 01-May-2016 kbarrett

8155524: HotCardCache shouldn't be part of ConcurrentG1Refine
Summary: Make G1CollectedHeap owner of HotCardCache.
Reviewed-by: jmasa, mgerdin, tschatzl


# 11108:61ba2fd9f73f 27-Apr-2016 mgerdin

8150393: Maintain the set of survivor regions in an array between GCs
Reviewed-by: tschatzl, sjohanss


# 11053:2b004ef3c7b5 27-Apr-2016 sjohanss

8155087: Calculation in other_time_ms() is incorrect
Reviewed-by: tschatzl, ehelin


# 11052:98a9a2760fb3 27-Apr-2016 sjohanss

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


# 11051:edeb8dc8ff14 27-Apr-2016 ehelin

Merge


# 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