master
8187443: Forest Consolidation: Move files to unified layout
8223654: Clean up @jls references in com.sun.source
8315532: Compiler Implementation for Unnamed Variables & Patterns 8317221: Implementation for javax.lang.model for Unnamed Variables & Patterns
8224175: Fix inconsistencies in @jls and @jvms tags
8250625: Compiler implementation of Pattern Matching for instanceof (Final)
8223305: Compiler support for Switch Expressions
8300543: Compiler Implementation for Pattern Matching for switch 8300545: Compiler Implementation for Record Patterns
8285932: Implementation of JEP 430 String Templates (Preview)
8255464: Cannot access ModuleTree in a CompilationUnitTree
8251550: Clean up jdk.javadoc and the related parts of jdk.compiler
8309884: missing @since tags in `com.sun.source.*`
8287236: Reorganize AST related to pattern matching for switch
8308015: Syntax of "import static" is incorrect in com.sun.source.tree.ImportTree.java
8232684: Make switch expressions final
8315457: Implement JEP 459: String Templates (Second Preview)
8302344: Compiler Implementation for Unnamed patterns and variables (Preview) 8307444: java.lang.AssertionError when using unnamed patterns 8307482: Compiler should accept var _ in nested patterns in switch case 8307007: Implementation for javax.lang.model for unnamed variables (Preview) 8308312: Compiler should fail when a local variable declaration does not include an Identifier and does not have an initializer 8308309: Compiler should accept mixed masked and unmasked variables in lambda parameters
8251939: Fix copy-paste issues and address TODOs