src/hotspot/share/classfile/classFileParser.cpp
changeset 50892 a5557f24b4d4
parent 50816 a73848f8d0ad
child 51308 acf02a6f369e
--- a/src/hotspot/share/classfile/classFileParser.cpp	Thu Jun 28 19:55:44 2018 +0200
+++ b/src/hotspot/share/classfile/classFileParser.cpp	Wed Jun 27 21:01:12 2018 -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");