On Thu, 5 Dec 2024 12:41:47 GMT, Weijun Wang <[email protected]> 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.
This pull request has now been integrated.
Changeset: 308357cb
Author: Weijun Wang <[email protected]>
URL:
https://git.openjdk.org/jdk/commit/308357cba706478598ef231887e0584eaae839e0
Stats: 13 lines in 1 file changed: 8 ins; 3 del; 2 mod
8345578: New test in JDK-8343622 fails with a promoted build
Reviewed-by: mullan
-------------
PR: https://git.openjdk.org/jdk/pull/22576