-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
23
-
None
-
$ uname -a ; cat /etc/os-release ; free -h ; lscpu | head -n 25 ; java -version ; java -Xinternalversion
Linux iZbp1gxnzlckzcvopwt055Z 5.10.134-16.1.al8.aarch64 #1 SMP Thu Dec 7 22:04:51 CST 2023 aarch64 aarch64 aarch64 GNU/Linux
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/"total used free shared buff/cache available
Mem: 61Gi 1.4Gi 20Gi 8.0Mi 39Gi 59Gi
Swap: 0B 0B 0B
Architecture: aarch64
Byte Order: Little Endian
CPU(s): 32
On-line CPU(s) list: 0-31
Thread(s) per core: 1
Core(s) per socket: 32
Socket(s): 1
NUMA node(s): 1
Vendor ID: ARM
BIOS Vendor ID: Alibaba Cloud
Model: 0
Model name: Neoverse-N2
BIOS Model name: virt-rhel7.6.0
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-31
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
OpenJDK 64-Bit Server VM (fastdebug 23) for linux-aarch64 JRE (23), built on 2024-05-16T12:09:44Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11)$ uname -a ; cat /etc/os-release ; free -h ; lscpu | head -n 25 ; java -version ; java -Xinternalversion Linux iZbp1gxnzlckzcvopwt055Z 5.10.134-16.1.al8.aarch64 #1 SMP Thu Dec 7 22:04:51 CST 2023 aarch64 aarch64 aarch64 GNU/Linux 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/" total used free shared buff/cache available Mem: 61Gi 1.4Gi 20Gi 8.0Mi 39Gi 59Gi Swap: 0B 0B 0B Architecture: aarch64 Byte Order: Little Endian CPU(s): 32 On-line CPU(s) list: 0-31 Thread(s) per core: 1 Core(s) per socket: 32 Socket(s): 1 NUMA node(s): 1 Vendor ID: ARM BIOS Vendor ID: Alibaba Cloud Model: 0 Model name: Neoverse-N2 BIOS Model name: virt-rhel7.6.0 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-31 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 OpenJDK 64-Bit Server VM (fastdebug 23) for linux-aarch64 JRE (23), built on 2024-05-16T12:09:44Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11)
-
aarch64
-
linux
configure comand:
bash configure --with-jobs=32 --prefix=/var/tmp/tone/run/jtreg/jdk-repo/install-fastdebug --verbose --with-debug-level=fastdebug --enable-unlimited-crypto --with-vendor-name=yansendao --with-vendor-url=https://github.com/sendaoYan --with-vendor-bug-url=mailto:yansendao.ysd@alibaba-inc.com --with-vendor-vm-bug-url=mailto:yansendao.ysd@alibaba-inc.com --with-jvm-variants=server --with-boot-jdk=/var/tmp/tone/run/jtreg/binary-download/jdk-binary --with-gtest=/var/tmp/tone/run/jtreg/googletest-v1.14.x --with-jtreg=/var/tmp/tone/run/jtreg/jtreg --with-jmh=build/jmh/jars --with-version-pre="" --with-version-opt="" --with-zlib=system
jtreg test command:
jtreg -va -nr -w tmp test/hotspot/jtreg/compiler/rangechecks/TestArrayAccessAboveRCAfterRCCastIIEliminated.java
result:
ACTION: main -- Failed. Unexpected exit from test [exit code: 134]
REASON: User specified action: run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:CompileCommand=dontinline,TestArrayAccessAboveRCAfterRCCastIIEliminated::notInlined TestArrayAccessAboveRCAfterRCCastIIEliminated
TIME: 2.816 seconds
messages:
command: main -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:CompileCommand=dontinline,TestArrayAccessAboveRCAfterRCCastIIEliminated::notInlined TestArrayAccessAboveRCAfterRCCastIIEliminated
reason: User specified action: run main/othervm -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:CompileCommand=dontinline,TestArrayAccessAboveRCAfterRCCastIIEliminated::notInlined TestArrayAccessAboveRCAfterRCCastIIEliminated
started: Thu May 16 20:35:45 CST 2024
Mode: othervm [/othervm specified]
finished: Thu May 16 20:35:48 CST 2024
elapsed time (seconds): 2.816
configuration:
STDOUT:
CompileCommand: dontinline TestArrayAccessAboveRCAfterRCCastIIEliminated.notInlined bool dontinline = true
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/var/tmp/tone/run/jtreg/jdk-repo/src/hotspot/share/opto/gcm.cpp:1423), pid=320401, tid=320432
# assert(false) failed: graph should be schedulable
#
# JRE version: OpenJDK Runtime Environment (23.0) (fastdebug build 23)
# Java VM: OpenJDK 64-Bit Server VM (fastdebug 23, mixed mode, sharing, compressed oops, compressed class ptrs, g1 gc, linux-aarch64)
# Problematic frame:
# V [libjvm.so+0xc6ca80] PhaseCFG::schedule_late(VectorSet&, Node_Stack&)+0xe80
#
# Core dump will be written. Default location: /var/tmp/tone/run/jtreg/jt-work/hotspot_jtreg/compiler/rangechecks/TestArrayAccessAboveRCAfterRCCastIIEliminated/core.320401
#
# An error report file with more information is saved as:
# /var/tmp/tone/run/jtreg/jt-work/hotspot_jtreg/compiler/rangechecks/TestArrayAccessAboveRCAfterRCCastIIEliminated/hs_err_pid320401.log
#
# Compiler replay data is saved as:
# /var/tmp/tone/run/jtreg/jt-work/hotspot_jtreg/compiler/rangechecks/TestArrayAccessAboveRCAfterRCCastIIEliminated/replay_pid320401.log
#
# If you would like to submit a bug report, please visit:
# mailto:yansendao.ysd@alibaba-inc.com
#
STDERR:
rerun:
cd /var/tmp/tone/run/jtreg/jt-work/hotspot_jtreg/compiler/rangechecks/TestArrayAccessAboveRCAfterRCCastIIEliminated && \
DISPLAY=:7 \
HOME=/home/testUserForTone \
JTREG_VERSION=jtreg-7.3.1.1 \
LANG=C \
LC_CTYPE=C.UTF-8 \
LD_LIBRARY_PATH= \
PATH=/bin:/usr/bin:/usr/sbin \
TEST_IMAGE_DIR=/var/tmp/tone/run/jtreg/test-images \
CLASSPATH=/var/tmp/tone/run/jtreg/jt-work/hotspot_jtreg/classes/2/compiler/rangechecks/TestArrayAccessAboveRCAfterRCCastIIEliminated.d:/var/tmp/tone/run/jtreg/jdk-repo/test/hotspot/jtreg/compiler/rangechecks:/var/tmp/tone/run/jtreg/jtreg/lib/javatest.jar:/var/tmp/tone/run/jtreg/jtreg/lib/jtreg.jar \
/var/tmp/tone/run/jtreg/jdk-repo/build/linux-aarch64-server-fastdebug/images/jdk/bin/java \
-Dtest.vm.opts='-Djdk.lang.processReaperUseDefaultStackSize=true -Dtest.wisp.socketAddress=www.alibabacloud.com -Xmixed -ea -esa' \
-Dtest.tool.vm.opts='-J-Djdk.lang.processReaperUseDefaultStackSize=true -J-Dtest.wisp.socketAddress=www.alibabacloud.com -J-Xmixed -J-ea -J-esa' \
-Dtest.compiler.opts= \
-Dtest.java.opts= \
-Dtest.jdk=/var/tmp/tone/run/jtreg/jdk-repo/build/linux-aarch64-server-fastdebug/images/jdk \
-Dcompile.jdk=/var/tmp/tone/run/jtreg/jdk-repo/build/linux-aarch64-server-fastdebug/images/jdk \
-Dtest.timeout.factor=10.0 \
-Dtest.nativepath=/var/tmp/tone/run/jtreg/test-images/hotspot/jtreg/native \
-Dtest.root=/var/tmp/tone/run/jtreg/jdk-repo/test/hotspot/jtreg \
-Dtest.name=compiler/rangechecks/TestArrayAccessAboveRCAfterRCCastIIEliminated.java \
-Dtest.file=/var/tmp/tone/run/jtreg/jdk-repo/test/hotspot/jtreg/compiler/rangechecks/TestArrayAccessAboveRCAfterRCCastIIEliminated.java \
-Dtest.src=/var/tmp/tone/run/jtreg/jdk-repo/test/hotspot/jtreg/compiler/rangechecks \
-Dtest.src.path=/var/tmp/tone/run/jtreg/jdk-repo/test/hotspot/jtreg/compiler/rangechecks \
-Dtest.classes=/var/tmp/tone/run/jtreg/jt-work/hotspot_jtreg/classes/2/compiler/rangechecks/TestArrayAccessAboveRCAfterRCCastIIEliminated.d \
-Dtest.class.path=/var/tmp/tone/run/jtreg/jt-work/hotspot_jtreg/classes/2/compiler/rangechecks/TestArrayAccessAboveRCAfterRCCastIIEliminated.d \
-Djdk.lang.processReaperUseDefaultStackSize=true \
-Dtest.wisp.socketAddress=www.alibabacloud.com \
-Xmixed \
-ea \
-esa \
-Djava.library.path=/var/tmp/tone/run/jtreg/test-images/hotspot/jtreg/native \
-XX:-TieredCompilation \
-XX:-UseOnStackReplacement \
-XX:-BackgroundCompilation \
-XX:CompileCommand=dontinline,TestArrayAccessAboveRCAfterRCCastIIEliminated::notInlined \
com.sun.javatest.regtest.agent.MainWrapper /var/tmp/tone/run/jtreg/jt-work/hotspot_jtreg/compiler/rangechecks/TestArrayAccessAboveRCAfterRCCastIIEliminated.d/main.0.jta
TEST RESULT: Failed. Unexpected exit from test [exit code: 134]
- duplicates
-
JDK-8332369 C2: assert(false) failed: graph should be schedulable after JDK-8324517
-
- Closed
-