Merge
authorbharadwaj
Fri, 04 Apr 2014 15:12:58 -0400
changeset 23843 9c995f1e7b73
parent 23546 35f998f35ed7 (current diff)
parent 23842 4be81d917c84 (diff)
child 23844 0c29a324ae14
Merge
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Fri Apr 04 10:24:48 2014 +0200
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Fri Apr 04 15:12:58 2014 -0400
@@ -1268,8 +1268,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);