XMLWordPrintable

    • Type: Sub-task
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • gc
    • 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))

            Assignee:
            Sangheon Kim (Inactive)
            Reporter:
            Sangheon Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: