8156088: Reintegrate 8153892: Handle unsafe access error directly in signal handler instead of going through a stub

Reviewed-by: stuefe, dholmes
This commit is contained in:
Mikael Vidstedt 2016-05-06 13:00:21 -07:00
parent 4247e12f6b
commit 0588e8953c
17 changed files with 54 additions and 233 deletions

View file

@ -55,7 +55,6 @@ address StubRoutines::_throw_IncompatibleClassChangeError_entry = NULL;
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;