src/share/vm/oops/klass.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/oops/klass.hpp	Wed Sep  4 10:22:29 2013
--- new/src/share/vm/oops/klass.hpp	Wed Sep  4 10:22:29 2013

*** 697,707 **** --- 697,708 ---- // Verification virtual void verify_on(outputStream* st, bool check_dictionary); void verify(bool check_dictionary = true) { verify_on(tty, check_dictionary); } #ifndef PRODUCT ! void verify_vtable_index(int index); ! bool verify_vtable_index(int index); + bool verify_itable_index(int index); #endif virtual void oop_verify_on(oop obj, outputStream* st); static bool is_null(narrowKlass obj);

src/share/vm/oops/klass.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File