-
Bug
-
Resolution: Unresolved
-
P2
-
None
-
25
-
+ uname -a
Linux iZbp1av9q87ufykoujyp0gZ 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 236Gi 2.0Mi 10Gi 244Gi
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): 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: 3697.692
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-63
+ 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 (fastdebug build 25-internal-3e9a7a4a)
OpenJDK 64-Bit Server VM (fastdebug build 25-internal-3e9a7a4a, mixed mode, sharing)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (fastdebug 25-internal-3e9a7a4a) for linux-amd64 JRE (25-internal-3e9a7a4a), built on 2025-03-28T12:11:19Z with gcc 14.2.0
+ 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 3e9a7a4aed168422473c941ff5626d0d65aaadfa+ uname -a Linux iZbp1av9q87ufykoujyp0gZ 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 236Gi 2.0Mi 10Gi 244Gi 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): 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: 3697.692 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-63 + 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 (fastdebug build 25-internal-3e9a7a4a) OpenJDK 64-Bit Server VM (fastdebug build 25-internal-3e9a7a4a, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (fastdebug 25-internal-3e9a7a4a) for linux-amd64 JRE (25-internal-3e9a7a4a), built on 2025-03-28T12:11:19Z with gcc 14.2.0 + 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 3e9a7a4aed168422473c941ff5626d0d65aaadfa
openjdk version "25-internal" 2025-09-16
OpenJDK Runtime Environment (fastdebug build 25-internal-3e9a7a4a)
OpenJDK 64-Bit Server VM (fastdebug build 25-internal-3e9a7a4a, mixed mode, sharing)
=================================================================
==195304==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 38 byte(s) in 1 object(s) allocated from:
#0 0x7f19a92f6f77 in malloc ../../.././libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7f19938582c7 in os::malloc(unsigned long, MemTag, NativeCallStack const&) /tmp/tone/run/jtreg/jdk-repo/src/hotspot/share/runtime/os.cpp:657
#2 0x7f198f2e55fa in AllocateHeap(unsigned long, MemTag, NativeCallStack const&, AllocFailStrategy::AllocFailEnum) /tmp/tone/run/jtreg/jdk-repo/src/hotspot/share/memory/allocation.cpp:41
#3 0x7f198f2e55fa in AllocateHeap(unsigned long, MemTag, AllocFailStrategy::AllocFailEnum) /tmp/tone/run/jtreg/jdk-repo/src/hotspot/share/memory/allocation.cpp:51
#4 0x7f198e5b5288 in Abstract_VM_Version::vm_info_string() /tmp/tone/run/jtreg/jdk-repo/src/hotspot/share/runtime/abstract_vm_version.cpp:170
#5 0x7f1994ece404 in Threads::create_vm(JavaVMInitArgs*, bool*) /tmp/tone/run/jtreg/jdk-repo/src/hotspot/share/runtime/threads.cpp:654
#6 0x7f199216c67b in JNI_CreateJavaVM_inner /tmp/tone/run/jtreg/jdk-repo/src/hotspot/share/prims/jni.cpp:3587
#7 0x7f199216c67b in JNI_CreateJavaVM /tmp/tone/run/jtreg/jdk-repo/src/hotspot/share/prims/jni.cpp:3678
#8 0x7f19a99de3d5 in InitializeJVM /tmp/tone/run/jtreg/jdk-repo/src/java.base/share/native/libjli/java.c:1499
#9 0x7f19a99de3d5 in JavaMain /tmp/tone/run/jtreg/jdk-repo/src/java.base/share/native/libjli/java.c:494
#10 0x7f19a99ee8b8 in ThreadJavaMain /tmp/tone/run/jtreg/jdk-repo/src/java.base/unix/native/libjli/java_md.c:649
#11 0x7f19a925f335 in asan_thread_start ../../.././libsanitizer/asan/asan_interceptors.cpp:234
Objects leaked above:
0x504000063c10 (38 bytes)
SUMMARY: AddressSanitizer: 38 byte(s) leaked in 1 allocation(s).
Aborted
- caused by
-
JDK-8352184 Jtreg tests using CommandLineOptionTest.getVMTypeOption() and optionsvalidation.JVMOptionsUtils fail on static JDK
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/24299