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	Fri May 29 13:57:38 2015
--- new/src/share/vm/c1/c1_GraphBuilder.cpp	Fri May 29 13:57:37 2015

*** 4062,4072 **** --- 4062,4072 ---- // pop MemberName argument const int args_base = state()->stack_size() - callee->arg_size(); ValueType* type = apop()->type(); if (type->is_constant()) { ciMethod* target = type->as_ObjectType()->constant_value()->as_member_name()->get_vmtarget(); ! // If the target is another method handle invoke try recursivly to get ! // If the target is another method handle invoke, try to recursively get // a better target. if (target->is_method_handle_intrinsic()) { if (try_method_handle_inline(target)) { return true; }

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