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	Mon Aug 19 07:39:06 2013
--- new/src/share/vm/oops/klass.hpp	Mon Aug 19 07:39:06 2013

*** 696,706 **** --- 696,707 ---- // 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); private:

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