src/hotspot/cpu/arm/stubGenerator_arm.cpp
branchepsilon-gc-branch
changeset 56508 f67f588ebf15
parent 56422 b09629f4b243
parent 49950 7b916885654d
child 56578 e8414c8ead61
--- a/src/hotspot/cpu/arm/stubGenerator_arm.cpp	Thu Apr 26 19:32:01 2018 +0200
+++ b/src/hotspot/cpu/arm/stubGenerator_arm.cpp	Thu May 03 09:43:47 2018 +0200
@@ -3260,7 +3260,7 @@
     __ align(OptoLoopAlignment);
     __ BIND(store_element);
     if (UseCompressedOops) {
-      __ store_heap_oop(R5, Address(to, BytesPerHeapOop, post_indexed));  // store the oop, changes flags
+      __ store_heap_oop(Address(to, BytesPerHeapOop, post_indexed), R5);  // store the oop, changes flags
       __ subs_32(count,count,1);
     } else {
       __ subs_32(count,count,1);