Relates :
|
|
Relates :
|
|
Relates :
|
Recently we hit by several bugs when new intrinsics were introduced but corresponding code was not fixed in Graal. See JDK-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
|