Re: sun.nio.ch.NativeThread.current

2008-04-06 Thread Alan Bateman
Martin Buchholz wrote: There is a mismatch between the spec and implementation of sun.nio.ch.NativeThread.current // Returns an opaque token representing the native thread underlying the // invoking Java thread. On systems that do not require signalling, this // method always

sun.nio.ch.NativeThread.current

2008-04-05 Thread Martin Buchholz
There is a mismatch between the spec and implementation of sun.nio.ch.NativeThread.current // Returns an opaque token representing the native thread underlying the // invoking Java thread. On systems that do not require signalling, this // method always returns zero