mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
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:
parent
d3af9ce324
commit
4750064828
51 changed files with 2944 additions and 89 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue