diff -r f1879f6d7e63 -r ff9ac612c723 hotspot/src/share/vm/runtime/stubRoutines.cpp --- a/hotspot/src/share/vm/runtime/stubRoutines.cpp Wed May 04 17:47:05 2016 +0300 +++ b/hotspot/src/share/vm/runtime/stubRoutines.cpp Wed May 04 15:32:26 2016 -0400 @@ -55,6 +55,7 @@ address StubRoutines::_throw_NullPointerException_at_call_entry = NULL; address StubRoutines::_throw_StackOverflowError_entry = NULL; address StubRoutines::_throw_delayed_StackOverflowError_entry = NULL; +address StubRoutines::_handler_for_unsafe_access_entry = NULL; jint StubRoutines::_verify_oop_count = 0; address StubRoutines::_verify_oop_subroutine_entry = NULL; address StubRoutines::_atomic_xchg_entry = NULL;