JDK-8267886 : ProblemList javax/management/remote/mandatory/connection/RMIConnector_NPETest.java
  • Type: Sub-task
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 17
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-05-27
  • Updated: 2021-06-07
  • Resolved: 2021-05-27
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 17
17 b25Fixed
Description
In order to reduce Mach5 Tier3 noise.
Comments
Changeset: 8a31c075 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-05-27 20:26:05 +0000 URL: https://git.openjdk.java.net/jdk/commit/8a31c07598cd5ea1305a9706d80b0251fd3a1e6d
27-05-2021

Here's the context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 7aea0d2eae4..d29795a2097 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -595,6 +595,8 @@ javax/management/MBeanServer/OldMBeanServerTest.java 8030957 aix-all javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java 8042215 generic-all +javax/management/remote/mandatory/connection/RMIConnector_NPETest.java 8267887 generic-all + ############################################################################ # jdk_net
27-05-2021