-
Bug
-
Resolution: Fixed
-
P3
-
25
-
+ uname -a
Linux iZbp1e4kaw69niu7lm4gduZ 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: 247Gi 1.1Gi 215Gi 2.0Mi 30Gi 244Gi
Swap: 0B 0B 0B
+ lscpu
+ head -n 22
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 64
On-line CPU(s) list: 0-63
Thread(s) per core: 2
Core(s) per socket: 32
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: 3452.887
BogoMIPS: 5399.99
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
+ ldd --version
ldd (GNU libc) 2.32
Copyright (C) 2020 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.
+ java -version
openjdk version "25-internal" 2025-09-16
OpenJDK Runtime Environment (build 25-internal-05b48129)
OpenJDK 64-Bit Server VM (build 25-internal-05b48129, mixed mode, sharing)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (25-internal-05b48129) for linux-amd64 JRE (25-internal-05b48129), built on 2025-02-23T11:54:42Z 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 log -n 1
+ head -n 1
commit 83d0bd85afaf1b5724c12f4d2f6e9c7087bab4e8+ uname -a Linux iZbp1e4kaw69niu7lm4gduZ 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: 247Gi 1.1Gi 215Gi 2.0Mi 30Gi 244Gi Swap: 0B 0B 0B + lscpu + head -n 22 Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 64 On-line CPU(s) list: 0-63 Thread(s) per core: 2 Core(s) per socket: 32 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: 3452.887 BogoMIPS: 5399.99 Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K + ldd --version ldd (GNU libc) 2.32 Copyright (C) 2020 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. + java -version openjdk version "25-internal" 2025-09-16 OpenJDK Runtime Environment (build 25-internal-05b48129) OpenJDK 64-Bit Server VM (build 25-internal-05b48129, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (25-internal-05b48129) for linux-amd64 JRE (25-internal-05b48129), built on 2025-02-23T11:54:42Z 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 log -n 1 + head -n 1 commit 83d0bd85afaf1b5724c12f4d2f6e9c7087bab4e8
-
master
-
x86_64
-
linux
hello
world!
from:
localhost/127.0.0.1
WARNING: A restricted method in java.lang.foreign.Linker has been called
WARNING: java.lang.foreign.Linker::downcallHandle has been called by build.tools.classlist.HelloClasslist in an unnamed module (file:/tmp/tone/run/jtreg/jdk-repo/build/linux-riscv64-server-release/support/classlist.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f00dcd1d5f1, pid=284285, tid=284286
#
# JRE version: OpenJDK Runtime Environment (25.0) (build 25-internal-83d0bd85)
# Java VM: OpenJDK 64-Bit Server VM (25-internal-83d0bd85, interpreted mode, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x79b5f1] ForeignGlobals::parse_abi_descriptor(_jobject*)+0x1d1
#
# Core dump will be written. Default location: /tmp/tone/run/jtreg/jdk-repo/core.284285
#
# An error report file with more information is saved as:
# /tmp/tone/run/jtreg/jdk-repo/hs_err_pid284285.log
#
# If you would like to submit a bug report, please visit:
- caused by
-
JDK-8354996 Reduce dynamic code generation for a single downcall
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/4d2d1298
-
Review(master) openjdk/jdk/25013