-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
24
-
None
-
+ uname -a
Linux iZbp1cfjau8nprbcgji3lsZ 5.10.134-16.3.al8.x86_64 #1 SMP Tue Mar 26 18:54:05 CST 2024 x86_64 x86_64 x86_64 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.1"
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: 123Gi 1.0Gi 53Gi 19Mi 68Gi 121Gi
Swap: 0B 0B 0B
+ lscpu
+ head -n 25
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 32
On-line CPU(s) list: 0-31
Thread(s) per core: 2
Core(s) per socket: 16
Socket(s): 1
NUMA node(s): 1
Vendor ID: AuthenticAMD
BIOS Vendor ID: Alibaba Cloud
CPU family: 25
Model: 17
Model name: AMD EPYC 9T24 96-Core Processor
BIOS Model name: pc-i440fx-2.1
Stepping: 1
CPU MHz: 3694.509
BogoMIPS: 5400.00
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 1024K
L3 cache: 32768K
NUMA node0 CPU(s): 0-31
+ java -version
openjdk version "24" 2025-03-18
OpenJDK Runtime Environment (fastdebug build 24)
OpenJDK 64-Bit Server VM (fastdebug build 24, mixed mode, sharing)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (fastdebug 24) for linux-amd64 JRE (24), built on 2024-07-25T00:09:11Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11)
+ 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 0898ab7f7496689e5de52a5dc4530ca21def1fca
+ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
+ uname -a Linux iZbp1cfjau8nprbcgji3lsZ 5.10.134-16.3.al8.x86_64 #1 SMP Tue Mar 26 18:54:05 CST 2024 x86_64 x86_64 x86_64 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.1" 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: 123Gi 1.0Gi 53Gi 19Mi 68Gi 121Gi Swap: 0B 0B 0B + lscpu + head -n 25 Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 32 On-line CPU(s) list: 0-31 Thread(s) per core: 2 Core(s) per socket: 16 Socket(s): 1 NUMA node(s): 1 Vendor ID: AuthenticAMD BIOS Vendor ID: Alibaba Cloud CPU family: 25 Model: 17 Model name: AMD EPYC 9T24 96-Core Processor BIOS Model name: pc-i440fx-2.1 Stepping: 1 CPU MHz: 3694.509 BogoMIPS: 5400.00 Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 1024K L3 cache: 32768K NUMA node0 CPU(s): 0-31 + java -version openjdk version "24" 2025-03-18 OpenJDK Runtime Environment (fastdebug build 24) OpenJDK 64-Bit Server VM (fastdebug build 24, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (fastdebug 24) for linux-amd64 JRE (24), built on 2024-07-25T00:09:11Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11) + 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 0898ab7f7496689e5de52a5dc4530ca21def1fca + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean - master
-
x86_64
-
linux
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/var/tmp/tone/run/jtreg/jdk-repo/src/hotspot/share/oops/compressedKlass.inline.hpp:46), pid=494785, tid=494899
# assert(check_alignment(result)) failed: address not aligned: 0x00007f8de0adbabe
#
# JRE version: OpenJDK Runtime Environment (24.0) (fastdebug build 24)
# Java VM: OpenJDK 64-Bit Server VM (fastdebug 24, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0xc8bb8e] oopDesc::klass() const [clone .part.0]+0x9e
#
# Core dump will be written. Default location: /var/tmp/tone/run/jtreg/jt-work/jtreg/hotspot_jtreg/gc/stress/TestMultiThreadStressRSet/core.494785
#
Unsupported internal testing APIs have been used.
configure command:
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
- duplicates
-
JDK-8337151 Test gc/g1/humongousObjects/TestNoAllocationsInHRegions.java failed: address not aligned
- Closed