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

Alan Bateman Alan.Bateman at oracle.com
Wed Jan 15 01:03:17 PST 2014


On 15/01/2014 06:24, David Holmes wrote:
>
> I'm not a fan of runtime checks of this kind though if it is only a 
> very samll number of values it might be okay.
>
> Another option would be to make those classes into "templates" as done 
> with Version.java.template and substitute the right values at build time.
>
> But I'll let Alan and net-dev folk come back with their preferred 
> technique for this.
>
I plan to spend time on Volker's webrev later in the week (just too busy 
with other things right now). For the translation issue then it's an 
oversight in the original implementation, it just hasn't come up before 
(to my knowledge anyway). The simplest solution here maybe to to just 
move them to sun.net.ch.Net and have them initialized to their native 
value. In general then I'm not too concerned about that one, it's the 
changes to support async close on AIX that are leaping out at me.

-Alan


More information about the serviceability-dev mailing list