src/share/vm/c1/c1_GraphBuilder.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/c1/c1_GraphBuilder.cpp	Wed Jun 18 14:51:48 2014
--- new/src/share/vm/c1/c1_GraphBuilder.cpp	Wed Jun 18 14:51:48 2014

*** 1995,2005 **** --- 1995,2005 ---- // The UseInlineCaches only controls dispatch to invokevirtuals for // loaded classes which we weren't able to statically bind. if (!UseInlineCaches && is_loaded && code == Bytecodes::_invokevirtual && !target->can_be_statically_bound()) { // Find a vtable index if one is available - vtable_index = target->resolve_vtable_index(calling_klass, callee_holder); } #endif if (recv != NULL && (code == Bytecodes::_invokespecial ||

src/share/vm/c1/c1_GraphBuilder.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File