src/cpu/x86/vm/stubGenerator_x86_32.cpp

changeset 1803
93767e6a2dfd
parent 1800
6476042f815c
child 1861
2338d41fbd81
     1.1 --- a/src/cpu/x86/vm/stubGenerator_x86_32.cpp	Wed Apr 07 12:39:27 2010 -0700
     1.2 +++ b/src/cpu/x86/vm/stubGenerator_x86_32.cpp	Thu Apr 08 10:55:40 2010 +0200
     1.3 @@ -430,7 +430,7 @@
     1.4      __ verify_oop(exception_oop);
     1.5  
     1.6      // Restore SP from BP if the exception PC is a MethodHandle call site.
     1.7 -    __ cmpl(Address(thread, JavaThread::is_method_handle_exception_offset()), 0);
     1.8 +    __ cmpl(Address(thread, JavaThread::is_method_handle_return_offset()), 0);
     1.9      __ cmovptr(Assembler::notEqual, rsp, rbp);
    1.10  
    1.11      // continue at exception handler (return address removed)

mercurial