comparison 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
comparison
equal deleted inserted replaced
3936:2c24ef16533d 3937:c565834fb592
213 // non-core builds and need to be relocatable, so they each 213 // non-core builds and need to be relocatable, so they each
214 // fabricate a RuntimeStub internally. 214 // fabricate a RuntimeStub internally.
215 StubRoutines::_throw_AbstractMethodError_entry = 215 StubRoutines::_throw_AbstractMethodError_entry =
216 ShouldNotCallThisStub(); 216 ShouldNotCallThisStub();
217 217
218 StubRoutines::_throw_ArithmeticException_entry =
219 ShouldNotCallThisStub();
220
221 StubRoutines::_throw_NullPointerException_entry =
222 ShouldNotCallThisStub();
223
224 StubRoutines::_throw_NullPointerException_at_call_entry = 218 StubRoutines::_throw_NullPointerException_at_call_entry =
225 ShouldNotCallThisStub(); 219 ShouldNotCallThisStub();
226 220
227 StubRoutines::_throw_StackOverflowError_entry = 221 StubRoutines::_throw_StackOverflowError_entry =
228 ShouldNotCallThisStub(); 222 ShouldNotCallThisStub();