-
Notifications
You must be signed in to change notification settings - Fork 501
Open
Labels
Description
【环境准备】
BINARY_URL=oss://compiler-ci-bucket/dragonwell8/CI/tar/20250209-002914-266-#702-linux.aarch64.release.master-d4b60de933eebaf895d4820776c15e81443fcf9f.tar.gz
JTREG_URL=oss://compiler-ci-bucket/jdk/tools/jtreg5.1-b01.zip
JDK_REPO=git@github.com:dragonwell-project/dragonwell8.git
JDK_BRANCH=master
cd ~/tone/tone-matrix-compiler/common;./ossutil.bin_$(arch) -i;cd -
alias oss="~/tone/tone-matrix-compiler/common/ossutil.bin_$(arch) -e oss-cn-hangzhou.aliyuncs.com -u jvm_dev-b ~/tone/tone-matrix-compiler/common/ossutil_bin/ossutil -o download -f -r"
部署二进制:
oss $BINARY_URL -l ${BINARY_URL##*/}
mkdir bin-dragonwell8;tar -xf ${BINARY_URL##*/} -C bin-dragonwell8
部署jtreg工具:
oss $JTREG_URL -l ${JTREG_URL##*/};unzip ${JTREG_URL##*/}
部署用例repo
git clone -b $JDK_BRANCH $JDK_REPO jdk-repo
执行以下命令:
jtreg -nr -v:fail,error -w tmp -Xmixed jdk-repo/jdk/test/java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
【测试分析】
经常出现不同的用例,且无法复现
3-21号:https://tone.aliyun-inc.com/ws/xesljfzh/test_result/491404
java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java
3-20号:https://tone.aliyun-inc.com/ws/xesljfzh/test_result/490668
runtime/ErrorHandling/TestOnOutOfMemoryError.java
3-18号:https://tone.aliyun-inc.com/ws/xesljfzh/test_result/488928
java/lang/instrument/RedefineBigClass.sh
java/lang/instrument/RedefineMethodAddInvoke.sh
java/lang/instrument/RedefineMethodWithAnnotations.sh
java/lang/instrument/TransformMethodTest.java
java/lang/instrument/TransformerManagementThreadAddTests.java
java/lang/instrument/TransformerManagementThreadRemoveTests.java
【用例日志】
STDOUT:
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/psAdaptiveSizePolicy.cpp:1384
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/data2/workspace/dragonwell8.nightly.pipeline/hotspot/src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.cpp:1384), pid=812878, tid=0x0000fffe76e6e150
# assert(reduced_size <= desired_eden_size) failed: Inconsistent result
#
# JRE version: OpenJDK Runtime Environment (8.0_372-b01) (build 1.8.0_372-fastdebug-b01)
# Java VM: OpenJDK 64-Bit Server VM (25.372-b01-fastdebug mixed mode linux-aarch64 compressed oops)
# Core dump written. Default location: /tmp/tone/run/jtreg/jt-work/jtreg/jdk_test/java/lang/invoke/LFCaching/LFMultiThreadCachingTest/core or core.812878
#
# An error report file with more information is saved as:
# /tmp/tone/run/jtreg/jt-work/jtreg/jdk_test/java/lang/invoke/LFCaching/LFMultiThreadCachingTest/hs_err_pid812878.log
#
# If you would like to submit a bug report, please visit:
# mailto:dragonwell_use@googlegroups.com
#
Current thread is 281468381618512
Dumping core .
【jdk版本】
java -version;java -Xinternalversion
openjdk version "1.8.0_372-fastdebug"
OpenJDK Runtime Environment (Alibaba Dragonwell Extended Edition 8.23.22) (build 1.8.0_372-fastdebug-b01)
OpenJDK 64-Bit Server VM (Alibaba Dragonwell Extended Edition 8.23.22) (build 25.372-b01-fastdebug, mixed mode)
OpenJDK 64-Bit Server VM (25.372-b01-fastdebug) for linux-aarch64 JRE (1.8.0_372-b01), built on Feb 8 2025 16:32:48 by "" with gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
【系统版本信息】
uname -a ; cat /etc/os-release ; free -h ; lscpu | head -n 25
Linux CompilerTest-aarch64-3 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: 122Gi 2.0Gi 119Gi 92Mi 1.1Gi 119Gi
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
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-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
Reactions are currently unavailable