src/hotspot/share/code/compiledMethod.cpp
changeset 48557 2e867226b914
parent 48007 ab3959df2115
child 48955 e22914003cf0
--- a/src/hotspot/share/code/compiledMethod.cpp	Thu May 25 15:39:32 2017 -0400
+++ b/src/hotspot/share/code/compiledMethod.cpp	Fri May 26 18:39:27 2017 +0300
@@ -404,8 +404,7 @@
     // yet be marked below. (We check this further below).
     CompiledICHolder* cichk_oop = ic->cached_icholder();
 
-    if (cichk_oop->holder_method()->method_holder()->is_loader_alive(is_alive) &&
-        cichk_oop->holder_klass()->is_loader_alive(is_alive)) {
+    if (cichk_oop->is_loader_alive(is_alive)) {
       return;
     }
   } else {