From 062f0dd80391d3cd75f60d4b892d20420ce2c98d Mon Sep 17 00:00:00 2001 From: Vladimir Petko Date: Wed, 16 Oct 2024 10:41:47 +0200 Subject: [PATCH] remove declaration of _Copy_conjoint_bytes Bug: https://bugs.openjdk.org/browse/JDK-8329983 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/collectd/+bug/2058966 Last-Update: 2024-04-10 JDK-8142362 removed implementation of _Copy_conjoint_bytes but left the symbol declaration in for armhf. This causes link failure against libjvm.so. Gbp-Pq: Name jdk-8329983.patch --- 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 eb560d8f0..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.30.2