mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8342979: Start of release updates for JDK 25
8342982: Add SourceVersion.RELEASE_25 8342983: Add source 25 and target 25 to javac Co-authored-by: Joe Darcy <darcy@openjdk.org> Reviewed-by: iris, darcy, erikj, dholmes
This commit is contained in:
parent
85fedbf668
commit
5cc150c636
98 changed files with 6173 additions and 49 deletions
|
@ -24,6 +24,7 @@
|
|||
/*
|
||||
* @test
|
||||
* @bug 7157626 8001112 8188870 8173382 8193290 8205619 8245586 8257453 8306586 8330184
|
||||
* 8342983
|
||||
* @summary Test major version for all legal combinations for -source and -target
|
||||
* @author sgoel
|
||||
*
|
||||
|
@ -59,6 +60,7 @@ public class ClassVersionChecker {
|
|||
TWENTY_TWO("22", 66),
|
||||
TWENTY_THREE("23", 67),
|
||||
TWENTY_FOUR("24", 68),
|
||||
TWENTY_FIVE("25", 69),
|
||||
; // Reduce code churn when appending new constants
|
||||
|
||||
private Version(String release, int classFileVer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue