On Fri, 3 Oct 2025 17:23:37 GMT, Bernd <[email protected]> wrote: >> Hai-May Chao has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - Rename NAMED_GROUP_KEM from PQC to KEM >> - Updates with review comments > > src/java.base/share/classes/sun/security/util/Hybrid.java line 75: > >> 73: >> 74: private static AlgorithmParameterSpec getSpec(String name) { >> 75: if (name.startsWith("secp")) { > > This seems to be repeated multiple times including the case sensitive string, > maybe have an APS.isGenericEC() helper?
Done. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/27614#discussion_r2426879655
