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

Slow compiler tests in JPRT

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • b133
    • generic
    • generic

      We noticed that after JDK-8132919 changes compiler tests execution time in JPRT greatly increased. Logs show one test take a lot of time:
      compiler/c2/Test6792161.java

      But it should be excluded from execution in JPRT !

      The bug is missing '\' after cr8004867 - all tests after it are not excluded from execution in JPRT:

      + -compiler/c2/cr6589834 \
      + -compiler/c2/cr8004867
      + -compiler/c2/stemmer \
      + -compiler/c2/Test6792161.java \
      + -compiler/c2/Test6603011.java \
      + -compiler/c2/Test6912517.java \

      Also I verified that for some reason -Xcomp Tiered JIT compilation for Test6792161.java takes a lot of time. We should switch off tiered compilation for this test.

            kvn Vladimir Kozlov
            kvn Vladimir Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: