[PATCH] macosx build fix

Andrew Hughes gnu.andrew at redhat.com
Wed Aug 26 14:56:50 UTC 2015


----- Original Message -----
> Hi,
> 
> jdk7 build is currently broken on Mac, this patch fixes it:
> 
> diff -r 334ea703b2f0 make/sun/lwawt/FILES_export_macosx.gmk
> --- a/make/sun/lwawt/FILES_export_macosx.gmk	Sat Aug 22 01:24:45 2015 +0100
> +++ b/make/sun/lwawt/FILES_export_macosx.gmk	Mon Aug 24 18:53:41 2015 +0300
> @@ -156,7 +156,7 @@
>           sun/lwawt/macosx/LWCToolkit.java \
>           sun/lwawt/macosx/CInputMethod.java \
>           sun/lwawt/macosx/CInputMethodDescriptor.java \
> -        sun/lwawt/macosx/event/NSEvent.java \
> +        sun/lwawt/macosx/NSEvent.java \
>           \
>           sun/awt/DebugSettings.java \
>           sun/awt/EmbeddedFrame.java \
> 
> Please let me know if JBS issue or any other follow-up is required from me.
> 
> --
> -Alex
> 

This needs an OpenJDK bug ID, then you're ok to push it to the 7u tree.
List me as the reviewer.

Thanks,
-- 
Andrew :)

Senior Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

PGP Key: ed25519/35964222 (hkp://keys.gnupg.net)
Fingerprint = 5132 579D D154 0ED2 3E04  C5A0 CFDA 0F9B 3596 4222

PGP Key: rsa4096/248BDC07 (hkp://keys.gnupg.net)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F  8F91 3B96 A578 248B DC07



More information about the jdk7u-dev mailing list