--- old/src/share/vm/c1/c1_LIR.hpp 2015-05-29 13:57:38.029083214 +0200 +++ new/src/share/vm/c1/c1_LIR.hpp 2015-05-29 13:57:37.713083229 +0200 @@ -1216,10 +1216,8 @@ // JSR 292 support. bool is_invokedynamic() const { return code() == lir_dynamic_call; } bool is_method_handle_invoke() const { - return - method()->is_compiled_lambda_form() // Java-generated adapter - || - method()->is_method_handle_intrinsic(); // JVM-generated MH intrinsic + return method()->is_compiled_lambda_form() || // Java-generated lambda form + method()->is_method_handle_intrinsic(); // JVM-generated MH intrinsic } intptr_t vtable_offset() const {