8214546: Start of release updates for JDK 14

8214547: Add SourceVersion.RELEASE_14
8214548: Add source 14 and target 14 to javac
8214549: Bump maximum recognized class file version to 58 for JDK 14

Reviewed-by: jjg, mikael, erikj, jlahoda, dholmes
This commit is contained in:
Joe Darcy 2019-06-11 16:45:20 -07:00
parent d3af9ce324
commit 4750064828
51 changed files with 2944 additions and 89 deletions

View file

@ -125,6 +125,8 @@
#define JAVA_13_VERSION 57
#define JAVA_14_VERSION 58
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,