[OpenJDK 2D-Dev] RFR : 8034227: JDK9 Windows build failure in libdcpr

Jennifer Godinez jennifer.godinez at oracle.com
Tue Feb 11 20:35:20 UTC 2014


Looks good.

- Jennifer
On 02/11/2014 12:36 PM, Phil Race wrote:
> The closed source library dcpr (ductus) needs to reference a JNU function
> So an update is needed to a build file :
>
> This needs a quick review as I (ahem) pushed the closed part but
> not this ... not of relevance to open source users but on windows
> the closed sources won't build without this change.
> Other platforms don't need this since it seems they all get this lib 
> anyway
>
> -phil.
>
> 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) \




More information about the 2d-dev mailing list