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:
Joe Darcy 2021-12-09 17:01:59 +00:00 committed by Jesper Wilhelmsson
parent 6dae52f8e3
commit 09831e7aa4
67 changed files with 5872 additions and 46 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_18 RELEASE_19
*/
import java.util.EnumSet;