changeset 52918 | f94c7929a44b |
parent 52811 | ff04b71bf6f1 |
child 52925 | 9c18c9d839d3 |
--- a/src/hotspot/share/gc/shared/gcCause.cpp Mon Dec 10 09:37:18 2018 +0100 +++ b/src/hotspot/share/gc/shared/gcCause.cpp Mon Dec 10 10:25:27 2018 +0100 @@ -105,6 +105,9 @@ case _g1_humongous_allocation: return "G1 Humongous Allocation"; + case _g1_periodic_collection: + return "G1 Periodic Collection"; + case _dcmd_gc_run: return "Diagnostic Command";