hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 23996 ff0a26a7ba8d
parent 23995 fc58ec725daf
parent 23873 dc33274a6248
child 24023 965f85aeb674
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Fri Apr 11 20:02:37 2014 +0000
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Mon Apr 14 10:43:04 2014 +0200
@@ -1261,8 +1261,6 @@
       }
 #endif
       if (is_virtual) {
-        nmethod* nm = callee_nm;
-        if (nm == NULL) CodeCache::find_blob(caller_frame.pc());
         CompiledIC* inline_cache = CompiledIC_before(caller_nm, caller_frame.pc());
         if (inline_cache->is_clean()) {
           inline_cache->set_to_monomorphic(virtual_call_info);