Suggestion needed to port the fix to JDK17 and JDK11S
Shruthi .
Shruthi.Shruthi1 at ibm.com
Fri Mar 14 06:16:40 UTC 2025
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.bateman at oracle.com>
Sent: Wednesday, March 12, 2025 9:15 PM
To: Shruthi . <Shruthi.Shruthi1 at ibm.com>; net-dev at openjdk.org <net-dev at openjdk.org>
Cc: Syed Moinudeen <smoinud1 at in.ibm.com>; SREENIVAS MAKINEEDI <sreeni at 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 >
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/net-dev/attachments/20250314/e75f32df/attachment-0001.htm>
More information about the net-dev
mailing list