On Wed, 15 Apr 2026 04:58:57 GMT, Valerie Peng <[email protected]> wrote:
>> Initial commit containing the public API changes and related regression >> tests. >> >> --------- >> - [x] I confirm that I make this contribution in accordance with the >> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). > > Valerie Peng has updated the pull request incrementally with one additional > commit since the last revision: > > additional data cleanup. src/java.base/share/classes/com/sun/crypto/provider/Argon2DerivedKey.java line 76: > 74: this.algo = algo; > 75: > 76: this.info = String.format("%s key derived using %s with params = > %s", Why not "...".formatted(...)? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29597#discussion_r3085806783
