Skip to content

Commit 8c1a5bc

Browse files
author
Sergey Nazarkin
committed
8288719: [arm32] SafeFetch32 thumb interleaving causes random crashes
8284997: arm32 build crashes since JDK-8283326 8285675: Temporary fix for arm32 SafeFetch Reviewed-by: stuefe Backport-of: 26c03c1860c6da450b5cd6a46576c78bea682f96
1 parent 5536520 commit 8c1a5bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hotspot/os_cpu/linux_arm/safefetch_linux_arm.S

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
.globl SafeFetch32_impl
2727
.globl _SafeFetch32_fault
2828
.globl _SafeFetch32_continuation
29+
.type SafeFetch32_impl, %function
2930

3031
# Support for int SafeFetch32(int* address, int defaultval);
3132
#

0 commit comments

Comments
 (0)