[jdk11u-dev] RFR: 8238274: (sctp) JDK-7118373 is not fixed for SctpChannel
Tabata Daishi
duke at openjdk.org
Mon Dec 4 02:58:45 UTC 2023
On Wed, 1 Nov 2023 06:27:41 GMT, Tabata Daishi <duke at openjdk.org> wrote:
> This is a backport of JDK-8238274: (sctp) JDK-7118373 is not fixed for SctpChannel.
>
> This backport is not clean because the behavior of the ServerSocket constructor used in the test added by this fix is different in JDK17 and JDK11.
> When the constructor of ServerSocket is called, a file descriptor is not created in JDK17, but is created in JDK11.
> So the number of lines obtained by lsof changes.
> I need to change LIMIT_LINES from 2 to 3.
>
> Testing:
> jdk/com/sun/nio/sctp
> on Linux x86_64
Could someone please review this PR?
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2249#issuecomment-1837760272
More information about the jdk-updates-dev
mailing list