mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8250625: Compiler implementation of Pattern Matching for instanceof (Final)
Reviewed-by: vromero
This commit is contained in:
parent
60e4aca846
commit
18bc95ba51
86 changed files with 230 additions and 312 deletions
|
@ -54,7 +54,6 @@ public @interface PreviewFeature {
|
|||
public boolean essentialAPI() default false;
|
||||
|
||||
public enum Feature {
|
||||
PATTERN_MATCHING_IN_INSTANCEOF,
|
||||
// 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue