<AWT Dev> RFR(L) - 2nd round: 8024854: Basic changes and files to build the class library on AIX
Sergey Bylokhov
Sergey.Bylokhov at oracle.com
Tue Nov 26 10:51:35 PST 2013
On 26.11.2013 21:03, Alan Bateman wrote:
> On 26/11/2013 16:23, Volker Simonis wrote:
>> Hi,
>>
>> thanks to everybody for the prompt and helpful reviews. Here comes the
>> final webrev which incorporates all the corrections and suggestions from
>> the second review round:
>>
>> http://cr.openjdk.java.net/~simonis/webrevs/8024854.v3/
>>
>> I've successfully build (and run some smoke tests) with these changes on
>> Linux (x86_32, x86_64, ppc64), Solaris/sparcv9, Windows/x86_64,
>> MacOSX and
>> AIX (5.3, 7.1).
>>
> I've skimmed over the last webrev with focus on:
>
> NetworkingLibraries.gmk where I see this is now fixed for all platforms.
>
> net_util.* and the platform specific net_util_md.* where I see you've
> added platformInit so it's much cleaner.
I have a question about boolean_t in the [1]. Is it correct to skip it
in the new block?
http://cr.openjdk.java.net/~simonis/webrevs/8024854.v3/src/share/native/sun/security/ec/impl/ecc_impl.h.frames.html
Also I have a question about headers in the added files. Looks like
different templates are used:
+ src/solaris/classes/java/lang/UNIXProcess.java.aix
2 * Copyright (c) 1995, 2013, Oracle and/or its affiliates. All
rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ src/aix/porting/porting_aix.h
2 * Copyright 2012, 2013 SAP AG. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ src/aix/native/sun/tools/attach/AixVirtualMachine.c
2 * Copyright (c) 2008, 2013, Oracle and/or its affiliates. All
rights reserved.
3 * Copyright 2013 SAP AG. All rights reserved.
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
etc..
Do we have some rules about that?
>
> UnixNativeDispatcher.c where the error translation is now removed (and
> looks fine).
>
> So overall it looks good to me and should be pushed to the staging
> forest once you hear from others that commented previously.
>
> -Alan
--
Best regards, Sergey.
More information about the ppc-aix-port-dev
mailing list