[jdk8u-dev] RFR: 8205653: test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java and RmiSslBootstrapTest.sh fail with handshake_failure
SendaoYan
syan at openjdk.org
Tue Apr 22 02:42:47 UTC 2025
On Sun, 23 Feb 2025 03:34:12 GMT, SendaoYan <syan at openjdk.org> wrote:
> Follow-up fix for JDK-8145919
> Almost clean backport except for /jdk/test/ProblemList.txt
>
> The patch fixes intermittent failure in test/jdk/sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh test.
>
> Change has been verified locally, test-fix only, no risk.
GHA report several failures:
1. Test gc/concurrentMarkSweep/SystemGCOnForegroundCollector.java run timed out, this backport PR will not affect this test in theory, I think this timed out failure is unrelated to this PR.
2. Test com/sun/jdi/PrivateTransportTest.sh run fails, this backport PR will not affect this test in theory, I think this timed out failure is unrelated to this PR.
3. Test compiler/unsafe/OpaqueAccesses.java fails, which has been recorded by [JDK-8337185](https://bugs.openjdk.org/browse/JDK-8337185), it's unrelated to this PR.
4. Other failures are all CA expired issue, it's unrelated to this PR.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/625#issuecomment-2819911506
More information about the jdk8u-dev
mailing list