-
Bug
-
Resolution: Unresolved
-
P4
-
21
-
+ uname -a
Linux CompilerTest-aarch64-6 5.10.134-16.1.al8.aarch64 #1 SMP Thu Dec 7 22:04:51 CST 2023 aarch64 aarch64 aarch64 GNU/Linux
+ cat /etc/os-release
NAME="Alibaba Cloud Linux"
VERSION="3 (Soaring Falcon)"
ID="alinux"
ID_LIKE="rhel fedora centos anolis"
VERSION_ID="3"
UPDATE_ID="9"
PLATFORM_ID="platform:al8"
PRETTY_NAME="Alibaba Cloud Linux 3 (Soaring Falcon)"
ANSI_COLOR="0;31"
HOME_URL="https://www.aliyun.com/"+ free -h
total used free shared buff/cache available
Mem: 245Gi 2.2Gi 86Gi 1.0Mi 156Gi 241Gi
Swap: 0B 0B 0B
+ lscpu
+ head -n 25
Architecture: aarch64
Byte Order: Little Endian
CPU(s): 64
On-line CPU(s) list: 0-63
Thread(s) per core: 1
Core(s) per socket: 64
Socket(s): 1
NUMA node(s): 1
Vendor ID: ARM
Model: 0
Model name: Neoverse-N2
Stepping: r0p0
CPU MHz: 3000.000
CPU max MHz: 3000.0000
CPU min MHz: 3000.0000
BogoMIPS: 100.00
L1d cache: 64K
L1i cache: 64K
L2 cache: 1024K
L3 cache: 65536K
NUMA node0 CPU(s): 0-63
Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs sb dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bf16 dgh
+ ldd --version
ldd (GNU libc) 2.32
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
+ java -version
openjdk version "21.0.5" 2024-10-15
OpenJDK Runtime Environment (build 21.0.5)
OpenJDK 64-Bit Server VM (build 21.0.5, mixed mode, sharing)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (21.0.5) for linux-aarch64 JRE (21.0.5), built on 2024-06-07T02:45:22Z by "yansendao" with gcc 9.3.1 20200408 (Red Hat 9.3.1-2)
+ git remote -v
jdk-tip git@github.com:openjdk/jdk.git (fetch)
jdk-tip git@github.com:openjdk/jdk.git (push)
origin git@github.com:openjdk/jdk21u-dev.git (fetch)
origin git@github.com:openjdk/jdk21u-dev.git (push)
+ git log -n 1
+ head -n 1
commit 936b23953044d0c9a8ea558208c3cd503895144a+ uname -a Linux CompilerTest-aarch64-6 5.10.134-16.1.al8.aarch64 #1 SMP Thu Dec 7 22:04:51 CST 2023 aarch64 aarch64 aarch64 GNU/Linux + cat /etc/os-release NAME="Alibaba Cloud Linux" VERSION="3 (Soaring Falcon)" ID="alinux" ID_LIKE="rhel fedora centos anolis" VERSION_ID="3" UPDATE_ID="9" PLATFORM_ID="platform:al8" PRETTY_NAME="Alibaba Cloud Linux 3 (Soaring Falcon)" ANSI_COLOR="0;31" HOME_URL="https://www.aliyun.com/" + free -h total used free shared buff/cache available Mem: 245Gi 2.2Gi 86Gi 1.0Mi 156Gi 241Gi Swap: 0B 0B 0B + lscpu + head -n 25 Architecture: aarch64 Byte Order: Little Endian CPU(s): 64 On-line CPU(s) list: 0-63 Thread(s) per core: 1 Core(s) per socket: 64 Socket(s): 1 NUMA node(s): 1 Vendor ID: ARM Model: 0 Model name: Neoverse-N2 Stepping: r0p0 CPU MHz: 3000.000 CPU max MHz: 3000.0000 CPU min MHz: 3000.0000 BogoMIPS: 100.00 L1d cache: 64K L1i cache: 64K L2 cache: 1024K L3 cache: 65536K NUMA node0 CPU(s): 0-63 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma lrcpc dcpop sha3 sm3 sm4 asimddp sha512 sve asimdfhm dit uscat ilrcpc flagm ssbs sb dcpodp sve2 sveaes svepmull svebitperm svesha3 svesm4 flagm2 frint svei8mm svebf16 i8mm bf16 dgh + ldd --version ldd (GNU libc) 2.32 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Roland McGrath and Ulrich Drepper. + java -version openjdk version "21.0.5" 2024-10-15 OpenJDK Runtime Environment (build 21.0.5) OpenJDK 64-Bit Server VM (build 21.0.5, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (21.0.5) for linux-aarch64 JRE (21.0.5), built on 2024-06-07T02:45:22Z by "yansendao" with gcc 9.3.1 20200408 (Red Hat 9.3.1-2) + git remote -v jdk-tip git@github.com:openjdk/jdk.git (fetch) jdk-tip git@github.com:openjdk/jdk.git (push) origin git@github.com:openjdk/jdk21u-dev.git (fetch) origin git@github.com:openjdk/jdk21u-dev.git (push) + git log -n 1 + head -n 1 commit 936b23953044d0c9a8ea558208c3cd503895144a
-
aarch64
-
linux
jtreg -v:fail,error -nr -w tmp -jdk:build/linux-aarch64-server-fastdebug/jdk test/hotspot/jtreg/compiler/c2/cr7200264/TestIntVect.java
result:
One or more @IR rules failed:
Failed IR Rules (2) of Methods (2)
----------------------------------
1) Method "void compiler.c2.cr7200264.TestIntVect.test_divc(int[],int[])" - [Failed IR rules: 1]:
* @IR rule 1: "@compiler.lib.ir_framework.IR(phase={DEFAULT}, applyIfPlatformAnd={}, applyIfCPUFeatureOr={"avx2", "true", "sve", "true"}, counts={"_#V#ADD_VI#_", "_@min(max_int, max_long)", "> 0", "_#V#RSHIFT_VI#_", "_@min(max_int, max_long)", "> 0", "_#V#SUB_VI#_", "_@min(max_int, max_long)", "> 0"}, failOn={}, applyIfPlatform={}, applyIfPlatformOr={}, applyIfOr={}, applyIfCPUFeatureAnd={}, applyIf={}, applyIfCPUFeature={}, applyIfAnd={}, applyIfNot={})"
> Phase "PrintIdeal":
- counts: Graph contains wrong number of nodes:
* Constraint 1: "(\d+(\s){2}(AddVI.*)+(\s){2}===.*vector[A-Za-z]\[2\]:\{int\})"
- Failed comparison: [found] 0 > 0 [given]
- No nodes matched!
* Constraint 2: "(\d+(\s){2}(RShiftVI.*)+(\s){2}===.*vector[A-Za-z]\[2\]:\{int\})"
- Failed comparison: [found] 0 > 0 [given]
- No nodes matched!
* Constraint 3: "(\d+(\s){2}(SubVI.*)+(\s){2}===.*vector[A-Za-z]\[2\]:\{int\})"
- Failed comparison: [found] 0 > 0 [given]
- No nodes matched!
2) Method "void compiler.c2.cr7200264.TestIntVect.test_divc_n(int[],int[])" - [Failed IR rules: 1]:
* @IR rule 1: "@compiler.lib.ir_framework.IR(phase={DEFAULT}, applyIfPlatformAnd={}, applyIfCPUFeatureOr={"avx2", "true", "sve", "true"}, counts={"_#V#ADD_VI#_", "_@min(max_int, max_long)", "> 0", "_#V#RSHIFT_VI#_", "_@min(max_int, max_long)", "> 0", "_#V#SUB_VI#_", "_@min(max_int, max_long)", "> 0"}, failOn={}, applyIfPlatform={}, applyIfPlatformOr={}, applyIfOr={}, applyIfCPUFeatureAnd={}, applyIf={}, applyIfCPUFeature={}, applyIfAnd={}, applyIfNot={})"
> Phase "PrintIdeal":
- counts: Graph contains wrong number of nodes:
* Constraint 1: "(\d+(\s){2}(AddVI.*)+(\s){2}===.*vector[A-Za-z]\[2\]:\{int\})"
- Failed comparison: [found] 0 > 0 [given]
- No nodes matched!
* Constraint 2: "(\d+(\s){2}(RShiftVI.*)+(\s){2}===.*vector[A-Za-z]\[2\]:\{int\})"
- Failed comparison: [found] 0 > 0 [given]
- No nodes matched!
* Constraint 3: "(\d+(\s){2}(SubVI.*)+(\s){2}===.*vector[A-Za-z]\[2\]:\{int\})"
- Failed comparison: [found] 0 > 0 [given]
- No nodes matched!
>>> Check stdout for compilation output of the failed methods
#############################################################
- To only run the failed tests use -DTest, -DExclude,
and/or -DScenarios.
- To also get the standard output of the test VM run with
-DReportStdout=true or for even more fine-grained logging
use -DVerbose=true.
#############################################################
compiler.lib.ir_framework.driver.irmatching.IRViolationException: There were one or multiple IR rule failures. Please check stderr for more information.
at compiler.lib.ir_framework.driver.irmatching.IRMatcher.reportFailures(IRMatcher.java:61)
at compiler.lib.ir_framework.driver.irmatching.IRMatcher.match(IRMatcher.java:49)
at compiler.lib.ir_framework.TestFramework.runTestVM(TestFramework.java:754)
at compiler.lib.ir_framework.TestFramework.start(TestFramework.java:719)
at compiler.lib.ir_framework.TestFramework.start(TestFramework.java:339)
at compiler.lib.ir_framework.TestFramework.run(TestFramework.java:223)
at compiler.lib.ir_framework.TestFramework.run(TestFramework.java:212)
at compiler.c2.cr7200264.TestIntVect.main(TestIntVect.java:49)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1575)
- relates to
-
JDK-8291809 Convert compiler/c2/cr7200264/TestSSE2IntVect.java to IR verification test
- Resolved