--- old/src/hotspot/share/classfile/classFileParser.cpp 2018-06-26 21:56:29.516000000 -0700 +++ new/src/hotspot/share/classfile/classFileParser.cpp 2018-06-26 21:56:29.316000000 -0700 @@ -117,6 +117,8 @@ #define JAVA_11_VERSION 55 +#define JAVA_12_VERSION 56 + 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");