RFR: 8342707: Prepare Gatherers for graduation from Preview

Viktor Klang vklang at openjdk.org
Thu Oct 24 19:47:05 UTC 2024


On Thu, 24 Oct 2024 16:42:35 GMT, Chen Liang <liach at openjdk.org> wrote:

>> Make final adjustments to drop PreviewFeature and updating the @ since markers.
>
> src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java line 79:
> 
>> 77:         @JEP(number=466, title="ClassFile API", status="Second Preview")
>> 78:         CLASSFILE_API,
>> 79:         STREAM_GATHERERS,
> 
> Does bootcycle fail if this enum constant is removed?

Yep :)

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21686#discussion_r1815612773


More information about the compiler-dev mailing list