hotspot/src/share/vm/oops/klass.hpp
changeset 20017 81eba62e9048
parent 19696 bd5a0131bde1
child 22794 f1c014ad3754
--- a/hotspot/src/share/vm/oops/klass.hpp	Tue Sep 17 23:12:27 2013 +0200
+++ b/hotspot/src/share/vm/oops/klass.hpp	Fri Sep 13 22:38:02 2013 -0400
@@ -699,7 +699,8 @@
   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);