Skip to content
Closed
2 changes: 1 addition & 1 deletion make/hotspot/lib/CompileJvm.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ $(call FillFindCache, $(JVM_SRC_DIRS))
LIBJVM_STATIC_EXCLUDE_OBJS := operator_new.o

ifeq ($(call isTargetOs, windows), true)
WIN_EXPORT_FILE := $(JVM_OUTPUTDIR)/win-exports.txt
WIN_EXPORT_FILE := $(JVM_OUTPUTDIR)/win-exports.def

JVM_LDFLAGS += -def:$(WIN_EXPORT_FILE)
endif
Expand Down
3 changes: 0 additions & 3 deletions src/hotspot/os_cpu/linux_arm/linux_arm_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
.globl SpinPause
.hidden SpinPause
.type SpinPause, %function
.globl _Copy_conjoint_bytes
.hidden _Copy_conjoint_bytes
.type _Copy_conjoint_bytes, %function
.globl _Copy_arrayof_conjoint_bytes
.hidden _Copy_arrayof_conjoint_bytes
.type _Copy_arrayof_conjoint_bytes, %function
Expand Down