> Get JDK 28 underway. > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Nizar Benalla has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains six additional commits since the last revision: - Add missing javadoc tags - Merge branch 'master' into 8384833 - Update --release 227 symbol information for JDK 27 build 23 The macOS/AArch64 build 20 was taken from https://jdk.java.net/27/ - Add test ids and cleanup - Update copyright years Note: any commit hashes below might be outdated due to subsequent history rewriting (e.g. git rebase). + update src/java.base/share/classes/java/lang/classfile/ClassFile.java due to e2218785c21 + update src/java.base/share/classes/java/lang/reflect/ClassFileFormatVersion.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/SourceVersion.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor14.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitorPreview.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitor14.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/AbstractElementVisitorPreview.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor14.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitorPreview.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitor14.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/ElementKindVisitorPreview.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/ElementScanner14.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/ElementScannerPreview.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor14.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitorPreview.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitor14.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/SimpleElementVisitorPreview.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitor14.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/SimpleTypeVisitorPreview.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitor14.java due to e2218785c21 + update src/java.compiler/share/classes/javax/lang/model/util/TypeKindVisitorPreview.java due to e2218785c21 + update src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassFile.java due to e2218785c21 + update src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Target.java due to e2218785c21 + update src/jdk.compiler/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java due to e2218785c21 + update test/langtools/tools/javac/api/TestGetSourceVersions.java due to e2218785c21 + update test/langtools/tools/javac/classfiles/ClassVersionChecker.java due to e2218785c21 + update test/langtools/tools/javac/lib/JavacTestingAbstractProcessor.java due to e2218785c21 + update test/langtools/tools/javac/versions/Versions.java due to e2218785c21 - Initial commit ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31268/files - new: https://git.openjdk.org/jdk/pull/31268/files/a9cfd1a8..aa5b0d50 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31268&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31268&range=00-01 Stats: 15078 lines in 260 files changed: 11791 ins; 2100 del; 1187 mod Patch: https://git.openjdk.org/jdk/pull/31268.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31268/head:pull/31268 PR: https://git.openjdk.org/jdk/pull/31268
