--- old/src/share/vm/c1/c1_LIR.hpp 2013-08-21 16:07:21.029469925 +0200 +++ new/src/share/vm/c1/c1_LIR.hpp 2013-08-21 16:07:20.617092757 +0200 @@ -1211,8 +1211,6 @@ bool is_invokedynamic() const { return code() == lir_dynamic_call; } bool is_method_handle_invoke() const { return - is_invokedynamic() // An invokedynamic is always a MethodHandle call site. - || method()->is_compiled_lambda_form() // Java-generated adapter || method()->is_method_handle_intrinsic(); // JVM-generated MH intrinsic