RFR: 8266407: remove jdk.internal.javac.PreviewFeature.Feature.SEALED_CLASSES

Jan Lahoda jlahoda at openjdk.java.net
Tue Jul 6 20:29:47 UTC 2021


On Wed, 23 Jun 2021 20:57:24 GMT, Vicente Romero <vromero at openjdk.org> wrote:

> Enum constant: jdk.internal.javac.PreviewFeature.Feature.SEALED_CLASSES was not removed when Sealed Classes were made final because the build was failing without it. Now that the feature is final we should be able to safely removed it. This is the intention of this patch.
> 
> TIA,
> Vicente

lgtm

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

Marked as reviewed by jlahoda (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/4578


More information about the compiler-dev mailing list