RFR: 8334714: Implement JEP 484: Class-File API [v9]

Adam Sotona asotona at openjdk.org
Fri Nov 15 15:47:01 UTC 2024


On Fri, 15 Nov 2024 15:33:35 GMT, Adam Sotona <asotona at openjdk.org> wrote:

>> src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java line 78:
>> 
>>> 76:         STRUCTURED_CONCURRENCY,
>>> 77:         @JEP(number=466, title="ClassFile API", status="Second Preview")
>>> 78:         CLASSFILE_API,
>> 
>> Just remembered that we have to keep this until JDK 24 is the minimum boot JDK; with this removed bootcycle build should fail.
>
> Oops.

https://github.com/openjdk/jdk/pull/22150

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

PR Review Comment: https://git.openjdk.org/jdk/pull/19826#discussion_r1844076730


More information about the core-libs-dev mailing list