Skip to content

Commit

Permalink
8242456: PreviewFeature.Feature enum removal of TEXT_BLOCKS
Browse files Browse the repository at this point in the history
Reviewed-by: jlaskey
  • Loading branch information
lahodaj committed Jan 26, 2021
1 parent e080ce9 commit 5e8e0ad
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@
public boolean reflective() default false;

public enum Feature {
// 8242284:
// The TEXT_BLOCKS enum constant is not used in the JDK 15 codebase, but
// exists to support the bootcycle build of JDK 15. The bootcycle build
// of JDK 15 is performed with JDK 14 and the PreviewFeature type from
// JDK 15. Since the JDK 14 codebase uses the enum constant, it is
// necessary for PreviewFeature in JDK 15 to declare the enum constant.
TEXT_BLOCKS,
// The RECORDS enum constant is not used in the JDK 16 codebase, but
// exists to support the bootcycle build of JDK 16. The bootcycle build
// of JDK 16 is performed with JDK 15 and the PreviewFeature type from
Expand Down

1 comment on commit 5e8e0ad

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.