There used to two groups of counters tracking refill waste, "fast" (e.g. `_fast_refill_waste`) and "slow" (e.g. `_slow_refill_waste`).
JDK-8234532 removes counters in the "fast" group. The counters in the "slow" group can drop the "slow" part in their names.
- csr for
-
JDK-8267469 Rename refill waster counters in ThreadLocalAllocBuffer
-
- Closed
-
- relates to
-
JDK-8234532 Remove ThreadLocalAllocBuffer::_fast_refill_waste since it is never set
-
- Resolved
-