diff -r 73d05e56ec86 -r f611c50b8703 hotspot/src/share/vm/runtime/stubRoutines.cpp --- a/hotspot/src/share/vm/runtime/stubRoutines.cpp Mon May 02 19:38:15 2016 -0400 +++ b/hotspot/src/share/vm/runtime/stubRoutines.cpp Tue May 03 08:12:25 2016 -0700 @@ -55,7 +55,6 @@ 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;