[jdk8u-dev] RFR: 8274893: Update java.desktop classes to use try-with-resources [v3]
Andrew John Hughes
andrew at openjdk.org
Wed Feb 11 09:55:42 UTC 2026
On Mon, 9 Feb 2026 12:10:08 GMT, Timofei Pushkin <tpushkin at openjdk.org> wrote:
> The test failures don't seem related:
>
I agree.
> * `security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#digicerttlsrsarootg5` is the one failed in almost all of the cases ("Failed to validate https://digicert-tls-rsa4096-root-g5-revoked.chain-demos.digicert.com/") — there was already [JDK-8333937](https://bugs.openjdk.org/browse/JDK-8333937) some time ago with a similar error (not in the description but in the comments) and it was resolved externally
I've seen this one on my own recent PRs (e.g. https://github.com/openjdk/shenandoah-jdk8u/pull/122) and it seems to have turned up this weekend.
>
> * `compiler/5091921/Test7005594.java` failed twice ("Test7005594.sh: 40: Bad substitution") — already reported as [JDK-8376951](https://bugs.openjdk.org/browse/JDK-8376951)
This should be resolved once https://github.com/openjdk/jdk8u-dev/pull/755 goes in.
>
> * `gc/logging/TestGCId.java` failed once (timeout)
I think this is a sporadic failure and can't see a HotSpot test failure being related to these JDK code changes.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/686#issuecomment-3881754168
More information about the jdk8u-dev
mailing list