JDK-8279529 : ProblemList java/nio/channels/DatagramChannel/ManySourcesAndTargets.java on macosx-aarch64
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: aarch64
  • Submitted: 2022-01-05
  • Updated: 2022-05-03
  • Resolved: 2022-01-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 17 JDK 18 JDK 19
11.0.16Fixed 17.0.4Fixed 18 b31Fixed 19Fixed
Description
In order to reduce the noise in the JDK18 CI, I'm ProblemListing:

java/nio/channels/DatagramChannel/ManySourcesAndTargets.java

on macosx-aarch64.
Comments
A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk11u-dev/pull/1064 Date: 2022-04-29 10:42:55 +0000
29-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk17u-dev/pull/371 Date: 2022-04-27 13:43:01 +0000
27-04-2022

Changeset: 564c8c63 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-01-05 19:01:11 +0000 URL: https://git.openjdk.java.net/jdk/commit/564c8c6390ee380ab2e2eb73ef22c3184c369f9f
06-01-2022

Changeset: 564c8c63 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-01-05 19:01:11 +0000 URL: https://git.openjdk.java.net/jdk18/commit/564c8c6390ee380ab2e2eb73ef22c3184c369f9f
05-01-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk18/pull/83 Date: 2022-01-05 17:22:54 +0000
05-01-2022

Here's the context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 8a7a913749f..54af7c2ffab 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -607,6 +607,8 @@ java/nio/channels/DatagramChannel/Unref.java 8233519 generic- java/nio/channels/AsynchronousSocketChannel/StressLoopback.java 8211851 aix-ppc64 +java/nio/channels/DatagramChannel/ManySourcesAndTargets.java 8264385 macosx-aarch64 + ############################################################################ # jdk_rmi
05-01-2022