src/hotspot/share/code/nmethod.cpp
changeset 57745 789e967c2731
parent 57603 f9d9bed12d1a
child 58226 408c445d04e8
--- 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);