8314990: Generational ZGC: Strong OopStorage stats reported as weak roots
Reviewed-by: stefank, eosterlund
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user