-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 9
-
Component/s: hotspot
-
b143
AutoGCSelectPauseMillis also should be deprecated with UseAutoGCSelectPolicy as these 2 flags are working together. However, JDK-8166461 is missing about deprecation of AutoGCSelectPauseMillis.
Related code is like below:
if (UseAutoGCSelectPolicy &&
!FLAG_IS_DEFAULT(MaxGCPauseMillis) &&
(MaxGCPauseMillis <= AutoGCSelectPauseMillis))
Related code is like below:
if (UseAutoGCSelectPolicy &&
!FLAG_IS_DEFAULT(MaxGCPauseMillis) &&
(MaxGCPauseMillis <= AutoGCSelectPauseMillis))