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

Apply CONCURRENCY_FACTOR to max value in concurrency calculation

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 11
    • None
    • hotspot
    • None
    • b01

      The current concurrency calculation when running hotspot jtreg tests is:

      min((cores / 2) * CONCURRENCY_FACTOR, 12)

      this should be changed to be

      min(cores / 2, 12) * CONCURRENCY_FACTOR

            ctornqvi Christian Tornqvist
            ctornqvi Christian Tornqvist
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: