JDK-8293518 : ProblemList sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.java
  • Type: Sub-task
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,os_x
  • CPU: x86_64,aarch64
  • Submitted: 2022-09-07
  • Updated: 2023-11-22
  • Resolved: 2022-09-07
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 20
20 b15Fixed
Description
In order to reduce the noise in the JDK20 CI, I'm ProblemListing:

sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.java

on linux-aarch64 and macosx-x64.
Comments
Changeset: 2d13f530 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-09-07 23:08:54 +0000 URL: https://git.openjdk.org/jdk/commit/2d13f53017377128b7a8f1e3da9a09f7af92085a
07-09-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/10209 Date: 2022-09-07 21:53:06 +0000
07-09-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 4b440642d4b..1a0ea6a3ac0 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -525,6 +525,7 @@ sun/management/jdp/JdpDefaultsTest.java 8241865 linux-aa sun/management/jdp/JdpJmxRemoteDynamicPortTest.java 8241865 macosx-all sun/management/jdp/JdpSpecificAddressTest.java 8241865 macosx-all sun/management/jmxremote/bootstrap/RmiBootstrapTest.java 8293335 linux-x64 +sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.java 8293343 linux-aarch64,macosx-x64 ############################################################################
07-09-2022