mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8284858: Start of release updates for JDK 20
8286035: Add source 20 and target 20 to javac 8286034: Add SourceVersion.RELEASE_20 Reviewed-by: dholmes, kcr, iris, erikj, jjg, ihse
This commit is contained in:
parent
267144311c
commit
edff51e5fd
69 changed files with 6448 additions and 50 deletions
|
@ -54,7 +54,8 @@ public class ClassVersionChecker {
|
|||
SIXTEEN("16", 60),
|
||||
SEVENTEEN("17", 61),
|
||||
EIGHTEEN("18", 62),
|
||||
NINETEEN("19", 63);
|
||||
NINETEEN("19", 63),
|
||||
TWENTY("20", 64);
|
||||
|
||||
private Version(String release, int classFileVer) {
|
||||
this.release = release;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue