[8u20]: Request for approval : 8034227: JDK9 Windows build failure in libdcpr
Phil Race
philip.race at oracle.com
Wed Feb 12 20:43:42 UTC 2014
Although there isn't a build failure in 8u, there will be one for closed
windows builds
when I backport some closed changes so I first need to push the same fix
discussed here :
http://mail.openjdk.java.net/pipermail/2d-dev/2014-February/004240.html
It looks like this -
diff -r 5ff0d5f1a97f make/lib/Awt2dLibraries.gmk
--- a/make/lib/Awt2dLibraries.gmk Tue Feb 11 10:43:15 2014 -0800
+++ b/make/lib/Awt2dLibraries.gmk Tue Feb 11 12:27:51 2014 -0800
@@ -1316,6 +1316,7 @@
LDFLAGS := $(LDFLAGS_JDKLIB) \
$(call SET_SHARED_LIBRARY_ORIGIN), \
LDFLAGS_SUFFIX := $(LIBM) $(LDFLAGS_JDKLIB_SUFFIX), \
+ LDFLAGS_SUFFIX_windows := $(WIN_JAVA_LIB), \
LDFLAGS_SUFFIX_posix := -lm, \
VERSIONINFO_RESOURCE :=
$(JDK_TOPDIR)/src/windows/resource/version.rc, \
RC_FLAGS := $(RC_FLAGS) \
-phil.
More information about the jdk8u-dev
mailing list