changeset 22524:ce7078904238

[SPARC] Use st_ptr to store JavaThread::jvmci_implicit_exception_pc
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Fri, 04 Sep 2015 19:22:19 +0200
parents 67ffe0bc3dc6
children d77654050ba4
files src/cpu/sparc/vm/sharedRuntime_sparc.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/sparc/vm/sharedRuntime_sparc.cpp	Fri Sep 04 17:17:02 2015 +0200
+++ b/src/cpu/sparc/vm/sharedRuntime_sparc.cpp	Fri Sep 04 19:22:19 2015 +0200
@@ -3542,7 +3542,7 @@
   masm->block_comment("BEGIN implicit_exception_uncommon_trap");
   int implicit_exception_uncommon_trap_offset = __ offset() - start;
   __ ld_ptr(G2_thread, in_bytes(JavaThread::jvmci_implicit_exception_pc_offset()), O7);
-  __ st(G0, Address(G2_thread, in_bytes(JavaThread::jvmci_implicit_exception_pc_offset())));
+  __ st_ptr(G0, Address(G2_thread, in_bytes(JavaThread::jvmci_implicit_exception_pc_offset())));
   __ add(O7, -8, O7);
 
   int uncommon_trap_offset = __ offset() - start;