Repository

Alan Bateman Alan.Bateman at Sun.COM
Tue Jan 5 03:16:38 PST 2010


John Davis wrote:
> Is there a git repo where I can see the source?  Looking at the 
> GetQueuedCompletionsStatusEx stuff ...
>  
> Thanks,
> JD
>  
We use Mercurial rather than Git. The jdk master repository is here:
    http://hg.openjdk.java.net/jdk7/jdk7/jdk

For the "GetQueuedCompletionsStatusEx  stuff..." you'll probably want to 
look at
  
http://hg.openjdk.java.net/jdk7/jdk7/jdk/file/tip/src/windows/classes/sun/nio/ch/Iocp.java
as that is the code that handles I/O completion events.

-Alan.



More information about the nio-dev mailing list