Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8366875

CompileTaskTimeout should be reset for each iteration of RepeatCompilation

XMLWordPrintable

    • Fix Understood

      The CompileTaskTimeout is supposed to limit the amount of time spent on a single compilation. However, it operates on a compilation task, which can contain multiple compilation of the same method when -XX:RepeatCompilation is used. The timeout should be reset for every compilation so tests using -XX:RepeatCompilation do not need special longer timeouts.

            mhaessig Manuel Hässig
            mhaessig Manuel Hässig
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: