mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8273146: Start of release updates for JDK 19
8277511: Add SourceVersion.RELEASE_19 8277513: Add source 19 and target 19 to javac Reviewed-by: dholmes, alanb, erikj, iris, mikael, ihse
This commit is contained in:
parent
6dae52f8e3
commit
09831e7aa4
67 changed files with 5872 additions and 46 deletions
|
@ -53,7 +53,8 @@ public class ClassVersionChecker {
|
|||
FIFTEEN("15", 59),
|
||||
SIXTEEN("16", 60),
|
||||
SEVENTEEN("17", 61),
|
||||
EIGHTEEN("18", 62);
|
||||
EIGHTEEN("18", 62),
|
||||
NINETEEN("19", 63);
|
||||
|
||||
private Version(String release, int classFileVer) {
|
||||
this.release = release;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue