hotspot/src/share/vm/interpreter/templateInterpreterGenerator.hpp
changeset 10004 190e88f7edd1
parent 8921 14bfe81f2a9d
child 21198 dd647e8d1d72
--- a/hotspot/src/share/vm/interpreter/templateInterpreterGenerator.hpp	Wed Jun 15 10:20:03 2011 -0700
+++ b/hotspot/src/share/vm/interpreter/templateInterpreterGenerator.hpp	Thu Jun 16 13:46:55 2011 -0700
@@ -51,7 +51,6 @@
   }
   address generate_exception_handler_common(const char* name, const char* message, bool pass_oop);
   address generate_ClassCastException_handler();
-  address generate_WrongMethodType_handler();
   address generate_ArrayIndexOutOfBounds_handler(const char* name);
   address generate_continuation_for(TosState state);
   address generate_return_entry_for(TosState state, int step);