-
Bug
-
Resolution: Unresolved
-
P4
-
24
-
+ uname -a
Linux iZbp10v9340g32ngux0et1Z 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.7Gi 204Gi 2.0Mi 40Gi 243Gi
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: GenuineIntel
BIOS Vendor ID: Alibaba Cloud
CPU family: 6
Model: 106
Model name: Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz
BIOS Model name: pc-i440fx-2.1
Stepping: 6
CPU MHz: 3499.997
BogoMIPS: 5399.99
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 48K
L1i cache: 32K
L2 cache: 1280K
L3 cache: 49152K
NUMA node0 CPU(s): 0-63
+ java -version
openjdk version "24-internal" 2025-03-18
OpenJDK Runtime Environment (build 24-internal-c4f7c243)
OpenJDK 64-Bit Server VM (build 24-internal-c4f7c243, mixed mode, sharing)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (24-internal-c4f7c243) for linux-amd64 JRE (24-internal-c4f7c243), built on 2024-12-04T08:08:23Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11)
+ jtreg -version
jtreg 7.4-dev+0
Installed in /tmp/tone/run/jtreg/jtreg/lib/jtreg.jar
Running on platform version 24-internal from /tmp/tone/run/jtreg/jdk-repo/build/linux-x86_64-server-release/images/jdk.
Built with Java(TM) 2 SDK, Version 11.0.21+9-LTS on June 14, 2024.
Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights reserved.
Use is subject to license terms.
JT Harness, version 6.0 ea b24 (June 14, 2024)
Java Assembler Tools, version 7.0 ea b09 (June 14, 2024)
TestNG: testng-7.3.0.jar, guice-5.1.0.jar, jcommander-1.82.jar
JUnit: junit-platform-console-standalone-1.10.2.jar
+ git remote -v
origin git@github.com:openjdk/loom.git (fetch)
origin git@github.com:openjdk/loom.git (push)
+ git branch- fibers
+ git log -n 1
+ head -n 1
commit c4f7c243c03efec322c0b15a7061b165970f161a
+ git status
On branch fibers
Your branch is up to date with 'origin/fibers'.
nothing to commit, working tree clean
+ git diff+ uname -a Linux iZbp10v9340g32ngux0et1Z 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.7Gi 204Gi 2.0Mi 40Gi 243Gi 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: GenuineIntel BIOS Vendor ID: Alibaba Cloud CPU family: 6 Model: 106 Model name: Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz BIOS Model name: pc-i440fx-2.1 Stepping: 6 CPU MHz: 3499.997 BogoMIPS: 5399.99 Hypervisor vendor: KVM Virtualization type: full L1d cache: 48K L1i cache: 32K L2 cache: 1280K L3 cache: 49152K NUMA node0 CPU(s): 0-63 + java -version openjdk version "24-internal" 2025-03-18 OpenJDK Runtime Environment (build 24-internal-c4f7c243) OpenJDK 64-Bit Server VM (build 24-internal-c4f7c243, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (24-internal-c4f7c243) for linux-amd64 JRE (24-internal-c4f7c243), built on 2024-12-04T08:08:23Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11) + jtreg -version jtreg 7.4-dev+0 Installed in /tmp/tone/run/jtreg/jtreg/lib/jtreg.jar Running on platform version 24-internal from /tmp/tone/run/jtreg/jdk-repo/build/linux-x86_64-server-release/images/jdk. Built with Java(TM) 2 SDK, Version 11.0.21+9-LTS on June 14, 2024. Copyright (c) 1999, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. JT Harness, version 6.0 ea b24 (June 14, 2024) Java Assembler Tools, version 7.0 ea b09 (June 14, 2024) TestNG: testng-7.3.0.jar, guice-5.1.0.jar, jcommander-1.82.jar JUnit: junit-platform-console-standalone-1.10.2.jar + git remote -v origin git@github.com:openjdk/loom.git (fetch) origin git@github.com:openjdk/loom.git (push) + git branch fibers + git log -n 1 + head -n 1 commit c4f7c243c03efec322c0b15a7061b165970f161a + git status On branch fibers Your branch is up to date with 'origin/fibers'. nothing to commit, working tree clean + git diff - fibers
-
x86_64
-
linux
"pool-1-thread-1" #39 [478519] prio=5 os_prio=0 cpu=16.52ms elapsed=1919.89s tid=0x00007f56a0006dc0 nid=478519 waiting on condition [0x00007f5755a6f000]
java.lang.Thread.State: WAITING (parking)
at jdk.internal.misc.Unsafe.park(java.base@24-internal/Native Method)
- parking to wait for <0x00000001191904f0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
at java.util.concurrent.locks.LockSupport.park(java.base@24-internal/LockSupport.java:369)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@24-internal/AbstractQueuedSynchronizer.java:519)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@24-internal/ForkJoinPool.java:3946)
at java.util.concurrent.ForkJoinPool.managedBlock(java.base@24-internal/ForkJoinPool.java:3892)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@24-internal/AbstractQueuedSynchronizer.java:1751)
at java.util.concurrent.LinkedBlockingQueue.take(java.base@24-internal/LinkedBlockingQueue.java:435)
at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@24-internal/ThreadPoolExecutor.java:1021)
at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@24-internal/ThreadPoolExecutor.java:1081)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@24-internal/ThreadPoolExecutor.java:619)
at java.lang.Thread.runWith(java.base@24-internal/Thread.java:1460)
at java.lang.Thread.run(java.base@24-internal/Thread.java:1447)
"Thread-62" #175 [492747] daemon prio=5 os_prio=0 cpu=0.18ms elapsed=1918.64s tid=0x00007f5684006950 nid=492747 runnable [0x00007f57478f7000]
java.lang.Thread.State: RUNNABLE
at java.io.FileInputStream.readBytes(java.base@24-internal/Native Method)
at java.io.FileInputStream.read(java.base@24-internal/FileInputStream.java:294)
at java.lang.Process$PipeInputStream.read(java.base@24-internal/Process.java:897)
at java.io.BufferedInputStream.read1(java.base@24-internal/BufferedInputStream.java:328)
at java.io.BufferedInputStream.read(java.base@24-internal/BufferedInputStream.java:388)
- locked <0x000000011fbbf520> (a java.lang.ProcessImpl$ProcessPipeInputStream)
at java.io.BufferedInputStream.fill(java.base@24-internal/BufferedInputStream.java:289)
at java.io.BufferedInputStream.read1(java.base@24-internal/BufferedInputStream.java:330)
at java.io.BufferedInputStream.read(java.base@24-internal/BufferedInputStream.java:388)
- locked <0x000000011b865b50> (a java.io.BufferedInputStream)
at java.io.FilterInputStream.read(java.base@24-internal/FilterInputStream.java:95)
at jdk.test.lib.process.StreamPumper.run(StreamPumper.java:111)
at java.util.concurrent.Executors$RunnableAdapter.call(java.base@24-internal/Executors.java:545)
at java.util.concurrent.FutureTask.run(java.base@24-internal/FutureTask.java:328)
at java.lang.Thread.runWith(java.base@24-internal/Thread.java:1460)
at java.lang.Thread.run(java.base@24-internal/Thread.java:1447)
- relates to
-
JDK-8345970 pthread_getcpuclockid related crashes in shenandoah tests
-
- Resolved
-