[jdk11u-dev] Integrated: 8238274: (sctp) JDK-7118373 is not fixed for SctpChannel
Tabata Daishi
duke at openjdk.org
Tue Dec 12 19:01:49 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
This pull request has now been integrated.
Changeset: 04b1f4c2
Author: tabata-d <tabata.daishi at fujitsu.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/04b1f4c2de38dccdd7fdae7936d0cd2676ee71b8
Stats: 211 lines in 4 files changed: 208 ins; 0 del; 3 mod
8238274: (sctp) JDK-7118373 is not fixed for SctpChannel
Reviewed-by: phh
Backport-of: d91e227abb94953129adc297fbd456c55bb2ae10
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/2249
More information about the jdk-updates-dev
mailing list