diff src/share/vm/runtime/stubRoutines.cpp @ 3464:be4ca325525a

Merge.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 27 Jul 2011 17:32:44 -0700
parents 38fa55e5e792
children baf763f388e6
line wrap: on
line diff
--- a/src/share/vm/runtime/stubRoutines.cpp	Wed Jul 27 17:24:11 2011 -0700
+++ b/src/share/vm/runtime/stubRoutines.cpp	Wed Jul 27 17:32:44 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;