-
Bug
-
Resolution: Fixed
-
P2
-
11, 17, 21, 23, 24
-
configure command:
bash configure --with-jobs=32 --prefix=/tmp/tone/run/jtreg/jdk-repo/install-release --verbose --with-debug-level=release --enable-unlimited-crypto --with-vendor-name=yansendao --with-vendor-url=https://github.com/sendaoYan --with-vendor-bug-url=yansendao.ysd@alibaba-inc.com --with-vendor-vm-bug-url=yansendao.ysd@alibaba-inc.com --with-jvm-variants=server --with-boot-jdk=/tmp/tone/run/jtreg/binary-download/jdk-binary --with-gtest=/tmp/tone/run/jtreg/googletest-v1.14.x --with-jtreg=/tmp/tone/run/jtreg/jtreg --with-jmh=build/jmh/jars --with-version-pre='' --with-version-opt= --with-zlib=system --enable-ccache
test env:
+ uname -a
Linux iZbp122ygczhe19b24il0xZ 5.10.134-17.2.al8.x86_64 #1 SMP Fri Aug 9 15:49:42 CST 2024 x86_64 x86_64 x86_64 GNU/Linux
+ cat /etc/os-release
NAME="Alibaba Cloud Linux"
VERSION="3 (OpenAnolis Edition)"
ID="alinux"
ID_LIKE="rhel fedora centos anolis"
VERSION_ID="3"
VARIANT="OpenAnolis Edition"
VARIANT_ID="openanolis"
ALINUX_MINOR_ID="2104"
ALINUX_UPDATE_ID="10"
PLATFORM_ID="platform:al8"
PRETTY_NAME="Alibaba Cloud Linux 3.2104 U10 (OpenAnolis Edition)"
ANSI_COLOR="0;31"
HOME_URL="https://www.aliyun.com/"
+ free -h
total used free shared buff/cache available
Mem: 123Gi 901Mi 62Gi 2.0Mi 60Gi 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: 3271.893
BogoMIPS: 5399.99
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 (build 24)
OpenJDK 64-Bit Server VM (build 24, mixed mode, sharing)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (24) for linux-amd64 JRE (24), built on 2024-09-11T12:09:21Z 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 597788850042e7272a23714c05ba546ee6080856
+ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
+ git diffconfigure command: bash configure --with-jobs=32 --prefix=/tmp/tone/run/jtreg/jdk-repo/install-release --verbose --with-debug-level=release --enable-unlimited-crypto --with-vendor-name=yansendao --with-vendor-url= https://github.com/sendaoYan --with-vendor-bug-url= yansendao.ysd@alibaba-inc.com --with-vendor-vm-bug-url= yansendao.ysd@alibaba-inc.com --with-jvm-variants=server --with-boot-jdk=/tmp/tone/run/jtreg/binary-download/jdk-binary --with-gtest=/tmp/tone/run/jtreg/googletest-v1.14.x --with-jtreg=/tmp/tone/run/jtreg/jtreg --with-jmh=build/jmh/jars --with-version-pre='' --with-version-opt= --with-zlib=system --enable-ccache test env: + uname -a Linux iZbp122ygczhe19b24il0xZ 5.10.134-17.2.al8.x86_64 #1 SMP Fri Aug 9 15:49:42 CST 2024 x86_64 x86_64 x86_64 GNU/Linux + cat /etc/os-release NAME="Alibaba Cloud Linux" VERSION="3 (OpenAnolis Edition)" ID="alinux" ID_LIKE="rhel fedora centos anolis" VERSION_ID="3" VARIANT="OpenAnolis Edition" VARIANT_ID="openanolis" ALINUX_MINOR_ID="2104" ALINUX_UPDATE_ID="10" PLATFORM_ID="platform:al8" PRETTY_NAME="Alibaba Cloud Linux 3.2104 U10 (OpenAnolis Edition)" ANSI_COLOR="0;31" HOME_URL="https://www.aliyun.com/" + free -h total used free shared buff/cache available Mem: 123Gi 901Mi 62Gi 2.0Mi 60Gi 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: 3271.893 BogoMIPS: 5399.99 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 (build 24) OpenJDK 64-Bit Server VM (build 24, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (24) for linux-amd64 JRE (24), built on 2024-09-11T12:09:21Z 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 597788850042e7272a23714c05ba546ee6080856 + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git diff - master
-
b20
-
x86_64
-
linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8342819 | 23.0.2 | Tobias Hartmann | P2 | Closed | Fixed | b04 |
JDK-8344019 | 21.0.7-oracle | Yagmur Eren | P2 | Closed | Fixed | b01 |
JDK-8346900 | 21.0.7 | Goetz Lindenmaier | P2 | Resolved | Fixed | master |
config common.TransformationWarningsTest.setup(): success
0: waiting for barrier
5: waiting for barrier
6: waiting for barrier
7: waiting for barrier
8: waiting for barrier
3: waiting for barrier
9: waiting for barrier
4: waiting for barrier
2: waiting for barrier
1: waiting for barrier
1: starting iterations
0: starting iterations
5: starting iterations
6: starting iterations
7: starting iterations
8: starting iterations
9: starting iterations
3: starting iterations
4: starting iterations
2: starting iterations
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f708ee96c68, pid=3758869, tid=3759192
#
# JRE version: OpenJDK Runtime Environment (24.0) (build 24)
# Java VM: OpenJDK 64-Bit Server VM (24, compiled mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x7dfc68] RegisterNMethodOopClosure::do_oop(oopDesc**)+0x38
#
# Core dump will be written. Default location: /tmp/tone/run/jtreg/jt-work/jtreg/test_jaxp/javax/xml/jaxp/unittest/common/TransformationWarningsTest/core.3758869
#
# An error report file with more information is saved as:
# /tmp/tone/run/jtreg/jt-work/jtreg/test_jaxp/javax/xml/jaxp/unittest/common/TransformationWarningsTest/hs_err_pid3758869.log
#
# If you would like to submit a bug report, please visit:
# mailto:yansendao.ysd@alibaba-inc.com
#
- backported by
-
JDK-8346900 Crash due to invalid oop in nmethod after C1 patching
- Resolved
-
JDK-8342819 Crash due to invalid oop in nmethod after C1 patching
- Closed
-
JDK-8344019 Crash due to invalid oop in nmethod after C1 patching
- Closed
- duplicates
-
JDK-8336341 SIGSEGV in RegisterNMethodOopClosure::do_oop(oopDesc**)
- Closed
- relates to
-
JDK-8223613 Patching of C1 compiled code relies on undefined behavior
- Open
-
JDK-8336341 SIGSEGV in RegisterNMethodOopClosure::do_oop(oopDesc**)
- Closed
- links to
-
Commit(master) openjdk/jdk21u-dev/d9123307
-
Commit(master) openjdk/jdk23u/c644570c
-
Commit(master) openjdk/jdk/58d39c31
-
Review(master) openjdk/jdk21u-dev/1284
-
Review(master) openjdk/jdk23u/189
-
Review(master) openjdk/jdk/21389