8296149: Start of release updates for JDK 21

8296150: Add SourceVersion.RELEASE_21
8296151: Add source 21 and target 21 to javac

Reviewed-by: dholmes, iris, erikj, vromero, jlahoda
This commit is contained in:
Joe Darcy 2022-12-08 16:04:00 +00:00 committed by Jesper Wilhelmsson
parent d562d3fcbe
commit 175e3d3ff3
70 changed files with 5338 additions and 54 deletions

View file

@ -35,7 +35,7 @@
* @run main TestGetSourceVersions RELEASE_3 RELEASE_4 RELEASE_5 RELEASE_6 RELEASE_7
* RELEASE_8 RELEASE_9 RELEASE_10 RELEASE_11 RELEASE_12
* RELEASE_13 RELEASE_14 RELEASE_15 RELEASE_16 RELEASE_17
* RELEASE_18 RELEASE_19 RELEASE_20
* RELEASE_18 RELEASE_19 RELEASE_20 RELEASE_21
*/
import java.util.EnumSet;