8156066: Backout JDK-8153892

Reviewed-by: coleenp, mikael
This commit is contained in:
Christian Tornqvist 2016-05-04 15:32:26 -04:00
parent 094416e1ec
commit 06e3a5cb60
17 changed files with 233 additions and 54 deletions

View file

@ -55,6 +55,7 @@ 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;