RFR: 8345578: New test in JDK-8343622 fails with a promoted build

Sean Mullan mullan at openjdk.org
Thu Dec 5 13:11:36 UTC 2024


On Thu, 5 Dec 2024 12:41:47 GMT, Weijun Wang <weijun at openjdk.org> wrote:

> The test fails with a promoted build because `Utils.<clinit>` calls `MessageDigest.getInstance("MD5")` after the SUN provider is removed. Manually rewrite the functionality of `Utils.runAndCheckException` instead of using the existing helper method.

Can you add the stack trace of the test failure in the bug for future reference? And add a `'noreg-self` label.

Otherwise, looks good.

-------------

Marked as reviewed by mullan (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22576#pullrequestreview-2481652518


More information about the security-dev mailing list