RFR: 8353888: Implement Key Derivation Function API

Chen Liang liach at openjdk.org
Tue Apr 8 21:06:23 UTC 2025


On Tue, 8 Apr 2025 21:00:41 GMT, Weijun Wang <weijun at openjdk.org> wrote:

>> 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.

I think the dependency is in the CreateSymbols tool or something

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

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


More information about the compiler-dev mailing list