-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
26
-
+ set -x
+ hostname -I
10.59.42.93 172.17.0.1
+ uname -a
Linux jiangwei 5.15.0-25-generic #25 SMP Fri Mar 21 16:16:28 CST 2025 x86_64 x86_64 x86_64 GNU/Linux
+ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04 (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
+ free -h
total used free shared buff/cache available
Mem: 751Gi 508Gi 228Gi 4.0Mi 14Gi 239Gi
Swap: 8.0Gi 300Mi 7.7Gi
+ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 48 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 224
On-line CPU(s) list: 0-223
Vendor ID: HygonGenuine
Model name: Hygon C86-4G (OPN:7493)
CPU family: 24
Model: 4
Thread(s) per core: 2
Core(s) per socket: 56
Socket(s): 2
Stepping: 1
BogoMIPS: 5800.03
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid amd_dcm aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate ssbd ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip overflow_recov succor smca sme sev sev_es
Virtualization: AMD-V
L1d cache: 3.5 MiB (112 instances)
L1i cache: 3.5 MiB (112 instances)
L2 cache: 56 MiB (112 instances)
L3 cache: 512 MiB (32 instances)
NUMA node(s): 8
NUMA node0 CPU(s): 0-13,112-125
NUMA node1 CPU(s): 14-27,126-139
NUMA node2 CPU(s): 28-41,140-153
NUMA node3 CPU(s): 42-55,154-167
NUMA node4 CPU(s): 56-69,168-181
NUMA node5 CPU(s): 70-83,182-195
NUMA node6 CPU(s): 84-97,196-209
NUMA node7 CPU(s): 98-111,210-223
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP always-on, RSB filling
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected
+ ldd --version
ldd (Ubuntu GLIBC 2.35-0ubuntu3.10) 2.35
Copyright (C) 2022 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) 3078260
max locked memory (kbytes, -l) 98520176
max memory size (kbytes, -m) unlimited
open files (-n) 1048576
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-internal" 2026-03-17
OpenJDK Runtime Environment (build 26-internal-3abaa836)
OpenJDK 64-Bit Server VM (build 26-internal-3abaa836, mixed mode, sharing)
+ java -Xinternalversion
OpenJDK 64-Bit Server VM (26-internal-3abaa836) for linux-amd64 JRE (26-internal-3abaa836), built on 2025-09-03T13:56:20Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11)
+ jtreg -version
jtreg 7.5.2-dev+0
Installed in /home/higon/workspace/jenkins/workspace/JDK_Daily_5/jdk17.jtreg_post/output/jtreg/lib/jtreg.jar
Running on platform version 26-internal from /home/higon/workspace/jenkins/workspace/JDK_Daily_5/jdk17.jtreg_post/output/jdk/build/linux-x86_64-server-release/images/jdk.
Built with Java(TM) 2 SDK, Version 11.0.25-testing+0-builds on June 01, 2025.
JT Harness, version 6.0 ea b24 (June 01, 2025)
Java Assembler Tools, version 7.0 ea b09 (June 01, 2025)
TestNG: testng-7.3.0.jar, guice-5.1.0.jar, jcommander-1.82.jar
JUnit: junit-platform-console-standalone-1.11.0.jar
+ 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 3abaa83610efb5c8e9b86c6f895d6b58d21e1fa2
+ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
+ git diff+ set -x + hostname -I 10.59.42.93 172.17.0.1 + uname -a Linux jiangwei 5.15.0-25-generic #25 SMP Fri Mar 21 16:16:28 CST 2025 x86_64 x86_64 x86_64 GNU/Linux + cat /etc/os-release PRETTY_NAME="Ubuntu 22.04 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04 (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy + free -h total used free shared buff/cache available Mem: 751Gi 508Gi 228Gi 4.0Mi 14Gi 239Gi Swap: 8.0Gi 300Mi 7.7Gi + lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 224 On-line CPU(s) list: 0-223 Vendor ID: HygonGenuine Model name: Hygon C86-4G (OPN:7493) CPU family: 24 Model: 4 Thread(s) per core: 2 Core(s) per socket: 56 Socket(s): 2 Stepping: 1 BogoMIPS: 5800.03 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid amd_dcm aperfmperf rapl pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb hw_pstate ssbd ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xgetbv1 xsaves clzero irperf xsaveerptr arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip overflow_recov succor smca sme sev sev_es Virtualization: AMD-V L1d cache: 3.5 MiB (112 instances) L1i cache: 3.5 MiB (112 instances) L2 cache: 56 MiB (112 instances) L3 cache: 512 MiB (32 instances) NUMA node(s): 8 NUMA node0 CPU(s): 0-13,112-125 NUMA node1 CPU(s): 14-27,126-139 NUMA node2 CPU(s): 28-41,140-153 NUMA node3 CPU(s): 42-55,154-167 NUMA node4 CPU(s): 56-69,168-181 NUMA node5 CPU(s): 70-83,182-195 NUMA node6 CPU(s): 84-97,196-209 NUMA node7 CPU(s): 98-111,210-223 Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP always-on, RSB filling Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Not affected + ldd --version ldd (Ubuntu GLIBC 2.35-0ubuntu3.10) 2.35 Copyright (C) 2022 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) 3078260 max locked memory (kbytes, -l) 98520176 max memory size (kbytes, -m) unlimited open files (-n) 1048576 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-internal" 2026-03-17 OpenJDK Runtime Environment (build 26-internal-3abaa836) OpenJDK 64-Bit Server VM (build 26-internal-3abaa836, mixed mode, sharing) + java -Xinternalversion OpenJDK 64-Bit Server VM (26-internal-3abaa836) for linux-amd64 JRE (26-internal-3abaa836), built on 2025-09-03T13:56:20Z with gcc 10.2.1 20210130 (Red Hat 10.2.1-11) + jtreg -version jtreg 7.5.2-dev+0 Installed in /home/higon/workspace/jenkins/workspace/JDK_Daily_5/jdk17.jtreg_post/output/jtreg/lib/jtreg.jar Running on platform version 26-internal from /home/higon/workspace/jenkins/workspace/JDK_Daily_5/jdk17.jtreg_post/output/jdk/build/linux-x86_64-server-release/images/jdk. Built with Java(TM) 2 SDK, Version 11.0.25-testing+0-builds on June 01, 2025. JT Harness, version 6.0 ea b24 (June 01, 2025) Java Assembler Tools, version 7.0 ea b09 (June 01, 2025) TestNG: testng-7.3.0.jar, guice-5.1.0.jar, jcommander-1.82.jar JUnit: junit-platform-console-standalone-1.11.0.jar + 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 3abaa83610efb5c8e9b86c6f895d6b58d21e1fa2 + git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean + git diff - master
-
x86_64
-
linux
config MappingResponseSubscriber.setup(): success [0ms]
HTTP1_FixedLengthHandler received request to /http1/fixed
Waiting for HTTP operations to terminate...
gracedelay: 1500 ms, iterations: 150, wait/iteration: 10ms
WARNING: tracker for HttpClientImpl(1) has outstanding operations:
Pending HTTP Requests: 0
Pending HTTP/1.1 operations: 0
Pending HTTP/2 streams: 0
Pending WebSocket operations: 0
Pending TCP connections: 0
Pending Subscribers: 0
Total pending operations: 0
Facade referenced: false
Selector alive: true
AssertionError: Found some outstanding operations or unreleased resources in HttpClientImpl(1) after 150 iterations and 6467 ms, waited 1500 ms
test MappingResponseSubscriber.testAsBytes("http://localhost:41185/http1/fixed", false): failure [12330ms]
java.lang.AssertionError: WARNING: tracker for HttpClientImpl(1) has outstanding operations:
Pending HTTP Requests: 0
Pending HTTP/1.1 operations: 0
Pending HTTP/2 streams: 0
Pending WebSocket operations: 0
Pending TCP connections: 0
Pending Subscribers: 0
Total pending operations: 0
Facade referenced: false
Selector alive: true
at ReferenceTracker.check(ReferenceTracker.java:264)
at ReferenceTracker.check(ReferenceTracker.java:111)
at MappingResponseSubscriber.testAsBytes(MappingResponseSubscriber.java:152)
DEBUG: [HttpClient-5-SelectorManager] [25s 738ms] SocketTube(5) Sending error java.io.IOException: connection closed locally to subscriber READER: SubscriberWrapper: upstreamCompleted: false upstreamWindow: 1 downstreamCompleted: false completionAcknowledged: false outputQ size: 0 cf: jdk.internal.net.http.common.MinimalFuture@3628986f[Not completed, 4 dependents] (id=245) downstreamSubscription: SubscriptionBase: window = 1 cancelled = false downstreamSubscriber: SSLSubscriberWrapper[SSLTube(SocketTube(5)), delegate: DelegateWrapper[subscribedCalled: true, subscribedDone: true, completed: false, error: null]: CleanupTrigger(SSLTube(SocketTube(5))), getALPN: jdk.internal.net.http.common.MinimalFuture@7537a8f5[Completed normally] (id=251), onCompleteReceived: false, onError: null], readBuf: java.nio.HeapByteBuffer[pos=47742 lim=47742 cap=65536], count: 131152, scheduler: running, status: OK, handshakeState: 0, engine: NOT_HANDSHAKING
DEBUG: [HttpClient-5-SelectorManager] [25s 739ms] SocketTube(5) forwarding error to subscriber: java.io.IOException: connection closed locally
DEBUG: [HttpClient-5-SelectorManager] [25s 740ms] SSL Reader(SocketTube(5)) onError: java.io.IOException: connection closed locally
DEBUG: [HttpClient-5-SelectorManager] [25s 816ms] SSL Reader(SocketTube(5)) error java.io.IOException: connection closed locally
java.io.IOException: connection closed locally
at java.net.http/jdk.internal.net.http.SocketTube.signalClosed(SocketTube.java:159)
at java.net.http/jdk.internal.net.http.PlainHttpConnection.close(PlainHttpConnection.java:382)
at java.net.http/jdk.internal.net.http.PlainHttpConnection.close(PlainHttpConnection.java:354)
at java.net.http/jdk.internal.net.http.AsyncSSLConnection.close(AsyncSSLConnection.java:113)
at java.net.http/jdk.internal.net.http.ConnectionPool.close(ConnectionPool.java:338)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
at java.net.http/jdk.internal.net.http.ConnectionPool.stop(ConnectionPool.java:358)
at java.net.http/jdk.internal.net.http.HttpClientImpl.stop(HttpClientImpl.java:516)
at java.net.http/jdk.internal.net.http.HttpClientImpl$SelectorManager.shutdown(HttpClientImpl.java:1211)
at java.net.http/jdk.internal.net.http.HttpClientImpl$SelectorManager.run(HttpClientImpl.java:1413)
DEBUG: [HttpClient-30-SelectorManager] [37s 115ms] SSL Reader(SocketTube(30)) error java.io.IOException: selector manager closed
java.io.IOException: selector manager closed
at java.net.http/jdk.internal.net.http.HttpClientImpl$SelectorManager.selectorClosedException(HttpClientImpl.java:1098)
at java.net.http/jdk.internal.net.http.HttpClientImpl.selectorClosedException(HttpClientImpl.java:874)
at java.net.http/jdk.internal.net.http.SocketTube$InternalWriteSubscriber.tryFlushCurrent(SocketTube.java:345)
at java.net.http/jdk.internal.net.http.SocketTube$InternalWriteSubscriber.onNext(SocketTube.java:317)
at java.net.http/jdk.internal.net.http.SocketTube.onNext(SocketTube.java:135)
at java.net.http/jdk.internal.net.http.SocketTube.onNext(SocketTube.java:58)