Alan Bateman
|
140ed0124d
|
6931216: TEST_BUG: test/java/nio/file/WatchService/LotsOfEvents.java failed with NPE
Reviewed-by: chegar
|
2010-03-03 16:09:36 +00:00 |
|
Sebastian Sickelmann
|
c9776d3175
|
6929532: (file) WatchService should avoid queuing new modify events when lots of files are changing
Reviewed-by: alanb
|
2010-02-27 18:18:33 +00:00 |
|
Alan Bateman
|
bdfb60de8c
|
6926800: TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with newer versions of find(1)
Reviewed-by: forax
|
2010-02-23 18:21:31 +00:00 |
|
Alan Bateman
|
4623333de0
|
6925932: (file) Path.endsWith can throw ArrayIndexOutOfBoundsException (unx)
Reviewed-by: chegar
|
2010-02-23 17:58:30 +00:00 |
|
Alan Bateman
|
4337f1df36
|
6925977: (file) test/java/nio/file/Path/CheckPermissions.java fails if test.src on read-only file system
Reviewed-by: chegar
|
2010-02-23 17:56:55 +00:00 |
|
Xueming Shen
|
b09ac3b7e8
|
6920732: opensource test/java/nio/charset
Move the test cases to openjdk
Reviewed-by: martin
|
2010-01-27 19:39:55 -08:00 |
|
Alan Bateman
|
01c326e0da
|
6917021: (file) copyTo/moveTo can overrwrite existing file when target associated with custom provider
Reviewed-by: chegar
|
2010-01-18 15:21:34 +00:00 |
|
Alan Bateman
|
30d2fd5f41
|
6913877: (fs) AsynchronousFileChannel.write can return wrong result under load [win]
Reviewed-by: chegar
|
2010-01-10 12:29:19 +00:00 |
|
Alan Bateman
|
46d57b48e4
|
6907760: (file) OVERFLOW event should cause pending events to be purged
Reviewed-by: chegar
|
2010-01-09 19:32:58 +00:00 |
|
Kelly O'Hair
|
a59db62f07
|
6911113: These tests do not work with CYGWIN: java/nio
Reviewed-by: tbell, alanb
|
2010-01-04 15:36:06 -08:00 |
|
Jesse Wilson
|
1c4f3aa56b
|
6903754: (bf) Improve floating-point buffer comparison
Describe the exact behavior of {Double,Float}Buffer.{equals,compareTo}; fix non-anti-symmetric behavior of compareTo
Reviewed-by: alanb
|
2009-12-08 12:41:01 -08:00 |
|
Alan Bateman
|
186882959d
|
6900234: Several NIO tests should be removed from test/ProblemList.txt
Reviewed-by: chegar
|
2009-11-11 16:22:27 +00:00 |
|
Alan Bateman
|
aac491b420
|
6898234: (dc) Multicast tests fail on OpenSolaris with vboxnet0 adapter
Reviewed-by: chegar
|
2009-11-10 10:51:31 +00:00 |
|
Tim Bell
|
44accdb4b7
|
Merge
|
2009-11-06 17:27:41 -08:00 |
|
Igor Chernyshev
|
fb6b9445d7
|
6897993: (se) Close or cancel performance issue when number of pending updates is high (lnx)
Use O(1) Iterator instead of O(N) operations on LinkedList updateList
Reviewed-by: alanb
|
2009-11-04 15:22:30 -08:00 |
|
Kelly O'Hair
|
b389d6968a
|
Merge
|
2009-10-28 16:54:50 -07:00 |
|
Kelly O'Hair
|
4f260ef889
|
6888701: Change all template java source files to a .java-template file suffix
Reviewed-by: jjg, alanb, mr
|
2009-10-28 12:54:37 -07:00 |
|
Alan Bateman
|
b712d23c2f
|
6879463: (file) DirectoryStream#iterator's remove method throws wrong exception when stream is closed
Reviewed-by: sherman
|
2009-10-19 20:01:45 +01:00 |
|
Alan Bateman
|
1ff76e3938
|
6892711: (file) test/java/nio/file/Path/CopyAndMove.java fails on Windows 2000
Reviewed-by: ohair
|
2009-10-19 19:59:22 +01:00 |
|
Alan Bateman
|
6e476efa4a
|
6892710: (file) test/java/nio/file/Path/CheckPermissions.java fails in samevm mode
Reviewed-by: ohair
|
2009-10-19 19:58:38 +01:00 |
|
Alan Bateman
|
d7441d8772
|
6891404: (fs) ACL tests fail with "Invalid argument" on ZFS (sol)
Reviewed-by: sherman
|
2009-10-15 11:55:19 +01:00 |
|
Alan Bateman
|
936d0362c2
|
6884800: (file) Path.newInputStream does not usefully implement available()
Reviewed-by: martin, chegar
|
2009-10-04 15:42:00 +01:00 |
|
Alan Bateman
|
8543d84e30
|
6876541: (file) Files.walkFileTree(...): no SecurityException if read access to the starting file is denied
Reviewed-by: chegar
|
2009-09-14 17:47:26 +01:00 |
|
Alan Bateman
|
98e07b99bf
|
6873621: (file) FileStore.supportsFileAttributeView(Class<FileAttributeView> type) returns wrong result
Reviewed-by: andrew
|
2009-09-04 18:15:50 +01:00 |
|
Alan Bateman
|
aecf7417ad
|
6842687: New I/O: Update Asynchronous I/O API to jsr203/nio2-b101
Reviewed-by: sherman
|
2009-08-23 12:53:45 +01:00 |
|
Alan Bateman
|
b458f8ca65
|
6866804: (file) Path calls checkPermission insteadof checkXXX (sol)
Reviewed-by: sherman
|
2009-08-20 08:48:29 +01:00 |
|
Xueming Shen
|
94d23c375f
|
6866397: (file) PathMatcher with regex syntax doesn't match as expected (win)
Use unicode_case_insensitive for windows path matcher for now.
Reviewed-by: alanb
|
2009-08-14 11:23:01 -07:00 |
|
Alan Bateman
|
a3af9140c9
|
6865748: (file) SimpleFileVisitor methods ignore null arguments
Reviewed-by: sherman
|
2009-08-11 12:49:16 +01:00 |
|
Alan Bateman
|
90b1aee142
|
4516760: (so) Intermittent SocketException: Transport endpoint is not connected (lnx)
Reviewed-by: sherman
|
2009-08-11 12:37:02 +01:00 |
|
Alan Bateman
|
6538a1bcf9
|
6867244: Tests missing @run tag
Reviewed-by: sherman
|
2009-07-31 08:45:30 +01:00 |
|
Alan Bateman
|
08f07d0f8a
|
6867101: Path.checkAccess fails with sharing violation on special files such as pagefile.sys
Reviewed-by: sherman
|
2009-07-31 08:44:28 +01:00 |
|
Alan Bateman
|
86a40825c7
|
6863667: (ch) Several tests in java/nio/channels/* need to be updated after 6638712
Reviewed-by: mcimadamore
|
2009-07-27 18:46:50 +01:00 |
|
Alan Bateman
|
22fac524b1
|
6863864: (fs) Path.createSymbolicLink doesn't set directory flag when creating sym link to directory (win)
Reviewed-by: sherman
|
2009-07-27 18:44:42 +01:00 |
|
Alan Bateman
|
212565afd7
|
6838333: New I/O: Update file system API to jsr203/nio2-b101
6844313: New I/O: File timestamps should be represented by a FileTime rather than a long+TimeUnit
Reviewed-by: sherman
|
2009-06-27 21:46:53 +01:00 |
|
Alan Bateman
|
e4f45d0a0b
|
6834246: (ch) AsynchronousSocketChannel#write completes with wrong number of bytes written under load (win)
Reviewed-by: sherman
|
2009-05-04 19:25:14 +01:00 |
|
Alan Bateman
|
cab29c9b7a
|
6830721: (fc) test/java/nio/channels/AsynchronousFileChannel/Basic.java intermittent failure
Reviewed-by: sherman
|
2009-04-20 09:30:50 +01:00 |
|
Alan Bateman
|
26dc2b8949
|
6543863: (fc) FileLock.release can deadlock with FileChannel.close
6429910: (fc) FileChannel.lock() IOException: Bad file number, not AsynchronousCloseException
6814948: (fc) test/java/nio/channels/AsynchronousFileChannel/Lock.java failed intermittently
6822643: (fc) AsynchronousFileChannel.close does not invalidate FileLocks
Reviewed-by: sherman
|
2009-04-15 16:16:35 +01:00 |
|
Alan Bateman
|
9e2590b7bf
|
6795561: (bf) CharBuffer.subSequence() uses wrong capacity value for new buffer
Reviewed-by: sherman, iris
|
2009-04-15 14:53:34 +01:00 |
|
Alan Bateman
|
9676f044cb
|
6823609: (se) Selector.select hangs on Windows under load
Reviewed-by: sherman
|
2009-04-03 22:10:36 +01:00 |
|
Alan Bateman
|
78e9762656
|
6824477: (se) Selector.select fails with IOException: "Invalid argument" if maximum file descriptors is low
Reviewed-by: sherman
|
2009-04-02 19:47:24 +01:00 |
|
Alan Bateman
|
d2cd251815
|
6824135: (ch) test/java/nio/channels/AsyncCloseAndInterrupt.java fails (lnx)
Reviewed-by: sherman
|
2009-04-02 11:13:56 +01:00 |
|
Alan Bateman
|
f59df4d489
|
6693490: (se) select throws "File exists" IOException under load (lnx)
Reviewed-by: sherman
|
2009-03-27 15:24:37 +00:00 |
|
Alan Bateman
|
6af949fe24
|
6621689: (dc spec) DatagramChannel.receive when channel is not bound is not specified
Reviewed-by: sherman
|
2009-03-24 14:10:38 +00:00 |
|
Alan Bateman
|
6d59271ca9
|
6808647: (file) Paths.get("C:").newDirectoryStream() iterates over Path elements with additional slash [win]
6808648: (file) Files.walkFileTree should obtain file attributes during iteration [win]
Reviewed-by: sherman
|
2009-02-24 09:11:42 +00:00 |
|
Alan Bateman
|
030a13d8fe
|
6781363: New I/O: Update socket-channel API to jsr203/nio2-b99
4313887: New I/O: Improved filesystem interface
4607272: New I/O: Support asynchronous I/O
Reviewed-by: sherman, chegar
|
2009-02-15 12:25:54 +00:00 |
|
Xiomara Jayasena
|
cc8641d33a
|
6785258: Update copyright year
Update copyright for files that have been modified starting July 2008 to Dec 2008
Reviewed-by: katleman, ohair, tbell
|
2008-12-15 16:55:25 -08:00 |
|
Xueming Shen
|
b596dd66fa
|
6725399: (ch) Channels.newInputStream should check for null
Update to check null arg for all Channels methods
Reviewed-by: alanb
|
2008-11-29 20:55:29 -08:00 |
|
Alan Bateman
|
efd62d5c81
|
6593946: (bf) X-Buffer.compact() does not discard mark as specified
InvalidMarkException now correctly thrown. Thanks to keiths@redhat.com for the bug report and initial fix.
Reviewed-by: sherman, darcy
|
2008-11-25 19:26:54 +00:00 |
|
Xueming Shen
|
b9638d0527
|
6774710: spp.sh used by genBasic.sh/genCopyDirectMemory.sh
Update the scripts to use java version of spp
Reviewed-by: alanb
|
2008-11-25 10:09:26 -08:00 |
|
Xueming Shen
|
7add953cfe
|
5025260: Register methods should throw ClosedChannelException instead of NPE
Update the spec and implementation to throw ClosedSelectorException
Reviewed-by: alanb
|
2008-10-13 14:45:27 -07:00 |
|