8026376: assert(false) failed: DEBUG MESSAGE: exception pc already set

Mon, 14 Oct 2013 19:30:05 -0700

author
twisti
date
Mon, 14 Oct 2013 19:30:05 -0700
changeset 5923
e504cd481ec0
parent 5922
f50418dfb1b7
child 5924
8df6f123d35e
child 5925
f91a9a696e5e

8026376: assert(false) failed: DEBUG MESSAGE: exception pc already set
Reviewed-by: kvn

src/cpu/sparc/vm/sharedRuntime_sparc.cpp file | annotate | diff | comparison | revisions
     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