Recently we hit by several bugs when new intrinsics were introduced but corresponding code was not fixed in Graal.
SeeJDK-8215687 and JDK-8215317.
The main issue is that we don't have any Graal test run in Tier1 and as result external testing through "submit" repo did not catch the problem.
I suggest to add few quick Graal test into Tier1 which should run no more than 5 min.
Especially we need to have next unit testin in tier1: src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/CheckGraalIntrinsics.java
See
The main issue is that we don't have any Graal test run in Tier1 and as result external testing through "submit" repo did not catch the problem.
I suggest to add few quick Graal test into Tier1 which should run no more than 5 min.
Especially we need to have next unit testin in tier1: src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/CheckGraalIntrinsics.java
- relates to
-
JDK-8235773 Tier3 fails because graalunit tests started to run with ZGC
- Resolved
-
JDK-8215317 [GRAAL] unit test CheckGraalIntrinsics failed after 8213754
- Resolved
-
JDK-8215687 [Graal] unit test CheckGraalIntrinsics failed after 8212043
- Resolved