Skip to content

Commit 0637900

Browse files
committed
8316433: net.dll should delay load winhttp.dll
Reviewed-by: erikj, ihse
1 parent 90bcdbd commit 0637900

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make/modules/java.base/Lib.gmk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBNET, \
5252
DISABLED_WARNINGS_microsoft_ResolverConfigurationImpl.c := 4996, \
5353
LDFLAGS := $(LDFLAGS_JDKLIB) \
5454
$(call SET_SHARED_LIBRARY_ORIGIN), \
55-
LDFLAGS_windows := -delayload:secur32.dll -delayload:iphlpapi.dll, \
55+
LDFLAGS_windows := -delayload:secur32.dll -delayload:iphlpapi.dll \
56+
-delayload:winhttp.dll, \
5657
LIBS_unix := -ljvm -ljava, \
5758
LIBS_linux := $(LIBDL), \
5859
LIBS_aix := $(LIBDL),\

0 commit comments

Comments
 (0)