diff src/share/vm/oops/klass.hpp @ 12264:b2e698d2276c

8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation Summary: Enhance method resolution and resulting data structures, plus some refactoring. Reviewed-by: twisti, acorn, jrose
author drchase
date Fri, 13 Sep 2013 22:38:02 -0400
parents 9758d9f36299
children cefad50507d8 48314d596a04 096a7e12d63f
line wrap: on
line diff
--- a/src/share/vm/oops/klass.hpp	Tue Sep 17 23:12:27 2013 +0200
+++ b/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);