src/cpu/sparc/vm/sharedRuntime_sparc.cpp

changeset 5923
e504cd481ec0
parent 5283
46c544b8fbfc
child 6096
e2509677809c
child 6472
2b8e28fdf503
     1.1 --- a/src/cpu/sparc/vm/sharedRuntime_sparc.cpp	Sun Oct 13 13:22:24 2013 -0700
     1.2 +++ b/src/cpu/sparc/vm/sharedRuntime_sparc.cpp	Mon Oct 14 19:30:05 2013 -0700
     1.3 @@ -3581,6 +3581,7 @@
     1.4    // the pending exception will be picked up the interpreter.
     1.5    __ ld_ptr(G2_thread, in_bytes(JavaThread::exception_oop_offset()), Oexception);
     1.6    __ st_ptr(G0, G2_thread, in_bytes(JavaThread::exception_oop_offset()));
     1.7 +  __ st_ptr(G0, G2_thread, in_bytes(JavaThread::exception_pc_offset()));
     1.8    __ bind(noException);
     1.9  
    1.10    // deallocate the deoptimization frame taking care to preserve the return values

mercurial