Summary
Obsolete deprecated MaxGCMinorPauseMillis.
Problem
This flag was deprecated in JDK8. Remove its implementation to clean up the code base.
Solution
Obsolete this flag and its implementation.
Specification
- product(uintx, MaxGCMinorPauseMillis, max_uintx, \
- "Adaptive size policy maximum GC minor pause time goal " \
- "in millisecond") \
- range(0, max_uintx) \
- \
- csr of
-
JDK-8324301 Obsolete MaxGCMinorPauseMillis
-
- Resolved
-