< prev index next >

src/share/vm/oops/klassVtable.cpp

Print this page

        

@@ -1329,11 +1329,11 @@
 
   // There's alway an extra itable entry so we can null-terminate it.
   int itable_size = calc_itable_size(cic.nof_interfaces() + 1, cic.nof_methods());
 
   // Statistics
-  update_stats(itable_size * HeapWordSize);
+  update_stats(itable_size * wordSize);
 
   return itable_size;
 }
 
 
< prev index next >