-
CSR
-
Resolution: Approved
-
P4
-
behavioral
-
minimal
-
Searching for affected flag doesn't return any blog posts/tutorials covering or suggesting using or changing it with Parallel GC.
-
add/remove/modify command line option
-
JDK
Summary
Obsolete the VM product option HeapFirstMaximumCompactionCount
due to removal of corresponding functionality. It's used/implemented only by Parallel GC.
Problem
This flag offers little benefit and is rarely used, but complicates the implementation on deciding whether a full-gc should do maximum-compaction.
Solution
Remove the functionality and obsolete the VM product option HeapFirstMaximumCompactionCount
without any deprecation period.
Specification
- product(uintx, HeapFirstMaximumCompactionCount, 3, \
- "The collection count for the first maximum compaction") \
- range(0, max_uintx) \
- \
- csr of
-
JDK-8334097 Parallel: Obsolete HeapFirstMaximumCompactionCount
-
- Resolved
-