classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: java.nio.channels.FileChannel#lock not implemented


From: Michael Koch
Subject: Re: java.nio.channels.FileChannel#lock not implemented
Date: Mon, 5 Apr 2004 07:56:06 +0200
User-agent: KMail/1.5.4

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]