-
Bug
-
Resolution: Fixed
-
P2
-
26
-
+ hostname -I
172.18.226.152 192.168.122.1 172.17.0.1 10.42.160.2
+ uname -a
Linux bogon 5.10.0-200.0.0.157.43.oe2203sp3.bclinux.aarch64 #1 SMP Mon May 12 11:07:51 CST 2025 aarch64 aarch64 aarch64 GNU/Linux
+ cat /etc/os-release
NAME="BigCloud Enterprise Linux"
VERSION="21.10U4"
ID="bclinux"
VERSION_ID="21.10U4"
PRETTY_NAME="BigCloud Enterprise Linux 21.10U4 LTS"
ANSI_COLOR="0;31"
+ free -h
total used free shared buff/cache available
Mem: 502Gi 44Gi 434Gi 2.9Gi 29Gi 457Gi
Swap: 4.0Gi 1.3Gi 2.7Gi
+ lscpu
Architecture: aarch64
CPU op-mode(s): 64-bit
Byte Order: Little Endian
CPU(s): 128
On-line CPU(s) list: 0-127
Vendor ID: HiSilicon
Model name: Kunpeng-920
Model: 0
Thread(s) per core: 1
Core(s) per socket: 64
Socket(s): 2
Stepping: 0x1
BogoMIPS: 200.00
Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma dcpop asimddp asimdfhm
L1d cache: 8 MiB (128 instances)
L1i cache: 8 MiB (128 instances)
L2 cache: 64 MiB (128 instances)
L3 cache: 256 MiB (4 instances)
NUMA node(s): 4
NUMA node0 CPU(s): 0-31
NUMA node1 CPU(s): 32-63
NUMA node2 CPU(s): 64-95
NUMA node3 CPU(s): 96-127
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Mmio stale data: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; __user pointer sanitization
Vulnerability Spectre v2: Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected
+ ldd --version
ldd (GNU libc) 2.34
Copyright (C) 2021 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.
+ ulimit -a
real-time non-blocking time (microseconds, -R) unlimited
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 2057469
max locked memory (kbytes, -l) 65536
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) unlimited
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
+ java -version
openjdk version "26" 2026-03-17
OpenJDK Runtime Environment HJDK-0 (fastdebug build 26+-9d9c0e06)
OpenJDK 64-Bit Server VM HJDK-0 (fastdebug build 26+-9d9c0e06, mixed mode, sharing)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (fastdebug 26+-9d9c0e06) for linux-aarch64 JRE (26+-9d9c0e06), built on 2025-09-29T17:50:34Z with gcc 10.3.0
+ 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 9d9c0e06700116288233e3435051a1496cb64b72
+ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
+ git diff+ hostname -I 172.18.226.152 192.168.122.1 172.17.0.1 10.42.160.2 + uname -a Linux bogon 5.10.0-200.0.0.157.43.oe2203sp3.bclinux.aarch64 #1 SMP Mon May 12 11:07:51 CST 2025 aarch64 aarch64 aarch64 GNU/Linux + cat /etc/os-release NAME="BigCloud Enterprise Linux" VERSION="21.10U4" ID="bclinux" VERSION_ID="21.10U4" PRETTY_NAME="BigCloud Enterprise Linux 21.10U4 LTS" ANSI_COLOR="0;31" + free -h total used free shared buff/cache available Mem: 502Gi 44Gi 434Gi 2.9Gi 29Gi 457Gi Swap: 4.0Gi 1.3Gi 2.7Gi + lscpu Architecture: aarch64 CPU op-mode(s): 64-bit Byte Order: Little Endian CPU(s): 128 On-line CPU(s) list: 0-127 Vendor ID: HiSilicon Model name: Kunpeng-920 Model: 0 Thread(s) per core: 1 Core(s) per socket: 64 Socket(s): 2 Stepping: 0x1 BogoMIPS: 200.00 Flags: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm jscvt fcma dcpop asimddp asimdfhm L1d cache: 8 MiB (128 instances) L1i cache: 8 MiB (128 instances) L2 cache: 64 MiB (128 instances) L3 cache: 256 MiB (4 instances) NUMA node(s): 4 NUMA node0 CPU(s): 0-31 NUMA node1 CPU(s): 32-63 NUMA node2 CPU(s): 64-95 NUMA node3 CPU(s): 96-127 Vulnerability Gather data sampling: Not affected Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Not affected Vulnerability Retbleed: Not affected Vulnerability Spec rstack overflow: Not affected Vulnerability Spec store bypass: Vulnerable Vulnerability Spectre v1: Mitigation; __user pointer sanitization Vulnerability Spectre v2: Not affected Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Not affected + ldd --version ldd (GNU libc) 2.34 Copyright (C) 2021 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. + ulimit -a real-time non-blocking time (microseconds, -R) unlimited core file size (blocks, -c) unlimited data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 2057469 max locked memory (kbytes, -l) 65536 max memory size (kbytes, -m) unlimited open files (-n) 1024 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) unlimited virtual memory (kbytes, -v) unlimited file locks (-x) unlimited + java -version openjdk version "26" 2026-03-17 OpenJDK Runtime Environment HJDK-0 (fastdebug build 26+-9d9c0e06) OpenJDK 64-Bit Server VM HJDK-0 (fastdebug build 26+-9d9c0e06, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (fastdebug 26+-9d9c0e06) for linux-aarch64 JRE (26+-9d9c0e06), built on 2025-09-29T17:50:34Z with gcc 10.3.0 + 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 9d9c0e06700116288233e3435051a1496cb64b72 + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git diff - master
-
b20
The test log snippet:
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (src/hotspot/share/memory/resourceArea.cpp:54), pid=2357994, tid=2906501
# fatal error: memory leak: allocating without ResourceMark
#
[4794.416s][warning][gc,alloc] pool-198-thread-15: Stall for VM-Shutdown timed out; allocation may fail with OOME
# JRE version: OpenJDK Runtime Environment HJDK-0 (26.0) (fastdebug build 26+-9d9c0e06)
# Java VM: OpenJDK 64-Bit Server VM HJDK-0 (fastdebug 26+-9d9c0e06, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-aarch64)
# Problematic frame:
# V [libjvm.so+0x16b6bf0][4794.418s][warning][gc,alloc] pool-456-thread-9: Stall for VM-Shutdown timed out; allocation may fail with OOME
[4794.418s][warning][gc,alloc] pool-638-thread-15: Stall for VM-Shutdown timed out; allocation may fail with OOME
- caused by
-
JDK-8366865 Allocation GC Pauses Triggered after JVM has started shutdown
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/0168687f
-
Review(master) openjdk/jdk/27814