On Thu, 24 Oct 2024 16:42:35 GMT, Chen Liang <li...@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