diff --git a/src/hotspot/share/gc/g1/g1YoungCollector.cpp b/src/hotspot/share/gc/g1/g1YoungCollector.cpp index 36cc44a8b7c..d4c380cb6a9 100644 --- a/src/hotspot/share/gc/g1/g1YoungCollector.cpp +++ b/src/hotspot/share/gc/g1/g1YoungCollector.cpp @@ -1125,6 +1125,7 @@ G1YoungCollector::G1YoungCollector(GCCause::Cause gc_cause, } void G1YoungCollector::collect() { +// _g1h->_cm->fully_initialize(); // Do timing/tracing/statistics/pre- and post-logging/verification work not // directly related to the collection. They should not be accounted for in // collection work timing.