diff src/cpu/zero/vm/stubGenerator_zero.cpp @ 3937:c565834fb592

7088020: SEGV in JNIHandleBlock::release_block Reviewed-by: kvn, twisti
author never
date Sat, 10 Sep 2011 00:11:04 -0700
parents f95d63e2154a
children f08d439fab8c
line wrap: on
line diff
--- a/src/cpu/zero/vm/stubGenerator_zero.cpp	Fri Sep 09 13:47:11 2011 -0700
+++ b/src/cpu/zero/vm/stubGenerator_zero.cpp	Sat Sep 10 00:11:04 2011 -0700
@@ -215,12 +215,6 @@
     StubRoutines::_throw_AbstractMethodError_entry =
       ShouldNotCallThisStub();
 
-    StubRoutines::_throw_ArithmeticException_entry =
-      ShouldNotCallThisStub();
-
-    StubRoutines::_throw_NullPointerException_entry =
-      ShouldNotCallThisStub();
-
     StubRoutines::_throw_NullPointerException_at_call_entry =
       ShouldNotCallThisStub();