8139386: JVMCI test failed with assert(_jvmci._alternate_call_target == 0L) failed: must be
authortwisti
Wed, 14 Oct 2015 12:29:18 -1000
changeset 33179 50fdbbef9e76
parent 33178 f77a432b90f6
child 33181 ea9cb42aa6eb
child 33185 39347c44159e
8139386: JVMCI test failed with assert(_jvmci._alternate_call_target == 0L) failed: must be Reviewed-by: kvn
hotspot/src/cpu/sparc/vm/sharedRuntime_sparc.cpp
--- a/hotspot/src/cpu/sparc/vm/sharedRuntime_sparc.cpp	Wed Oct 14 09:22:21 2015 -1000
+++ b/hotspot/src/cpu/sparc/vm/sharedRuntime_sparc.cpp	Wed Oct 14 12:29:18 2015 -1000
@@ -1001,7 +1001,7 @@
     __ delayed()->nop();
 
     __ ld_ptr(G2_thread, in_bytes(JavaThread::jvmci_alternate_call_target_offset()), G3);
-    __ st(G0, Address(G2_thread, in_bytes(JavaThread::jvmci_alternate_call_target_offset())));
+    __ st_ptr(G0, Address(G2_thread, in_bytes(JavaThread::jvmci_alternate_call_target_offset())));
 
     __ bind(no_alternative_target);
   }