- 
    Bug 
- 
    Resolution: Duplicate
- 
     P4 P4
- 
    None
- 
    24
- 
    None
- 
    + uname -a 
 Linux iZbp19h3dzv1eut9llt5tfZ 5.10.134-16.3.al8.x86_64 #1 SMP Tue Mar 26 18:54:05 CST 2024 x86_64 x86_64 x86_64 GNU/Linux
 + cat /etc/os-release
 NAME="Alibaba Cloud Linux"
 VERSION="3 (Soaring Falcon)"
 ID="alinux"
 ID_LIKE="rhel fedora centos anolis"
 VERSION_ID="3"
 UPDATE_ID="9.1"
 PLATFORM_ID="platform:al8"
 PRETTY_NAME="Alibaba Cloud Linux 3 (Soaring Falcon)"
 ANSI_COLOR="0;31"
 HOME_URL="https://www.aliyun.com/"+ free -h 
 total used free shared buff/cache available
 Mem: 123Gi 1.3Gi 105Gi 11Mi 17Gi 121Gi
 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): 32
 On-line CPU(s) list: 0-31
 Thread(s) per core: 2
 Core(s) per socket: 16
 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: 3150.653
 BogoMIPS: 5400.00
 Hypervisor vendor: KVM
 Virtualization type: full
 L1d cache: 32K
 L1i cache: 32K
 L2 cache: 1024K
 L3 cache: 32768K
 NUMA node0 CPU(s): 0-31
 + java -version
 openjdk version "24" 2025-03-18
 OpenJDK Runtime Environment (build 24)
 OpenJDK 64-Bit Server VM (build 24, mixed mode, sharing)
 + java -Xinternalversion
 OpenJDK 64-Bit Server VM (24) for linux-amd64 JRE (24), built on 2024-08-16T02:11:09Z 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 branch- master
 + git log -n 1
 + head -n 1
 commit 74066bcca82749722e6fee57469520d418bf3430
 + git status
 On branch master
 Your branch is up to date with 'origin/master'.
 nothing to commit, working tree clean + uname -a Linux iZbp19h3dzv1eut9llt5tfZ 5.10.134-16.3.al8.x86_64 #1 SMP Tue Mar 26 18:54:05 CST 2024 x86_64 x86_64 x86_64 GNU/Linux + cat /etc/os-release NAME="Alibaba Cloud Linux" VERSION="3 (Soaring Falcon)" ID="alinux" ID_LIKE="rhel fedora centos anolis" VERSION_ID="3" UPDATE_ID="9.1" PLATFORM_ID="platform:al8" PRETTY_NAME="Alibaba Cloud Linux 3 (Soaring Falcon)" ANSI_COLOR="0;31" HOME_URL="https://www.aliyun.com/" + free -h total used free shared buff/cache available Mem: 123Gi 1.3Gi 105Gi 11Mi 17Gi 121Gi 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): 32 On-line CPU(s) list: 0-31 Thread(s) per core: 2 Core(s) per socket: 16 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: 3150.653 BogoMIPS: 5400.00 Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 1024K L3 cache: 32768K NUMA node0 CPU(s): 0-31 + java -version openjdk version "24" 2025-03-18 OpenJDK Runtime Environment (build 24) OpenJDK 64-Bit Server VM (build 24, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (24) for linux-amd64 JRE (24), built on 2024-08-16T02:11:09Z 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 branch master + git log -n 1 + head -n 1 commit 74066bcca82749722e6fee57469520d418bf3430 + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean
- master
- 
        generic
- 
        generic
"MainThread" #31 [2495516] prio=5 os_prio=0 cpu=767.09ms elapsed=720.19s tid=0x00007fcbe020fd10 nid=2495516 waiting on condition [0x00007fcba02cf000]
java.lang.Thread.State: WAITING (parking)
at jdk.internal.misc.Unsafe.park(java.base@24/Native Method)
- parking to wait for <0x000000011bdd03a8> (a java.util.concurrent.CompletableFuture$Signaller)
at java.util.concurrent.locks.LockSupport.park(java.base@24/LockSupport.java:223)
at java.util.concurrent.CompletableFuture$Signaller.block(java.base@24/CompletableFuture.java:1908)
at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@24/ForkJoinPool.java:4021)
at java.util.concurrent.ForkJoinPool.managedBlock(java.base@24/ForkJoinPool.java:3967)
at java.util.concurrent.CompletableFuture.waitingGet(java.base@24/CompletableFuture.java:1942)
at java.util.concurrent.CompletableFuture.get(java.base@24/CompletableFuture.java:2116)
at jdk.internal.net.http.HttpClientImpl.send(java.net.http@24/HttpClientImpl.java:935)
at jdk.internal.net.http.HttpClientFacade.send(java.net.http@24/HttpClientFacade.java:133)
at StressDirListings.testDirListings(StressDirListings.java:107)
- duplicates
- 
                    JDK-8338495 Revert "8336655: java/net/httpclient/DigestEchoClient.java IOException: HTTP/1.1 header parser received no bytes" -           
- Closed
 
-