8314990: Generational ZGC: Strong OopStorage stats reported as weak roots

Reviewed-by: stefank, eosterlund
This commit is contained in:
Jonas Norlinder 2023-08-25 08:10:09 +00:00 committed by Stefan Karlsson
parent 002b594870
commit dcd6e75671

@ -101,7 +101,7 @@ void ZParallelApply<Iterator>::apply(ClosureType* cl) {
}
void ZOopStorageSetIteratorStrong::apply(OopClosure* cl) {
ZRootStatTimer timer(ZSubPhaseConcurrentWeakRootsOopStorageSet, _generation);
ZRootStatTimer timer(ZSubPhaseConcurrentRootsOopStorageSet, _generation);
_iter.oops_do(cl);
}