diff -r 9e321dcfa5b7 -r 93767e6a2dfd src/cpu/x86/vm/stubGenerator_x86_32.cpp --- a/src/cpu/x86/vm/stubGenerator_x86_32.cpp Wed Apr 07 12:39:27 2010 -0700 +++ b/src/cpu/x86/vm/stubGenerator_x86_32.cpp Thu Apr 08 10:55:40 2010 +0200 @@ -430,7 +430,7 @@ __ verify_oop(exception_oop); // Restore SP from BP if the exception PC is a MethodHandle call site. - __ cmpl(Address(thread, JavaThread::is_method_handle_exception_offset()), 0); + __ cmpl(Address(thread, JavaThread::is_method_handle_return_offset()), 0); __ cmovptr(Assembler::notEqual, rsp, rbp); // continue at exception handler (return address removed)