hotspot/src/share/vm/runtime/stubRoutines.cpp
changeset 38209 b2a58604e046
parent 38190 ff9ac612c723
child 42664 29142a56c193
equal deleted inserted replaced
38208:ff63d43b0480 38209:b2a58604e046
    53 address StubRoutines::_throw_AbstractMethodError_entry          = NULL;
    53 address StubRoutines::_throw_AbstractMethodError_entry          = NULL;
    54 address StubRoutines::_throw_IncompatibleClassChangeError_entry = NULL;
    54 address StubRoutines::_throw_IncompatibleClassChangeError_entry = NULL;
    55 address StubRoutines::_throw_NullPointerException_at_call_entry = NULL;
    55 address StubRoutines::_throw_NullPointerException_at_call_entry = NULL;
    56 address StubRoutines::_throw_StackOverflowError_entry           = NULL;
    56 address StubRoutines::_throw_StackOverflowError_entry           = NULL;
    57 address StubRoutines::_throw_delayed_StackOverflowError_entry   = NULL;
    57 address StubRoutines::_throw_delayed_StackOverflowError_entry   = NULL;
    58 address StubRoutines::_handler_for_unsafe_access_entry          = NULL;
       
    59 jint    StubRoutines::_verify_oop_count                         = 0;
    58 jint    StubRoutines::_verify_oop_count                         = 0;
    60 address StubRoutines::_verify_oop_subroutine_entry              = NULL;
    59 address StubRoutines::_verify_oop_subroutine_entry              = NULL;
    61 address StubRoutines::_atomic_xchg_entry                        = NULL;
    60 address StubRoutines::_atomic_xchg_entry                        = NULL;
    62 address StubRoutines::_atomic_xchg_ptr_entry                    = NULL;
    61 address StubRoutines::_atomic_xchg_ptr_entry                    = NULL;
    63 address StubRoutines::_atomic_store_entry                       = NULL;
    62 address StubRoutines::_atomic_store_entry                       = NULL;