--- old/src/cpu/x86/vm/templateInterpreter_x86_64.cpp 2011-03-30 07:00:11.394347706 -0700 +++ new/src/cpu/x86/vm/templateInterpreter_x86_64.cpp 2011-03-30 07:00:11.207241125 -0700 @@ -1541,7 +1541,7 @@ tempcount* Interpreter::stackElementWords + popframe_extra_args; if (interpreter_frame != NULL) { #ifdef ASSERT - if (!EnableMethodHandles) + if (!EnableInvokeDynamic) // @@@ FIXME: Should we correct interpreter_frame_sender_sp in the calling sequences? // Probably, since deoptimization doesn't work yet. assert(caller->unextended_sp() == interpreter_frame->interpreter_frame_sender_sp(), "Frame not properly walkable");