History log of /openjdk9/hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.hpp
Revision Date Author Comments
# 12408:777aaa19c4b1 11-Dec-2016 kvn

8171008: Integrate AOT compiler into JDK
Reviewed-by: erikj, mchung, psandoz, coleenp, iklam, stefank, simonis
Contributed-by: Bharadwaj Yadavalli <bharadwaj.yadavalli@oracle.com>, Christian Thalinger <cthalinger@twitter.com>, Dean Long <dean.long@oracle.com>, Dmitrij Pochepko <dmitrij.pochepko@oracle.com>, Dmitry Chuyko <dmitry.chuyko@oracle.com>, Doug Simon <doug.simon@oracle.com>, Eric Caspole <eric.caspole@oracle.com>, Igor Ignatyev <igor.ignatyev@oracle.com>, Igor Veresov <igor.veresov@oracle.com>, John Rose <john.r.rose@oracle.com>, Morris Meyer <morris.meyer@oracle.com>, Niclas Adlertz <niclas.adlertz@oracle.com>, Rickard Backman <rickard.backman@oracle.com>


# 12315:3fe7510a87ae 07-Nov-2016 ehelin

8167679: G1 phase logging is messy
Reviewed-by: sjohanss, tschatzl


# 12303:f02245c92146 28-Oct-2016 ehelin

8168904: Initialize and reset G1 phase times to zero
Reviewed-by: sjohanss, jprovino


# 12239:47e5864ea577 24-Oct-2016 jprovino

8160055: Misplaced call to ClassLoaderDataGraph::clear_claimed_marks during initial mark
Summary: The call to ClassLoaderDataGraph::clear_claimed_marks() during initial mark in g1CollectedHeap.cpp:4420 is misplaced.
Reviewed-by: tschatzl, kbarrett


# 11627:27bf57ad3d72 19-Jul-2016 tschatzl

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


# 10728:22af68174a23 31-Mar-2016 brutisso

8152952: Allow G1 phase logging to use individual number of threads
Reviewed-by: tschatzl, jmasa


# 10386:a39b4d597162 29-Feb-2016 brutisso

8150068: Log the main G1 phases at info level
Reviewed-by: sjohanss, tschatzl


# 10380:bf7095ff645e 26-Feb-2016 tschatzl

8150630: Add logging for ParScanThreadState merge phase
Summary: Improve visibility of the per-thread scan state merge phase by adding appropriate logging.
Reviewed-by: jmasa, tbenson


# 10379:d2e7206f86f8 26-Feb-2016 tschatzl

8076463: Add logging for the preserve CM referents task
Summary: Add logging and do minor refactoring to CM referents handling task.
Reviewed-by: jmasa


# 10168:5456a7af9989 02-Feb-2016 brutisso

8148734: G1: Make G1GCPhaseTimes keep track of the start GC time
Reviewed-by: sjohanss, tschatzl


# 9829:bc5bc5e78622 15-Dec-2015 brutisso

8145303: Clean up the units for log_gc_footer
Reviewed-by: david, tschatzl, goetz


# 9727:f944761a3ce3 10-Dec-2015 brutisso

8145092: Use Unified Logging for the GC logging
Summary: JEP-271. VM changes contributed by brutisso, test changes contributed by david.
Reviewed-by: sjohanss, david, brutisso
Contributed-by: bengt.rutisson@oracle.com, david.lindholm@oralce.com


# 9630:4d213c4ec7bb 29-Nov-2015 ehelin

8144145: G1GCPhaseTimes should allow externally accounted time
Reviewed-by: ehelin, tschatzl


# 9309:82b971bf9c3c 31-Oct-2015 ehelin

8140509: Add note_gc_start to G1CollectorPolicy
Reviewed-by: mgerdin, tschatzl


# 9308:ddc17a69ffc5 30-Oct-2015 ehelin

8140508: Add utility method for logging phases to G1CollectorPolicy
Reviewed-by: mgerdin, tschatzl


# 9232:85a63e83293f 20-Oct-2015 ecaspole

8060017: G1: Report heap sizing time
Summary: Report heap expansion time done on VM thread after collection. Previously this was included in "Other" time.
Reviewed-by: mgerdin, tschatzl


# 9155:8b8a3e7af130 13-Oct-2015 tschatzl

8069330: Adjustment of concurrent refinement thresholds does not take hot card cache into account
Summary: Measure HCC processing time separately and remove that time from the calculation of the refinement thresholds. HCC processing time is still taken into account for general pause time predictions.
Reviewed-by: tbenson, jmasa


# 8413:92457dfb91bd 13-May-2015 pliden

8079792: GC directory structure cleanup
Reviewed-by: brutisso, stefank, david