hotspot/src/cpu/x86/vm/c1_Runtime1_x86.cpp
changeset 5252 58f23871a5b6
parent 5046 27e801a857cb
child 5687 b862d1f189bd
child 5547 f4b087cbb361
--- a/hotspot/src/cpu/x86/vm/c1_Runtime1_x86.cpp	Wed Apr 07 12:39:27 2010 -0700
+++ b/hotspot/src/cpu/x86/vm/c1_Runtime1_x86.cpp	Thu Apr 08 10:55:40 2010 +0200
@@ -781,7 +781,7 @@
 
   // Restore SP from BP if the exception PC is a MethodHandle call site.
   NOT_LP64(__ get_thread(thread);)
-  __ 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)