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

Enable the make system to calculate concurrency for langtools tests

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Not an Issue
    • Icon: P3 P3
    • 12
    • 11
    • infrastructure
    • None

      CONCURRENCY is calculated at runtime based on min(cores / 2, 12) * CONCURRENCY_FACTOR. This is enabled in test/TestCommon.gmk (via JDK-8196197) and take effect to most components (jdk, jaxp, hotspot, nashorn) since they use (include) test/TestCommon.gmk.

      BUT the calculate concurrency logic is NOT in langtools tests since test/langtools/Makefile does NOT use test/TestCommon.gmk (see more: JDK-8170629).

      Calculate concurrency logic should also be enabled for langtools tests. (or/and, test/langtools/Makefile should be improved to use test/TestCommon.gmk as other components)

            Unassigned Unassigned
            amlu Amy Lu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: