Revert "remove commented out code"

This reverts commit 9d9df671574be7a15a30ef0af452629330cb4fd1.
This commit is contained in:
Leo Korinth 2026-01-27 19:11:15 +01:00
parent b41d4a0e8c
commit d0d1860058

View File

@ -1125,6 +1125,7 @@ G1YoungCollector::G1YoungCollector(GCCause::Cause gc_cause,
} }
void G1YoungCollector::collect() { void G1YoungCollector::collect() {
// _g1h->_cm->fully_initialize();
// Do timing/tracing/statistics/pre- and post-logging/verification work not // Do timing/tracing/statistics/pre- and post-logging/verification work not
// directly related to the collection. They should not be accounted for in // directly related to the collection. They should not be accounted for in
// collection work timing. // collection work timing.