mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8235496: Start of release updates for JDK 16
8245585: Add SourceVersion.RELEASE_16 8245586: Add source 16 and target 16 to javac 8245544: com/sun/tools/javac/platform/JDKPlatformProvider.java does not support ct.sym with platform versions 16+ Co-authored-by: David Holmes <david.holmes@oracle.com> Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com> Reviewed-by: erikj, dholmes, ihse, neugens, jjg, jlahoda, jlaskey, mikael
This commit is contained in:
parent
15999a9f21
commit
a5b5712733
57 changed files with 1194 additions and 138 deletions
|
@ -132,6 +132,8 @@
|
|||
|
||||
#define JAVA_15_VERSION 59
|
||||
|
||||
#define JAVA_16_VERSION 60
|
||||
|
||||
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