hotspot/src/share/vm/runtime/stubRoutines.cpp
changeset 10545 fec876499aae
parent 10501 5bce84af0883
child 13391 30245956af37
equal deleted inserted replaced
10544:e323817a5fe0 10545:fec876499aae
    49 
    49 
    50 address StubRoutines::_catch_exception_entry                    = NULL;
    50 address StubRoutines::_catch_exception_entry                    = NULL;
    51 address StubRoutines::_forward_exception_entry                  = NULL;
    51 address StubRoutines::_forward_exception_entry                  = NULL;
    52 address StubRoutines::_throw_AbstractMethodError_entry          = NULL;
    52 address StubRoutines::_throw_AbstractMethodError_entry          = NULL;
    53 address StubRoutines::_throw_IncompatibleClassChangeError_entry = NULL;
    53 address StubRoutines::_throw_IncompatibleClassChangeError_entry = NULL;
    54 address StubRoutines::_throw_ArithmeticException_entry          = NULL;
       
    55 address StubRoutines::_throw_NullPointerException_entry         = NULL;
       
    56 address StubRoutines::_throw_NullPointerException_at_call_entry = NULL;
    54 address StubRoutines::_throw_NullPointerException_at_call_entry = NULL;
    57 address StubRoutines::_throw_StackOverflowError_entry           = NULL;
    55 address StubRoutines::_throw_StackOverflowError_entry           = NULL;
    58 address StubRoutines::_throw_WrongMethodTypeException_entry     = NULL;
    56 address StubRoutines::_throw_WrongMethodTypeException_entry     = NULL;
    59 address StubRoutines::_handler_for_unsafe_access_entry          = NULL;
    57 address StubRoutines::_handler_for_unsafe_access_entry          = NULL;
    60 jint    StubRoutines::_verify_oop_count                         = 0;
    58 jint    StubRoutines::_verify_oop_count                         = 0;