jdk17u-dev
jdk17u-dev copied to clipboard
https://openjdk.org/projects/jdk-updates
8358764: (sc) SocketChannel.close when thread blocked in read causes connection to be reset (win)
I backport this for parity with 17.0.18-oracle. Needed resolve and adaptions: Net.java: resolved static initializer. SocketChannelImpl.java: In implCloseBlockingMode(), the code guarded by the new condition is not in 17. Omitted....
Hi all, This pull request contains a backport of commit [89c5659a](https://github.com/openjdk/jdk25u/commit/89c5659aa88acd1e9624aa14e5b9757255e55916) from the [openjdk/jdk25u](https://git.openjdk.org/jdk25u) repository. The commit being backported was authored by SendaoYan on 31 Oct 2025 and was reviewed...
Hi all, This pull request contains a backport of commit [ed153ee2](https://github.com/openjdk/jdk/commit/ed153ee2c4614c814da92c23c4741eed68ce1a0c) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Sergey Bylokhov on 21 Oct 2025 and was...
The backport verified on MacOS/Linux/Windows by manually running JITTester. Verification involved modifying JITTester code to terminate with non-zero exit code when encountering specific compilation error (a break statement in a...
Hi all, This pull request contains a backport of commit [b2ccc97](https://github.com/openjdk/jdk/commit/b2ccc9731e3a183bc6f31480c7d12f110633ea2b) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Johan Sjölen on Apr 24 2023 and was...
Backporting JDK-8357822: C2: Multiple string optimization tests are no longer testing string concatenation optimizations. Adds several tests for string concatenation optimization in C2. Ran GHA Sanity Checks (passed) and adjusted...
Hi all, This pull request contains a backport of commit [c9a469a](https://github.com/openjdk/jdk/commit/c9a469a4591002e7f51317a8494a2df902db5bfa) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by David Holmes on Mar 30 2022 and was...
Hi all, This pull request contains a backport of commit [d4d1fbc2](https://github.com/openjdk/jdk/commit/d4d1fbc27a2382d8d9545b7bf672cdcc81654404) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Thomas Schatzl on Mar 3, 2022 and was...
This pull request contains a backport of commit [8ec6b8de3bb3d7aeebdcb45d761b18cce3bab75e](https://github.com/openjdk/jdk/commit/8ec6b8de3bb3d7aeebdcb45d761b18cce3bab75e) from the openjdk/jdk repository to JDK 17. This backport significantly reduces RSS memory usage during ThreadMXBean.dumpAllThreads(boolean, boolean) execution. This is not...
8358764: (sc) SocketChannel.close when thread blocked in read causes connection to be reset (win)
Hello, This is an unclean backport of JDK-8358764 for JDK 17. I used the following JDK 21 backport as the baseline https://github.com/openjdk/jdk21u-dev/pull/2137 Changes: * Brought over the Windows socket shutdown...