This method has a sole caller.
void increment_total_full_collections() { _total_full_collections++; }
Inlining it, hence, removing it from the public API also help maintain the invariant between the two counters on the number of (full) gc cycles.
void increment_total_full_collections() { _total_full_collections++; }
Inlining it, hence, removing it from the public API also help maintain the invariant between the two counters on the number of (full) gc cycles.
- links to
-
Commit(master) openjdk/jdk/98724219
-
Review(master) openjdk/jdk/22940