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

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

    XMLWordPrintable

Details

    • b32

    Backports

      Description

        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.


        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: