diff -r ecca632210ef -r b92a97e1e9cb hotspot/src/share/vm/c1/c1_GraphBuilder.cpp --- a/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp Wed Apr 22 19:10:03 2015 +0300 +++ b/hotspot/src/share/vm/c1/c1_GraphBuilder.cpp Mon Apr 27 10:49:43 2015 +0200 @@ -4083,7 +4083,7 @@ 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)) {