8024769: Remove unused code in sharedRuntime.cpp
authoranoll
Fri, 04 Apr 2014 10:22:35 +0200
changeset 23842 4be81d917c84
parent 23533 a7cf918e5584
child 23843 9c995f1e7b73
8024769: Remove unused code in sharedRuntime.cpp Summary: Removed unnecessary code Reviewed-by: kvn, coleenp Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
hotspot/src/share/vm/runtime/sharedRuntime.cpp
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Wed Apr 02 13:37:45 2014 -0700
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Fri Apr 04 10:22:35 2014 +0200
@@ -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);