equal
deleted
inserted
replaced
38 address StubRoutines::_call_stub_entry = NULL; |
38 address StubRoutines::_call_stub_entry = NULL; |
39 |
39 |
40 address StubRoutines::_catch_exception_entry = NULL; |
40 address StubRoutines::_catch_exception_entry = NULL; |
41 address StubRoutines::_forward_exception_entry = NULL; |
41 address StubRoutines::_forward_exception_entry = NULL; |
42 address StubRoutines::_throw_AbstractMethodError_entry = NULL; |
42 address StubRoutines::_throw_AbstractMethodError_entry = NULL; |
|
43 address StubRoutines::_throw_IncompatibleClassChangeError_entry = NULL; |
43 address StubRoutines::_throw_ArithmeticException_entry = NULL; |
44 address StubRoutines::_throw_ArithmeticException_entry = NULL; |
44 address StubRoutines::_throw_NullPointerException_entry = NULL; |
45 address StubRoutines::_throw_NullPointerException_entry = NULL; |
45 address StubRoutines::_throw_NullPointerException_at_call_entry = NULL; |
46 address StubRoutines::_throw_NullPointerException_at_call_entry = NULL; |
46 address StubRoutines::_throw_StackOverflowError_entry = NULL; |
47 address StubRoutines::_throw_StackOverflowError_entry = NULL; |
47 address StubRoutines::_handler_for_unsafe_access_entry = NULL; |
48 address StubRoutines::_handler_for_unsafe_access_entry = NULL; |