hotspot/src/share/vm/classfile/classFileParser.hpp
changeset 7114 65d21c4c6337
parent 7110 e36cfdaf744a
child 7397 5b173b4ca846
--- a/hotspot/src/share/vm/classfile/classFileParser.hpp	Sat Oct 30 12:19:07 2010 -0700
+++ b/hotspot/src/share/vm/classfile/classFileParser.hpp	Sat Oct 30 13:08:23 2010 -0700
@@ -56,6 +56,9 @@
 
   constantPoolHandle parse_constant_pool(TRAPS);
 
+  static int start_operand_group(GrowableArray<int>* &operands, int op_count, TRAPS);
+  static void store_operand_array(GrowableArray<int>* operands, constantPoolHandle cp, TRAPS);
+
   // Interface parsing
   objArrayHandle parse_interfaces(constantPoolHandle cp,
                                   int length,