comparison src/share/vm/runtime/stubRoutines.cpp @ 3781:d83ac25d0304

7055355: JSR 292: crash while throwing WrongMethodTypeException Reviewed-by: jrose, twisti, bdelsart
author never
date Thu, 16 Jun 2011 13:46:55 -0700
parents 13bc79b5c9c8
children baf763f388e6
comparison
equal deleted inserted replaced
3759:cfcf2ba8f3eb 3781:d83ac25d0304
53 address StubRoutines::_throw_IncompatibleClassChangeError_entry = NULL; 53 address StubRoutines::_throw_IncompatibleClassChangeError_entry = NULL;
54 address StubRoutines::_throw_ArithmeticException_entry = NULL; 54 address StubRoutines::_throw_ArithmeticException_entry = NULL;
55 address StubRoutines::_throw_NullPointerException_entry = NULL; 55 address StubRoutines::_throw_NullPointerException_entry = NULL;
56 address StubRoutines::_throw_NullPointerException_at_call_entry = NULL; 56 address StubRoutines::_throw_NullPointerException_at_call_entry = NULL;
57 address StubRoutines::_throw_StackOverflowError_entry = NULL; 57 address StubRoutines::_throw_StackOverflowError_entry = NULL;
58 address StubRoutines::_throw_WrongMethodTypeException_entry = NULL;
58 address StubRoutines::_handler_for_unsafe_access_entry = NULL; 59 address StubRoutines::_handler_for_unsafe_access_entry = NULL;
59 jint StubRoutines::_verify_oop_count = 0; 60 jint StubRoutines::_verify_oop_count = 0;
60 address StubRoutines::_verify_oop_subroutine_entry = NULL; 61 address StubRoutines::_verify_oop_subroutine_entry = NULL;
61 address StubRoutines::_atomic_xchg_entry = NULL; 62 address StubRoutines::_atomic_xchg_entry = NULL;
62 address StubRoutines::_atomic_xchg_ptr_entry = NULL; 63 address StubRoutines::_atomic_xchg_ptr_entry = NULL;