8026376: assert(false) failed: DEBUG MESSAGE: exception pc already set
authortwisti
Mon, 14 Oct 2013 19:30:05 -0700
changeset 20711 e1563e3652c1
parent 20710 550442bd8ffc
child 20712 a06e1f01fb6e
child 20713 9cd6eb694494
8026376: assert(false) failed: DEBUG MESSAGE: exception pc already set Reviewed-by: kvn
hotspot/src/cpu/sparc/vm/sharedRuntime_sparc.cpp
--- a/hotspot/src/cpu/sparc/vm/sharedRuntime_sparc.cpp	Sun Oct 13 13:22:24 2013 -0700
+++ b/hotspot/src/cpu/sparc/vm/sharedRuntime_sparc.cpp	Mon Oct 14 19:30:05 2013 -0700
@@ -3581,6 +3581,7 @@
   // the pending exception will be picked up the interpreter.
   __ ld_ptr(G2_thread, in_bytes(JavaThread::exception_oop_offset()), Oexception);
   __ st_ptr(G0, G2_thread, in_bytes(JavaThread::exception_oop_offset()));
+  __ st_ptr(G0, G2_thread, in_bytes(JavaThread::exception_pc_offset()));
   __ bind(noException);
 
   // deallocate the deoptimization frame taking care to preserve the return values