RFR: 7113349 JDK8 port to macosx

Kelly O'Hair kelly.ohair at oracle.com
Mon Feb 27 15:17:41 PST 2012


I'm not sure that all printf utilities document the -- argument as valid, most man pages don't document any options.
I'm pretty sure all of them accept it, but without it being documented it concerns me that we
would be using an undocumented interface that could go away in the future.

But not a big deal really, if it does it does...

-kto

On Feb 27, 2012, at 2:25 PM, Fredrik Öhrström wrote:

> In top Defs-internal.gmk
> 
> The change from
> $(PRINTF) "-- Build times
> to 
> $(PRINTF) "#-- Build times
> should instead be to
> $(PRINTF) -- "-- Build times
> 
> Otherwise thumbs up!
> 
> ----- michael.x.mcmahon at oracle.com skrev:
> 
>> This is an updated webrev for the Mac OS X changes after comments so
>> far:
>> 
>> http://cr.openjdk.java.net/~michaelm/7113349/jdk8/webrev.3/
>> 
>> The main changes from the original webrev are:
>> 
>> - jprt configuration for macosx
>> - problem list updates
>> - removal of dud source files brought in from 7u-dev by mistake
>> - langtools test updates
>> - synchronized with TL now as opposed to master
>> - removal of fix for 7087956, which wasn't part of mac os work
>> 
>> Comments welcome.
>> 
>> Thanks,
>> Michael.
>> 
>> On 22/02/12 21:50, Michael McMahon wrote:
>>> This is the webrev for the Mac OS changes for JDK8. It is pretty
>> much
>>> a straight merge of the current jdk7u-dev changes. It builds and 
>>> passes most
>>> JCK and regression tests with only a small number of failures.
>>> 
>>> http://cr.openjdk.java.net/~michaelm/7113349/jdk8/webrev.1/
>>> 
>>> There are three separate webrevs at the link above for the three
>> separate
>>> repositories affected (the top-level, corba and jdk). Obviously most
>> 
>>> of the changes
>>> are in the jdk webrev. Comments welcome!
>>> 
>>> Thanks,
>>> Michael.



More information about the jdk8-dev mailing list