Am Montag, 5. April 2004 00:36 schrieb Ito Kazumitsu:
> Hi,
>
> java/nio/channels/FileChannelImpl.java has, for example,
>
>   public FileLock lock (long position, long size, boolean shared)
>     throws IOException
>   {
>     ...
>     throw new Error ("Not implemented");
>   }
>
> What is the schedule for implementing this?

I have a big patch (> 150 kb) pending for this. I havent commited it yet 
because it makes jamvm just segfault and we are investigating this.

> I would like to have this implemented because HSQLDB 1.7.2
> (http://hsqldb.sourceforge.net/) requires it.

Many projects like to depend on this lately, Eclipse too.


Michael



_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to