mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
Merge
This commit is contained in:
commit
833627bc3c
2723 changed files with 33215 additions and 134615 deletions
|
@ -119,6 +119,8 @@
|
|||
|
||||
#define JAVA_12_VERSION 56
|
||||
|
||||
#define JAVA_13_VERSION 57
|
||||
|
||||
void ClassFileParser::set_class_bad_constant_seen(short bad_constant) {
|
||||
assert((bad_constant == 19 || bad_constant == 20) && _major_version >= JAVA_9_VERSION,
|
||||
"Unexpected bad constant pool entry");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue