RFR: 8353888: Implement Key Derivation Function API

Weijun Wang weijun at openjdk.org
Tue Apr 8 21:03:17 UTC 2025


On Tue, 8 Apr 2025 19:35:33 GMT, Chen Liang <liach at openjdk.org> wrote:

>> Finalize the KDF API.
>
> src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java line 82:
> 
>> 80:         MODULE_IMPORTS,
>> 81:         @JEP(number=478, title="Key Derivation Function API", status="Preview")
>> 82:         KEY_DERIVATION,
> 
> Please keep this constant - we cannot remove this until our minimum boot JDK is 25.

Oh, I didn't know that. I've built this with JDK 24 as the boot JDK and see no problem.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/24520#discussion_r2034027369


More information about the core-libs-dev mailing list