On 29/01/2014 17:59, Volker Simonis wrote:
Hi,
please review the following small change:
http://cr.openjdk.java.net/~simonis/webrevs/8033154/
which fixes the AIX build after the integration of
ppc-aix-port/stage-9/jdk to jdk9/dev/jdk.
I would ideally like to push this change to jdk9/hs-comp/jdk because
that's the only repository where there's currently a complete AIX
port. However if that is not possible, I'll push it to jdk9/dev/jdk
and wait until it gets synced with jdk9/hs-comp again.
The changes look okay to me. An alternative to introducing
AixNativeThread.c would be to just put an ifdef AIX in NativeThread.c to
defined INTERRUPT_SIGNAL.
I don't see any issue with this being pushed to jdk9/hs-comp.
-Alan