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 <[email protected]> Sent: Wednesday, March 12, 2025 9:15 PM To: Shruthi . <[email protected]>; [email protected] <[email protected]> Cc: Syed Moinudeen <[email protected]>; SREENIVAS MAKINEEDI <[email protected]> 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 >
