On Thu, 5 Dec 2024 12:41:47 GMT, Weijun Wang <wei...@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. This pull request has now been integrated. Changeset: 308357cb Author: Weijun Wang <wei...@openjdk.org> 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