diff src/share/vm/memory/oopFactory.hpp @ 939:9eebd3ac74cf

6845368: large objects cause a crash or unexpected exception Reviewed-by: jmasa, iveresov
author jcoomes
date Thu, 13 Aug 2009 16:22:45 -0700
parents b37c246bf7ce
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/memory/oopFactory.hpp	Tue Aug 11 15:37:23 2009 -0700
+++ b/src/share/vm/memory/oopFactory.hpp	Thu Aug 13 16:22:45 2009 -0700
@@ -89,8 +89,10 @@
                                                     TRAPS);
 
   // Instance classes
-  static klassOop        new_instanceKlass(int vtable_len, int itable_len, int static_field_size,
-                                           int nonstatic_oop_map_count, ReferenceType rt, TRAPS);
+  static klassOop        new_instanceKlass(int vtable_len, int itable_len,
+                                           int static_field_size,
+                                           unsigned int nonstatic_oop_map_count,
+                                           ReferenceType rt, TRAPS);
 
   // Methods
 private: