[PATCH] macosx build fix

Alex Kashchenko mail at alexkasko.com
Thu Aug 27 15:10:59 UTC 2015


Hi Andrew,

On 08/26/2015 03:56 PM, Andrew Hughes wrote:
> ----- 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.

I created JDK-8134610 (copying metadata from JDK-8133990 that is 
similar). I am not an author on jdk7u project (will need at least two 
sponsored jdk7u contributions to become one) so I cannot export a 
changeset. Thanks.

>
> Thanks,
>


-- 
-Alex


More information about the jdk7u-dev mailing list