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

[Graal] java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java timeouts

XMLWordPrintable

    • b32

        java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java run with Graal as JIT could fail by timeout.

        I run the test on my Linux machine and the test runs 10 times slowly comparing to non-Graal mode (21 sec vs 220 sec per testcase).
        It looks like the cause is a lot of compilation triggered by Graal (PrintCompilation flag shows).
        At least adding -XX:CompileCommand=exclude,org.graalvm.compiler.*::* fixes the slowness.


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

                Created:
                Updated:
                Resolved: