src/share/vm/opto/library_call.cpp

changeset 4920
3d641132f83b
parent 4617
c59b7900a2bd
child 4921
124ca22437b1
equal deleted inserted replaced
4748:4f7380dca47e 4920:3d641132f83b
4003 ik == env()->find_system_klass(ik->name())) { 4003 ik == env()->find_system_klass(ik->name())) {
4004 return true; 4004 return true;
4005 } 4005 }
4006 } 4006 }
4007 } 4007 }
4008 else if (method->is_method_handle_intrinsic() || 4008
4009 method->is_compiled_lambda_form()) { 4009 if (method->is_method_handle_intrinsic() ||
4010 method->is_compiled_lambda_form()) {
4010 // This is an internal adapter frame from the MethodHandleCompiler -- skip it 4011 // This is an internal adapter frame from the MethodHandleCompiler -- skip it
4011 return true; 4012 return true;
4012 } 4013 }
4013 4014
4014 return false; 4015 return false;

mercurial