diff -r 6717d7e59db4 -r 789e967c2731 src/hotspot/share/code/nmethod.cpp --- a/src/hotspot/share/code/nmethod.cpp Wed Aug 14 11:14:54 2019 +0100 +++ b/src/hotspot/share/code/nmethod.cpp Wed Aug 14 10:07:00 2019 -0400 @@ -2268,7 +2268,6 @@ if (!is_not_installed()) { if (CompiledICLocker::is_safe(this)) { CompiledIC_at(this, call_site); - CHECK_UNHANDLED_OOPS_ONLY(Thread::current()->clear_unhandled_oops()); } else { CompiledICLocker ml_verify(this); CompiledIC_at(this, call_site);