Skip to content

Commit

Permalink
Fill in region summaries for G1GCFull (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
loyispa authored Dec 29, 2023
1 parent 76d1fbe commit 205ae89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@ private G1FullGC buildFull() {
//collection.classUnloading() todo: fill in
fillInMemoryPoolStats(collection);
fullInInternalPhases(collection);
fillInRegionSummary(collection);
if (hasReferenceGCSummary())
collection.add(generateReferenceGCSummary());
collection.addCPUSummary(getCPUSummary());
Expand Down

0 comments on commit 205ae89

Please sign in to comment.