-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
26
-
+ 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 399Gi 102Gi 31Gi 36Gi 102Gi
Swap: 4.0Gi 268Mi 3.7Gi
+ lscpu
+ head -n 25
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
+ 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.
+ java -version
openjdk version "25.0.2-internal" 2026-01-20
OpenJDK Runtime Environment (build 25.0.2-internal-adhoc.yansendao.jdk25u)
OpenJDK 64-Bit Server VM (build 25.0.2-internal-adhoc.yansendao.jdk25u, mixed mode, sharing)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (25.0.2-internal-adhoc.yansendao.jdk25u) for linux-aarch64 JRE (25.0.2-internal-adhoc.yansendao.jdk25u), built on 2025-08-20T09:27:55Z 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 log -n 1
+ head -n 1
commit 166ea12d73c7a40a1a26dc586e3db9d9430c068f
+ hostname -I
172.18.226.152 192.168.122.1 172.17.0.1+ 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 399Gi 102Gi 31Gi 36Gi 102Gi Swap: 4.0Gi 268Mi 3.7Gi + lscpu + head -n 25 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 + 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. + java -version openjdk version "25.0.2-internal" 2026-01-20 OpenJDK Runtime Environment (build 25.0.2-internal-adhoc.yansendao.jdk25u) OpenJDK 64-Bit Server VM (build 25.0.2-internal-adhoc.yansendao.jdk25u, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (25.0.2-internal-adhoc.yansendao.jdk25u) for linux-aarch64 JRE (25.0.2-internal-adhoc.yansendao.jdk25u), built on 2025-08-20T09:27:55Z 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 log -n 1 + head -n 1 commit 166ea12d73c7a40a1a26dc586e3db9d9430c068f + hostname -I 172.18.226.152 192.168.122.1 172.17.0.1
-
aarch64
-
linux
STARTED JfrEvents::testVirtualThreadStartAndEnd 'testVirtualThreadStartAndEnd()'
{jdk.VirtualThreadStart=100, jdk.VirtualThreadEnd=99}
org.opentest4j.AssertionFailedError: expected: <100> but was: <99>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:531)
at JfrEvents.testVirtualThreadStartAndEnd(JfrEvents.java:96)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
FAILED JfrEvents::testVirtualThreadStartAndEnd 'testVirtualThreadStartAndEnd()' [2054ms]