RFR(L): 8031581: PPC64: Addons and fixes for AIX to pass the jdk regression tests

Alan Bateman Alan.Bateman at oracle.com
Thu Jan 16 10:05:44 UTC 2014


On 16/01/2014 09:38, Volker Simonis wrote:
>
>
> Hi Alan,
>
> I think sun.nio.ch.IOUtil seems even more appropriate to me for these 
> constants. What do you think?
>
> Would it be OK for you if I initialize them right in the static 
> initializer of  IOUtil based on "os.name <http://os.name>" or do you 
> prefer to have native methods which return the right constants?
I have a small preference for sun.nio.ch.Net because these constants are 
used with Net.poll. Would you be open to separating this one from the 
AIX changes? The reason is that it isn't AIX specific, rather just an 
oversight that hasn't been an issue because it doesn't impact other 
platforms. Using os.name initially would be okay although we could 
change that over time.

-Alan



More information about the core-libs-dev mailing list