+ cd /home/yansendao/git/jdk + set -x + hostname -I 10.59.42.94 172.17.0.1 + uname -a Linux zhangfei 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux + cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.5 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.5 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy + free -h total used free shared buff/cache available Mem: 751Gi 13Gi 686Gi 16Mi 51Gi 734Gi Swap: 0B 0B 0B + lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 224 On-line CPU(s) list: 0-223 Vendor ID: HygonGenuine Model name: Hygon C86-4G (OPN:7493) CPU family: 24 Model: 4 Thread(s) per core: 2 Core(s) per socket: 28 Socket(s): 4 Stepping: 1 Frequency boost: enabled CPU max MHz: 2900.0000 CPU min MHz: 1600.0000 BogoMIPS: 5800.37 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid amd_dcm aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate ssbd ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip overflow_recov succor smca sme sev sev_es Virtualization: AMD-V L1d cache: 3.5 MiB (112 instances) L1i cache: 3.5 MiB (112 instances) L2 cache: 56 MiB (112 instances) L3 cache: 512 MiB (32 instances) NUMA node(s): 8 NUMA node0 CPU(s): 0-13,112-125 NUMA node1 CPU(s): 14-27,126-139 NUMA node2 CPU(s): 28-41,140-153 NUMA node3 CPU(s): 42-55,154-167 NUMA node4 CPU(s): 56-69,168-181 NUMA node5 CPU(s): 70-83,182-195 NUMA node6 CPU(s): 84-97,196-209 NUMA node7 CPU(s): 98-111,210-223 Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP always-on, RSB filling Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Not affected + ldd --version ldd (Ubuntu GLIBC 2.35-0ubuntu3.11) 2.35 Copyright (C) 2022 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. + ulimit -a real-time non-blocking time (microseconds, -R) unlimited core file size (blocks, -c) unlimited data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 3078259 max locked memory (kbytes, -l) 98520156 max memory size (kbytes, -m) unlimited open files (-n) 1024 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) unlimited virtual memory (kbytes, -v) unlimited file locks (-x) unlimited + java -version openjdk version "27" 2026-09-15 OpenJDK Runtime Environment HJDK-0 (fastdebug build 27+-df8c4d6d) OpenJDK 64-Bit Server VM HJDK-0 (fastdebug build 27+-df8c4d6d, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (fastdebug 27+-df8c4d6d) for linux-amd64 JRE (27+-df8c4d6d), built on 2026-01-30T15:22:13Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11) + jtreg -version jtreg 8.1-dev+0 Installed in /home/yansendao/JDK/tools/jtreg/jtreg-8.1.1/lib/jtreg.jar Running on platform version 27 from /home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/jdk. Built with Java(TM) 2 SDK, Version 17.0.13-testing+0-builds on December 01, 2025. JT Harness, version 6.0 ea b24 (December 01, 2025) Java Assembler Tools, version 8.1 ea 01 (December 01, 2025) TestNG: testng-7.3.0.jar, guice-5.1.0.jar, jcommander-1.82.jar JUnit: junit-platform-console-standalone-1.13.4.jar + git remote -v origin git@github.com:openjdk/jdk.git (fetch) origin git@github.com:openjdk/jdk.git (push) + git branch * master + git log -n 1 + head -n 1 commit df8c4d6d12dacd0adfcf8c711c8671913d805309 + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git diff -------------------------------------------------- TEST: compiler/c2/cmove/TestScalarConditionalMoveCmpObj.java TEST JDK: /home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/jdk ACTION: build -- Passed. Build successful REASON: Named class compiled on demand TIME: 44.765 seconds messages: command: build compiler.c2.irTests.TestScalarConditionalMoveCmpObj reason: Named class compiled on demand started: Fri Jan 30 23:30:59.988 CST 2026 Test directory: compile: compiler.c2.irTests.TestScalarConditionalMoveCmpObj finished: Fri Jan 30 23:31:44.753 CST 2026 elapsed time (seconds): 44.765 ACTION: compile -- Passed. Compilation successful REASON: .class file out of date or does not exist TIME: 44.764 seconds messages: command: compile /home/yansendao/git/jdk/test/hotspot/jtreg/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.java reason: .class file out of date or does not exist started: Fri Jan 30 23:30:59.989 CST 2026 Mode: othervm Process id: 2258750 finished: Fri Jan 30 23:31:44.753 CST 2026 elapsed time (seconds): 44.764 configuration: javac compilation environment source path: /home/yansendao/git/jdk/test/hotspot/jtreg/compiler/c2/cmove /home/yansendao/git/jdk/test/lib /home/yansendao/git/jdk/test/hotspot/jtreg class path: /home/yansendao/git/jdk/test/hotspot/jtreg/compiler/c2/cmove /home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d /home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d/test/lib rerun: cd /home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/compiler/c2/cmove/TestScalarConditionalMoveCmpObj && \ DISPLAY=:7 \ DOCS_JDK_IMAGE_DIR=/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/test/docs \ HOME=/home/yansendao \ JTREG_HOME=/home/yansendao/JDK/tools/jtreg/jtreg-8.1.1 \ JTREG_PARAMETER_TO_TESTED_JDK=-javaoptions: \ LANG=en_US.UTF-8 \ LC_ALL=en_US.UTF-8 \ LD_LIBRARY_PATH= \ PATH=/bin:/usr/bin:/usr/sbin \ TEST_IMAGE_DIR=/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/test \ _JVM_DWARF_PATH=/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/test/symbols \ /home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/jdk/bin/javac \ -J-ea \ -J-esa \ -J-Dtest.vm.opts='-ea -esa' \ -J-Dtest.tool.vm.opts='-J-ea -J-esa' \ -J-Dtest.compiler.opts= \ -J-Dtest.java.opts= \ -J-Dtest.jdk=/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/jdk \ -J-Dcompile.jdk=/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/jdk \ -J-Dtest.timeout.factor=8.0 \ -J-Dtest.nativepath=/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/test/hotspot/jtreg/native \ -J-Dtest.root=/home/yansendao/git/jdk/test/hotspot/jtreg \ -J-Dtest.name=compiler/c2/cmove/TestScalarConditionalMoveCmpObj.java \ -J-Dtest.verbose=Verbose[p=BRIEF,f=FULL,e=FULL,t=true,m=false] \ -J-Dtest.file=/home/yansendao/git/jdk/test/hotspot/jtreg/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.java \ -J-Dtest.main.class=compiler.c2.irTests.TestScalarConditionalMoveCmpObj \ -J-Dtest.src=/home/yansendao/git/jdk/test/hotspot/jtreg/compiler/c2/cmove \ -J-Dtest.src.path=/home/yansendao/git/jdk/test/hotspot/jtreg/compiler/c2/cmove:/home/yansendao/git/jdk/test/lib:/home/yansendao/git/jdk/test/hotspot/jtreg \ -J-Dtest.classes=/home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d \ -J-Dtest.class.path=/home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d:/home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d/test/lib:/home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d \ -d /home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d \ -sourcepath /home/yansendao/git/jdk/test/hotspot/jtreg/compiler/c2/cmove:/home/yansendao/git/jdk/test/lib:/home/yansendao/git/jdk/test/hotspot/jtreg \ -classpath /home/yansendao/git/jdk/test/hotspot/jtreg/compiler/c2/cmove:/home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d:/home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d/test/lib /home/yansendao/git/jdk/test/hotspot/jtreg/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.java STDOUT: STDERR: ACTION: driver -- Failed. Execution failed: `main' threw exception: compiler.lib.ir_framework.shared.TestFrameworkException: Internal Test Framework exception - please file a bug: Did not find Applicable IR Rules in: *2 $7 CLUSTER $5 NODES REASON: User specified action: run driver ${test.main.class} TIME: 66.648 seconds messages: command: driver compiler.c2.irTests.TestScalarConditionalMoveCmpObj reason: User specified action: run driver ${test.main.class} started: Fri Jan 30 23:31:44.753 CST 2026 Mode: othervm Process id: 2287702 finished: Fri Jan 30 23:32:51.401 CST 2026 elapsed time (seconds): 66.648 configuration: STDOUT: For random generator using seed: 8778074124954888191 To re-run test with same seed value please add "-Djdk.test.lib.random.seed=8778074124954888191" to command line. Run Flag VM: Command line: [/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/jdk/bin/java -cp /home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d:/home/yansendao/git/jdk/test/hotspot/jtreg/compiler/c2/cmove:/home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d/test/lib:/home/yansendao/git/jdk/test/lib:/home/yansendao/git/jdk/test/hotspot/jtreg:/home/yansendao/JDK/tools/jtreg/jtreg-8.1.1/lib/javatest.jar:/home/yansendao/JDK/tools/jtreg/jtreg-8.1.1/lib/jtreg.jar -ea -esa -Dtest.jdk=/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/jdk -Djava.library.path=/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/test/hotspot/jtreg/native -cp /home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d:/home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d/test/lib:/home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:+UseCMoveUnconditionally -XX:-UseVectorCmov -XX:+UnlockExperimentalVMOptions -XX:-UseCompactObjectHeaders -XX:+UseCompressedOops compiler.lib.ir_framework.flag.FlagVM compiler.c2.irTests.TestScalarConditionalMoveCmpObj ] [2026-01-30T15:31:46.887899387Z] Gathering output for process 2288387 [2026-01-30T15:31:47.084909111Z] Waiting for completion for process 2288387 [2026-01-30T15:31:49.245440120Z] Waiting for completion finished for process 2288387 Output and diagnostic info for process 2288387 was saved into 'pid-2288387-output.log' Run Test VM - [-XX:+UseCMoveUnconditionally, -XX:-UseVectorCmov, -XX:+UnlockExperimentalVMOptions, -XX:-UseCompactObjectHeaders, -XX:+UseCompressedOops]: Command line: [/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/jdk/bin/java -cp /home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d:/home/yansendao/git/jdk/test/hotspot/jtreg/compiler/c2/cmove:/home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d/test/lib:/home/yansendao/git/jdk/test/lib:/home/yansendao/git/jdk/test/hotspot/jtreg:/home/yansendao/JDK/tools/jtreg/jtreg-8.1.1/lib/javatest.jar:/home/yansendao/JDK/tools/jtreg/jtreg-8.1.1/lib/jtreg.jar -Djava.library.path=/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/test/hotspot/jtreg/native -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -ea -esa -Dir.framework.server.port=6379 -XX:+UseCMoveUnconditionally -XX:-UseVectorCmov -XX:+UnlockExperimentalVMOptions -XX:-UseCompactObjectHeaders -XX:+UseCompressedOops -XX:+PrintCompilation -XX:+UnlockDiagnosticVMOptions -XX:+LogCompilation -XX:CompilerDirectivesFile=test-vm-compile-commands-pid-2288387.log -XX:CompilerDirectivesLimit=81 -XX:-OmitStackTraceInFastThrow -DShouldDoIRVerification=true -XX:-BackgroundCompilation -XX:CompileCommand=quiet compiler.lib.ir_framework.test.TestVM compiler.c2.irTests.TestScalarConditionalMoveCmpObj ] [2026-01-30T15:31:49.580134666Z] Gathering output for process 2289591 [2026-01-30T15:31:49.584997806Z] Waiting for completion for process 2289591 [2026-01-30T15:31:54.862796240Z] Waiting for completion finished for process 2289591 Output and diagnostic info for process 2289591 was saved into 'pid-2289591-output.log' STDERR: compiler.lib.ir_framework.shared.TestFrameworkException: Internal Test Framework exception - please file a bug: Did not find Applicable IR Rules in: *2 $7 CLUSTER $5 NODES at compiler.lib.ir_framework.TestFramework.check(TestFramework.java:903) at compiler.lib.ir_framework.driver.irmatching.parser.ApplicableIRRulesParser.getApplicableIRRulesLines(ApplicableIRRulesParser.java:109) at compiler.lib.ir_framework.driver.irmatching.parser.ApplicableIRRulesParser.parseApplicableIRRules(ApplicableIRRulesParser.java:90) at compiler.lib.ir_framework.driver.irmatching.parser.ApplicableIRRulesParser.createTestMethodMap(ApplicableIRRulesParser.java:81) at compiler.lib.ir_framework.driver.irmatching.parser.ApplicableIRRulesParser.parse(ApplicableIRRulesParser.java:70) at compiler.lib.ir_framework.driver.irmatching.parser.TestClassParser.parse(TestClassParser.java:58) at compiler.lib.ir_framework.TestFramework.runTestVM(TestFramework.java:884) at compiler.lib.ir_framework.TestFramework.start(TestFramework.java:839) at compiler.lib.ir_framework.TestFramework.start(TestFramework.java:431) at compiler.lib.ir_framework.TestFramework.runWithFlags(TestFramework.java:257) at compiler.c2.irTests.TestScalarConditionalMoveCmpObj.main(TestScalarConditionalMoveCmpObj.java:43) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:565) at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138) at java.base/java.lang.Thread.run(Thread.java:1516) JavaTest Message: Test threw exception: compiler.lib.ir_framework.shared.TestFrameworkException: Internal Test Framework exception - please file a bug: Did not find Applicable IR Rules in: *2 $7 CLUSTER $5 NODES JavaTest Message: shutting down test STATUS:Failed.`main' threw exception: compiler.lib.ir_framework.shared.TestFrameworkException: Internal Test Framework exception - please file a bug: Did not find Applicable IR Rules in: *2 $7 CLUSTER $5 NODES rerun: cd /home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/compiler/c2/cmove/TestScalarConditionalMoveCmpObj && \ DISPLAY=:7 \ DOCS_JDK_IMAGE_DIR=/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/test/docs \ HOME=/home/yansendao \ JTREG_HOME=/home/yansendao/JDK/tools/jtreg/jtreg-8.1.1 \ JTREG_PARAMETER_TO_TESTED_JDK=-javaoptions: \ LANG=en_US.UTF-8 \ LC_ALL=en_US.UTF-8 \ LD_LIBRARY_PATH= \ PATH=/bin:/usr/bin:/usr/sbin \ TEST_IMAGE_DIR=/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/test \ _JVM_DWARF_PATH=/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/test/symbols \ CLASSPATH=/home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d:/home/yansendao/git/jdk/test/hotspot/jtreg/compiler/c2/cmove:/home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d/test/lib:/home/yansendao/git/jdk/test/lib:/home/yansendao/git/jdk/test/hotspot/jtreg:/home/yansendao/JDK/tools/jtreg/jtreg-8.1.1/lib/javatest.jar:/home/yansendao/JDK/tools/jtreg/jtreg-8.1.1/lib/jtreg.jar \ /home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/jdk/bin/java \ -Dtest.vm.opts='-ea -esa' \ -Dtest.tool.vm.opts='-J-ea -J-esa' \ -Dtest.compiler.opts= \ -Dtest.java.opts= \ -Dtest.jdk=/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/jdk \ -Dcompile.jdk=/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/jdk \ -Dtest.timeout.factor=8.0 \ -Dtest.nativepath=/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/test/hotspot/jtreg/native \ -Dtest.root=/home/yansendao/git/jdk/test/hotspot/jtreg \ -Dtest.name=compiler/c2/cmove/TestScalarConditionalMoveCmpObj.java \ -Dtest.verbose=Verbose[p=BRIEF,f=FULL,e=FULL,t=true,m=false] \ -Dtest.file=/home/yansendao/git/jdk/test/hotspot/jtreg/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.java \ -Dtest.main.class=compiler.c2.irTests.TestScalarConditionalMoveCmpObj \ -Dtest.src=/home/yansendao/git/jdk/test/hotspot/jtreg/compiler/c2/cmove \ -Dtest.src.path=/home/yansendao/git/jdk/test/hotspot/jtreg/compiler/c2/cmove:/home/yansendao/git/jdk/test/lib:/home/yansendao/git/jdk/test/hotspot/jtreg \ -Dtest.classes=/home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d \ -Dtest.class.path=/home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d:/home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d/test/lib:/home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/classes/19/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d \ -ea \ -esa \ -Djava.library.path=/home/yansendao/git/jdk/build/linux-x86_64-server-fastdebug/images/test/hotspot/jtreg/native \ com.sun.javatest.regtest.agent.MainWrapper /home/yansendao/git/jdk/build/jt-work/jtreg/hotspot_jtreg/compiler/c2/cmove/TestScalarConditionalMoveCmpObj.d/driver.0.jta TEST RESULT: Failed. Execution failed: `main' threw exception: compiler.lib.ir_framework.shared.TestFrameworkException: Internal Test Framework exception - please file a bug: Did not find Applicable IR Rules in: *2 $7 CLUSTER $5 NODES -------------------------------------------------- compiler/c2/cmove/TestScalarConditionalMoveCmpObj.java do not reproduced after 10 tries