--- a/hotspot/src/share/vm/runtime/stubRoutines.cpp Tue Mar 11 14:19:53 2008 -0700
+++ b/hotspot/src/share/vm/runtime/stubRoutines.cpp Thu Mar 13 05:40:44 2008 -0700
@@ -40,6 +40,7 @@
address StubRoutines::_catch_exception_entry = NULL;
address StubRoutines::_forward_exception_entry = NULL;
address StubRoutines::_throw_AbstractMethodError_entry = NULL;
+address StubRoutines::_throw_IncompatibleClassChangeError_entry = NULL;
address StubRoutines::_throw_ArithmeticException_entry = NULL;
address StubRoutines::_throw_NullPointerException_entry = NULL;
address StubRoutines::_throw_NullPointerException_at_call_entry = NULL;