--- old/src/share/vm/c1/c1_GraphBuilder.cpp 2015-05-29 13:57:38.041083214 +0200 +++ new/src/share/vm/c1/c1_GraphBuilder.cpp 2015-05-29 13:57:37.789083225 +0200 @@ -4064,7 +4064,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)) {