hotspot/src/share/vm/runtime/stubRoutines.cpp
changeset 10545 fec876499aae
parent 10501 5bce84af0883
child 13391 30245956af37
--- a/hotspot/src/share/vm/runtime/stubRoutines.cpp	Fri Sep 09 13:47:11 2011 -0700
+++ b/hotspot/src/share/vm/runtime/stubRoutines.cpp	Sat Sep 10 00:11:04 2011 -0700
@@ -51,8 +51,6 @@
 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;
 address StubRoutines::_throw_StackOverflowError_entry           = NULL;
 address StubRoutines::_throw_WrongMethodTypeException_entry     = NULL;