< prev index next >

src/share/vm/oops/klassVtable.cpp

Print this page

        

*** 1329,1339 **** // 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); return itable_size; } --- 1329,1339 ---- // 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 * wordSize); return itable_size; }
< prev index next >