src/share/vm/classfile/classFileParser.hpp

changeset 2268
3b2dea75431e
parent 2264
d2e35ffae982
child 2314
f95d63e2154a
     1.1 --- a/src/share/vm/classfile/classFileParser.hpp	Sat Oct 30 12:19:07 2010 -0700
     1.2 +++ b/src/share/vm/classfile/classFileParser.hpp	Sat Oct 30 13:08:23 2010 -0700
     1.3 @@ -56,6 +56,9 @@
     1.4  
     1.5    constantPoolHandle parse_constant_pool(TRAPS);
     1.6  
     1.7 +  static int start_operand_group(GrowableArray<int>* &operands, int op_count, TRAPS);
     1.8 +  static void store_operand_array(GrowableArray<int>* operands, constantPoolHandle cp, TRAPS);
     1.9 +
    1.10    // Interface parsing
    1.11    objArrayHandle parse_interfaces(constantPoolHandle cp,
    1.12                                    int length,

mercurial