Summary
Obsolete already deprecated TLABStats.
Problem
TLABStats was deprecated in JDK11 and has no effect now. Remove this JVM flag to avoid confusion.
Solution
Obsolete this flag and remove its usages in the code base and tests.
Specification
- product(bool, TLABStats, true, \
- "Provide more detailed and expensive TLAB statistics.") \
- \
- csr of
-
JDK-8325221 Obsolete TLABStats
-
- Resolved
-