mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8225361: Start of release updates for JDK 15
8235497: Add SourceVersion.RELEASE_15 8235528: Add source 15 and target 15 to javac Reviewed-by: erikj, jjg, jlahoda, dholmes, alanb, hseigel, mikael, chegar
This commit is contained in:
parent
8a54d97a4d
commit
890826bf5b
53 changed files with 714 additions and 121 deletions
|
@ -128,6 +128,8 @@
|
|||
|
||||
#define JAVA_14_VERSION 58
|
||||
|
||||
#define JAVA_15_VERSION 59
|
||||
|
||||
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