You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrew Zhang (JIRA)" <ji...@apache.org> on 2006/06/08 14:15:30 UTC

[jira] Commented: (HARMONY-582) java.nio.channels.Selector.open() returns null

    [ http://issues.apache.org/jira/browse/HARMONY-582?page=comments#action_12415334 ] 

Andrew Zhang commented on HARMONY-582:
--------------------------------------

Hi, Anton
 
Maybe the issue is duplicated with Harmony-41 (http://issues.apache.org/jira/browse/HARMONY-41). 
Paulex has given following comment on Harmony-41:
"Here goes the step 2 for the patches, including the completion of j.n.c.spi packages and tests. I expects two or three more patches are needed to fully fix this issue, say, Pipe, Selector and more tests. I'll go on to work on it if this one is acceptted. Thank you. "

Thanks.


> java.nio.channels.Selector.open() returns null
> ----------------------------------------------
>
>          Key: HARMONY-582
>          URL: http://issues.apache.org/jira/browse/HARMONY-582
>      Project: Harmony
>         Type: Bug

>   Components: Classlib
>  Environment: Windows XP Professional
>     Reporter: Anton Luht
>     Priority: Minor

>
> java.nio.channels.Selector.open() returns null in Harmony implementation and non-null value in RI
> This bug was found during investigation of Azureus failures
> Build  was made according to instructions from
> http://incubator.apache.org/harmony/subcomponents/classlibrary/build_classlib.html
> classlib snapshot 412715 + Harmony-vme-win.IA32-v3.zip
> Test case:
> public class Test {
>    public static void main(String args[]) throws Exception {
>       System.err.println(java.nio.channels.Selector.open() != null ?
>          "PASSED" : "FAILED");
>     }
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira