hotspot/src/share/vm/classfile/classFileParser.hpp
changeset 12231 6a9cfc59a18a
parent 11412 62fe312f32c5
child 12267 a43041fec343
--- a/hotspot/src/share/vm/classfile/classFileParser.hpp	Fri Mar 09 13:34:45 2012 -0800
+++ b/hotspot/src/share/vm/classfile/classFileParser.hpp	Tue Mar 13 13:50:48 2012 -0400
@@ -130,7 +130,11 @@
   void parse_classfile_sourcefile_attribute(constantPoolHandle cp, instanceKlassHandle k, TRAPS);
   void parse_classfile_source_debug_extension_attribute(constantPoolHandle cp,
                                                 instanceKlassHandle k, int length, TRAPS);
-  u2   parse_classfile_inner_classes_attribute(constantPoolHandle cp,
+  u2   parse_classfile_inner_classes_attribute(u1* inner_classes_attribute_start,
+                                               bool parsed_enclosingmethod_attribute,
+                                               u2 enclosing_method_class_index,
+                                               u2 enclosing_method_method_index,
+                                               constantPoolHandle cp,
                                                instanceKlassHandle k, TRAPS);
   void parse_classfile_attributes(constantPoolHandle cp, instanceKlassHandle k, TRAPS);
   void parse_classfile_synthetic_attribute(constantPoolHandle cp, instanceKlassHandle k, TRAPS);