re PR libgcj/21136 ([4.0 only] tryLock waits for the lock, and lock doesn't)
authorLuca Barbieri <luca.barbieri@gmail.com>
Tue, 26 Apr 2005 21:49:23 +0000 (21:49 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 26 Apr 2005 21:49:23 +0000 (21:49 +0000)
commit31f0451e7eeba3e6d900d93fb058cb9094390693
tree19a46052fc10b4d4fe8b260a4f8953b3648683ac
parent583db39167cba2b3ddfda3d0227c89d75fbbc6b3
re PR libgcj/21136 ([4.0 only] tryLock waits for the lock, and lock doesn't)

2005-04-26  Luca Barbieri  <luca.barbieri@gmail.com>

PR libgcj/21136:
* gnu/java/nio/channels/FileChannelImpl.java (tryLock): Pass
'false' to native lock().
(lock): Pass 'true' to native lock().

From-SVN: r98792
libjava/ChangeLog
libjava/gnu/java/nio/channels/FileChannelImpl.java