JDK-8266407 : remove jdk.internal.javac.PreviewFeature.Feature.SEALED_CLASSES
  • Type: Bug
  • Component: core-libs
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-05-02
  • Updated: 2021-07-15
  • Resolved: 2021-07-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 18
18 b06Fixed
Related Reports
Relates :  
Description
jdk.internal.javac.PreviewFeature.Feature.SEALED_CLASSES can't be removed when sealed classes are made final because it is needed during the build of the interim compiler. It could be removed on the version next to the one that will make sealed classes final
Comments
Changeset: 01c29d8f Author: Vicente Romero <vromero@openjdk.org> Date: 2021-07-06 23:06:00 +0000 URL: https://git.openjdk.java.net/jdk/commit/01c29d8f2c865009c0d5379ba2e2cd4d3015f018
06-07-2021