diff src/share/vm/memory/oopFactory.hpp @ 938:b37c246bf7ce

6861660: OopMapBlock count/size confusion Reviewed-by: tonyp, iveresov
author jcoomes
date Tue, 11 Aug 2009 15:37:23 -0700
parents 0fbdb4381b99
children 9eebd3ac74cf
line wrap: on
line diff
--- a/src/share/vm/memory/oopFactory.hpp	Mon Aug 24 13:52:42 2009 -0700
+++ b/src/share/vm/memory/oopFactory.hpp	Tue Aug 11 15:37:23 2009 -0700
@@ -90,7 +90,7 @@
 
   // Instance classes
   static klassOop        new_instanceKlass(int vtable_len, int itable_len, int static_field_size,
-                                           int nonstatic_oop_map_size, ReferenceType rt, TRAPS);
+                                           int nonstatic_oop_map_count, ReferenceType rt, TRAPS);
 
   // Methods
 private: