Blame SOURCES/8200556-pr3566.patch

43bc7e
diff -r 214a94e9366c src/cpu/aarch64/vm/nativeInst_aarch64.cpp
43bc7e
--- openjdk/hotspot/src/cpu/aarch64/vm/nativeInst_aarch64.cpp	Mon Jul 17 12:11:32 2017 +0000
43bc7e
+++ openjdk/hotspot/src/cpu/aarch64/vm/nativeInst_aarch64.cpp	Mon Jul 24 16:23:14 2017 +0100
43bc7e
@@ -343,7 +343,7 @@
43bc7e
   CodeBuffer cb(code_pos, instruction_size);
43bc7e
   MacroAssembler a(&cb;;
43bc7e
 
43bc7e
-  a.mov(rscratch1, entry);
43bc7e
+  a.movptr(rscratch1, (uintptr_t)entry);
43bc7e
   a.br(rscratch1);
43bc7e
 
43bc7e
   ICache::invalidate_range(code_pos, instruction_size);
43bc7e
43bc7e