src/hotspot/cpu/sparc/c1_Runtime1_sparc.cpp
changeset 50094 2f79462aab9b
parent 50023 bdb627563075
child 50380 bec342339138
--- a/src/hotspot/cpu/sparc/c1_Runtime1_sparc.cpp	Sat May 12 17:22:56 2018 +0530
+++ b/src/hotspot/cpu/sparc/c1_Runtime1_sparc.cpp	Mon May 07 09:11:21 2018 +0200
@@ -302,7 +302,7 @@
   if (!has_argument) {
     call_offset = __ call_RT(noreg, noreg, target);
   } else {
-    call_offset = __ call_RT(noreg, noreg, target, G4);
+    call_offset = __ call_RT(noreg, noreg, target, G4, G5);
   }
   OopMapSet* oop_maps = new OopMapSet();
   oop_maps->add_gc_map(call_offset, oop_map);