-
Bug
-
Resolution: Fixed
-
P4
-
14, 15
-
b32
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8249481 | 16 | Ekaterina Pavlova | P4 | Resolved | Fixed | b06 |
JDK-8250171 | 15.0.2 | Ekaterina Pavlova | P4 | Resolved | Fixed | b01 |
JDK-8250470 | 15.0.1 | Ekaterina Pavlova | P4 | Resolved | Fixed | b03 |
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.
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.
- backported by
-
JDK-8249481 [Graal] java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java timeouts
-
- Resolved
-
-
JDK-8250171 [Graal] java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java timeouts
-
- Resolved
-
-
JDK-8250470 [Graal] java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java timeouts
-
- Resolved
-