Skip to content

Commit 2d62215

Browse files
Vladimir Petkomagicus
authored andcommitted
8331541: [i386] linking with libjvm.so fails after JDK-8283326
Reviewed-by: djelinski, ihse
1 parent 588e314 commit 2d62215

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

make/autoconf/flags-ldflags.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ AC_DEFUN([FLAGS_SETUP_LDFLAGS_HELPER],
118118
119119
# Setup LDFLAGS for linking executables
120120
if test "x$TOOLCHAIN_TYPE" = xgcc; then
121-
EXECUTABLE_LDFLAGS="$EXECUTABLE_LDFLAGS -Wl,--allow-shlib-undefined"
122121
# Enabling pie on 32 bit builds prevents the JVM from allocating a continuous
123122
# java heap.
124123
if test "x$OPENJDK_TARGET_CPU_BITS" != "x32"; then

src/hotspot/os_cpu/linux_x86/safefetch_linux_x86_32.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# 8(%esp) : default value
3737
# 4(%esp) : crash address
3838
# 0(%esp) : return pc
39-
.type _SafeFetch32_impl,@function
39+
.type SafeFetch32_impl,@function
4040
SafeFetch32_impl:
4141
movl 4(%esp),%ecx # load address from stack
4242
_SafeFetch32_fault:

0 commit comments

Comments
 (0)