src/hotspot/share/classfile/classFileParser.cpp
changeset 51308 acf02a6f369e
parent 50892 a5557f24b4d4
parent 51297 9d49099287b1
child 51329 9c68699bebe5
--- a/src/hotspot/share/classfile/classFileParser.cpp	Fri Aug 03 14:14:59 2018 +0100
+++ b/src/hotspot/share/classfile/classFileParser.cpp	Fri Aug 03 09:42:57 2018 -0700
@@ -3572,6 +3572,9 @@
                          "Nest-host class_info_index %u has bad constant type in class file %s",
                          class_info_index, CHECK);
           _nest_host = class_info_index;
+        } else {
+          // Unknown attribute
+          cfs->skip_u1(attribute_length, CHECK);
         }
       } else {
         // Unknown attribute