mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
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:
parent
6dae52f8e3
commit
09831e7aa4
67 changed files with 5872 additions and 46 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue