On Wed, 3 Sep 2025 20:20:29 GMT, Sean Mullan <mul...@openjdk.org> wrote:
>> Valerie Peng has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Address review comments from Tony and Artur. > > test/jdk/java/security/Signature/TestDisabledAlgorithms.java line 64: > >> 62: } else { >> 63: s = Signature.getInstance(a, p); >> 64: } > > For these tests, you could add another call to `Signature.getInstance(a, > p.getName())` so you also test the `getInstance` method that takes a provider > as a string. Sure, will do. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26377#discussion_r2320147146