Additional tests on AIX

"이희승 (Trustin Lee)" trustin at gmail.com
Thu Jul 9 02:15:32 EDT 2009


I have implemented more accurate version detection for IBM JDK 1.6.  The
NIO constraint level of IBM JDK 6 SR2 or sooner is 2.  For SR3 or later,
it's 0 or 1 depending on the employed selector provider.

This fix is already in trunk (r1544).

Thanks!
Trustin

On 07/08/2009 11:27 PM, Frederic Bregier wrote:
> Hi,
> 
> I've tested without the property, the behaviour is as before.
> Of course with the property (set to 1 as JDK6 and JDK5 of IBM on AIX answer
> 1 to the autonegociation test when it works), it works perfectly...
> 
> Frederic
> 
> Trustin Lee wrote:
>> Until I fix this issue, you can specify the constraint level explicitly
>> in the system property:
>>
>> java -Djava.nio.channels.spi.constraintLevel=2 ...
>>
>> HTH,
>> Trustin
>>
>> On 07/08/2009 10:44 PM, 이희승 (Trustin Lee) wrote:
>>> I guess this fix does not work.  Let me reply once again when the
>>> correct fix lands down.
>>>
>>> On 07/08/2009 10:38 PM, 이희승 (Trustin Lee) wrote:
>>>> I think it's the constraint level autodetector that keeps the server
>>>> from shutting down.  I didn't modify the autodetector at all, so it's
>>>> weird that it fails in AIX.
>>>>
>>>> I've just checked in the workaround for this problem at revision 1536.
>>>> Could you confirm?
>>>>
>>>> Thanks,
>>>> Trustin
>>>>
>> _______________________________________________
>> netty-dev mailing list
>> netty-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/netty-dev
>>
>>
> 
> 
> -----
> Hardware/Software Architect




More information about the netty-dev mailing list