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

@ -139,6 +139,8 @@
#define JAVA_18_VERSION 62
#define JAVA_19_VERSION 63
void ClassFileParser::set_class_bad_constant_seen(short bad_constant) {
assert((bad_constant == JVM_CONSTANT_Module ||
bad_constant == JVM_CONSTANT_Package) && _major_version >= JAVA_9_VERSION,