mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8300543: Compiler Implementation for Pattern Matching for switch
8300545: Compiler Implementation for Record Patterns Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org> Reviewed-by: vromero, mcimadamore
This commit is contained in:
parent
5ccc962942
commit
eaa80ad08c
157 changed files with 2591 additions and 2233 deletions
|
@ -79,7 +79,6 @@ public class NestedPatternVariablesBytecode extends TestRunner {
|
|||
}""";
|
||||
Path curPath = Path.of(".");
|
||||
new JavacTask(tb)
|
||||
.options("--enable-preview", "-source", JAVA_VERSION)
|
||||
.sources(code)
|
||||
.outdir(curPath)
|
||||
.run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue