Summary
Remove two unimplemented TLAB performance counters: sun.gc.tlab.fastWaste
and sun.gc.tlab.maxFastWaste
.
Problem
These two counters are obsolete and have always returned constant 0 values for many years.
Solution
Remove those two counters.
Specification
No specification change.
- csr of
-
JDK-8234532 Remove ThreadLocalAllocBuffer::_fast_refill_waste since it is never set
-
- Resolved
-