This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: PR 21372 (FileChannel.tryLock())
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Overholt <overholt at redhat dot com>
- Cc: classpath-patches at gnu dot org, java-patches at gcc dot gnu dot org
- Date: 03 May 2005 16:22:13 -0600
- Subject: Re: Patch: PR 21372 (FileChannel.tryLock())
- References: <20050503214330.GB7241@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == Andrew Overholt <overholt@redhat.com> writes:
Andrew> This patches fixes FileChannel.tryLock() which is supposed to
Andrew> return null if it could not acquire a lock. See libgcj PR
Andrew> 21372 for a test case. It also fixes FileLock.toString() to
Andrew> match that of other implementations.
This looks good. I'm checking it in universally.
Tom