This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: PR 21372 (FileChannel.tryLock())


This patches fixes FileChannel.tryLock() which is supposed to return null
if it could not acquire a lock.  See libgcj PR 21372 for a test case.  It
also fixes FileLock.toString() to match that of other implementations.

Andrew

Attachment: libjava-nullLock.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]