comparison src/share/vm/runtime/stubRoutines.cpp @ 16:f8236e79048a

6664627: Merge changes made only in hotspot 11 forward to jdk 7 Reviewed-by: jcoomes
author dcubed
date Wed, 05 Dec 2007 09:00:00 -0800
parents a61af66fc99e
children ddb7834449d0
comparison
equal deleted inserted replaced
1:92489cdc94d1 16:f8236e79048a
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;