-
Sub-task
-
Resolution: Fixed
-
P4
-
9
-
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))