src/cpu/x86/vm/templateInterpreter_x86_32.cpp

changeset 2698
38fea01eb669
parent 2552
638119ce7cfd
child 2784
92add02409c9
     1.1 --- a/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Thu Mar 31 00:27:08 2011 -0700
     1.2 +++ b/src/cpu/x86/vm/templateInterpreter_x86_32.cpp	Thu Mar 31 02:31:57 2011 -0700
     1.3 @@ -1527,7 +1527,7 @@
     1.4  
     1.5    if (interpreter_frame != NULL) {
     1.6  #ifdef ASSERT
     1.7 -    if (!EnableMethodHandles)
     1.8 +    if (!EnableInvokeDynamic)
     1.9        // @@@ FIXME: Should we correct interpreter_frame_sender_sp in the calling sequences?
    1.10        // Probably, since deoptimization doesn't work yet.
    1.11        assert(caller->unextended_sp() == interpreter_frame->interpreter_frame_sender_sp(), "Frame not properly walkable");

mercurial