src/hotspot/share/classfile/classFileParser.cpp
changeset 54553 62771002a1cb
parent 54552 c09bdb9043f1
parent 53338 5afdd1100a20
child 54554 c171aa9e5d3e
--- a/src/hotspot/share/classfile/classFileParser.cpp	Wed Dec 12 11:57:22 2018 -0800
+++ b/src/hotspot/share/classfile/classFileParser.cpp	Tue Jan 22 14:14:52 2019 -0800
@@ -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");