hotspot/src/share/vm/runtime/stubRoutines.cpp
changeset 10004 190e88f7edd1
parent 9102 4708a4aefb33
child 10501 5bce84af0883
--- a/hotspot/src/share/vm/runtime/stubRoutines.cpp	Wed Jun 15 10:20:03 2011 -0700
+++ b/hotspot/src/share/vm/runtime/stubRoutines.cpp	Thu Jun 16 13:46:55 2011 -0700
@@ -55,6 +55,7 @@
 address StubRoutines::_throw_NullPointerException_entry         = NULL;
 address StubRoutines::_throw_NullPointerException_at_call_entry = NULL;
 address StubRoutines::_throw_StackOverflowError_entry           = NULL;
+address StubRoutines::_throw_WrongMethodTypeException_entry     = NULL;
 address StubRoutines::_handler_for_unsafe_access_entry          = NULL;
 jint    StubRoutines::_verify_oop_count                         = 0;
 address StubRoutines::_verify_oop_subroutine_entry              = NULL;