This commit is contained in:
Henry Jen 2019-01-22 14:14:52 -08:00
commit 833627bc3c
2723 changed files with 33215 additions and 134615 deletions

View file

@ -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");