Subject: [PATCH] fix arm32 build fail: undefined reference
 _Copy_conjoint_bytes

---
 src/hotspot/os_cpu/linux_arm/linux_arm_32.S | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/hotspot/os_cpu/linux_arm/linux_arm_32.S b/src/hotspot/os_cpu/linux_arm/linux_arm_32.S
index aa839a1e3..cfac173b1 100644
--- a/src/hotspot/os_cpu/linux_arm/linux_arm_32.S
+++ b/src/hotspot/os_cpu/linux_arm/linux_arm_32.S
@@ -28,8 +28,6 @@
 	# point or use it in the same manner as does the server
 	# compiler.
 
-        .globl _Copy_conjoint_bytes
-        .type _Copy_conjoint_bytes, %function
         .globl _Copy_arrayof_conjoint_bytes
 	.type _Copy_arrayof_conjoint_bytes, %function
 	.globl _Copy_disjoint_words
-- 
2.34.1