Thanks Alan. I’ll port the patch you attached. It’s not a clean port to JDK 17, partly because UnixDispatcher.java is missing. I’m making the necessary changes manually. Once the build is ready, I’ll validate it and update you on the results.
________________________________ From: Alan Bateman <alan.bate...@oracle.com> Sent: Wednesday, March 12, 2025 9:15 PM To: Shruthi . <shruthi.shrut...@ibm.com>; net-dev@openjdk.org <net-dev@openjdk.org> Cc: Syed Moinudeen <smoin...@in.ibm.com>; SREENIVAS MAKINEEDI <sre...@us.ibm.com> Subject: [EXTERNAL] Re: Suggestion needed to port the fix to JDK17 and JDK11S On 07/03/2025 11: 04, Shruthi . wrote: Yes Alan. We have identified the following files that require reordering. src/java. base/share/classes/sun/nio/ch/DatagramChannelImpl. java src/java. base/share/classes/sun/nio/ch/NioSocketImpl. java src/java. base/share/classes/sun/nio/ch/ServerSocketChannelImpl. java On 07/03/2025 11:04, Shruthi . wrote: Yes Alan. We have identified the following files that require reordering. src/java.base/share/classes/sun/nio/ch/DatagramChannelImpl.java src/java.base/share/classes/sun/nio/ch/NioSocketImpl.java src/java.base/share/classes/sun/nio/ch/ServerSocketChannelImpl.java src/java.base/share/classes/sun/nio/ch/SocketChannelImpl.java src/java.base/unix/classes/sun/nio/ch/SinkChannelImpl.java src/java.base/unix/classes/sun/nio/ch/SourceChannelImpl.java Please let us know if you think any other files need to be modified The recent refactoring in JDK-8351458 means the change can be more local. Would it be possible to test the patch attached to JDK-8317801 in your environment? This patch is against main line of course. -Alan [1] https://bugs.openjdk.org/browse/JDK-8317801<https://bugs.openjdk.org/browse/JDK-8317801 >