--- old/src/cpu/x86/vm/templateInterpreter_x86_32.cpp 2011-03-30 07:00:10.386727109 -0700 +++ new/src/cpu/x86/vm/templateInterpreter_x86_32.cpp 2011-03-30 07:00:10.179923001 -0700 @@ -1527,7 +1527,7 @@ 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");