changeset 23873 | dc33274a6248 |
parent 23865 | ba4aeedb2a9f |
parent 23842 | 4be81d917c84 |
child 24018 | 77b156916bab |
child 23996 | ff0a26a7ba8d |
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp Tue Apr 08 13:58:38 2014 -0400 +++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp Fri Apr 11 13:04:59 2014 +0200 @@ -1262,8 +1262,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);