hotspot/src/share/vm/runtime/stubRoutines.cpp
changeset 219 ac2d788217ca
parent 189 4248c8e21063
child 4645 0c5f5b94e93a
--- 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;