hotspot/src/share/vm/classfile/classFileParser.hpp
changeset 11412 62fe312f32c5
parent 10546 e79347eebbc5
child 12263 d20640f4f8fe
child 12231 6a9cfc59a18a
--- a/hotspot/src/share/vm/classfile/classFileParser.hpp	Tue Dec 20 12:33:05 2011 +0100
+++ b/hotspot/src/share/vm/classfile/classFileParser.hpp	Wed Dec 28 12:15:57 2011 -0500
@@ -91,7 +91,7 @@
                                constantPoolHandle cp, bool is_interface,
                                FieldAllocationCount *fac,
                                objArrayHandle* fields_annotations,
-                               int* java_fields_count_ptr, TRAPS);
+                               u2* java_fields_count_ptr, TRAPS);
 
   // Method parsing
   methodHandle parse_method(constantPoolHandle cp, bool is_interface,