XMLWordPrintable

Details

    • Sub-task
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 9
    • 9
    • hotspot
    • gc
    • b143

    Description

      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))

      Attachments

        Activity

          People

            sangheki Sangheon Kim
            sangheki Sangheon Kim
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: