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

[Graal] java/lang/StackWalker/LocalsAndOperands.java timeouts with Graal

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 11
    • 11
    • core-libs
    • b07

    Description

      java/lang/StackWalker/LocalsAndOperands.java could timeout when running with Graal as JIT. The cause is that 3rd scenario of the test is launched with "-Xcomp -XX:-TieredCompilation" which causes all Graal classes to be compiled first in case Graal compiler is used. As result 3rd scenario could take more than 20 minutes.

      To reproduce the issue do:
      > jtreg -timeoutFactor:10 -jdk:JDK_HS_fastdebug
      -vmoptions:-XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:+TieredCompilation -XX:+UseJVMCICompiler -Djvmci.Compiler=graal java/lang/StackWalker/LocalsAndOperands.java

      Attachments

        Activity

          People

            epavlova Ekaterina Pavlova
            epavlova Ekaterina Pavlova
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: