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 |
|
Xiomara Jayasena
|
6e86513c3a
|
6754988: Update copyright year
Update for files that have been modified starting July 2008
Reviewed-by: ohair, tbell
|
2008-10-02 19:58:32 -07:00 |
|
Alan Bateman
|
63d86bcfda
|
4640544: New I/O: Complete socket-channel functionality
Reviewed-by: iris, sherman, chegar
|
2008-08-31 18:39:01 +01:00 |
|
Alan Bateman
|
d41b0a77b2
|
6682020: (bf) Support monitoring of direct and mapped buffer usage
Reviewed-by: mchung, iris
|
2008-08-26 10:21:22 +01:00 |
|
Tim Bell
|
00e6ff0db3
|
Merge
|
2008-07-22 11:40:06 -07:00 |
|
Xueming Shen
|
5628d956d5
|
6405995: (ch) test/java/nio/channels/Selector/Wakeup.java broken
Moved the unit test case back to open repo, it works after bugfixes in jdk6
Reviewed-by: alanb
|
2008-07-17 14:26:51 -07:00 |
|
Xueming Shen
|
61dd937d11
|
6541641: (fc) java/nio/channels/FileChannel/ExpandingMap.java should clean up after itself
Close channel and explicitly de-ref the mapped buffers before exit.
Reviewed-by: alanb
|
2008-07-16 15:09:24 -07:00 |
|
Tim Bell
|
528aac8c17
|
Merge
|
2008-07-04 14:41:34 -07:00 |
|
Xiomara Jayasena
|
2617d1d179
|
6719955: Update copyright year
Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell
|
2008-07-02 12:55:45 -07:00 |
|
Xueming Shen
|
35038e62cd
|
6541631: (fc) java/nio/channels/Filechannel/LongTransferTest.java should clean up after itself
Should close the channel before delete the file
Reviewed-by: alanb
|
2008-06-27 12:09:37 -07:00 |
|
Xueming Shen
|
2d15cd8fc6
|
6501089: test/java/nio/channels/SocketChannel/AsyncCloseChannel.java failing (timeout) on Linux
Test/java/nio/channels/SocketChannel/AsyncCloseChannel.java failing (timeout) on Linux
Reviewed-by: alanb
|
2008-06-14 09:30:20 -07:00 |
|
Alan Bateman
|
97bcf18b88
|
6710579: (ch) test/java/nio/channels/AsyncCloseAndInterrupt fails (lnx)
Reviewed-by: chegar
|
2008-06-05 14:57:15 +01:00 |
|
Alan Bateman
|
06e7bf1f85
|
6596323: (fc) ClosedByInterruptException not thrown by the interrupt method (lnx)
Reviewed-by: sherman
|
2008-06-05 14:50:28 +01:00 |
|
Roman Kennke
|
eab1a9b3df
|
6546113: (bf) CharSequence.slice() on wrapped CharSequence doesn't start at buffer position
Reviewed-by: iris
|
2008-03-13 19:34:49 +00:00 |
|
Alan Bateman
|
40922e9127
|
6644607: (ch) test/java/nio/channels/SocketChannel/Connect.java throws UnknownHostException
Reviewed-by: chegar
|
2008-03-11 14:49:53 +00:00 |
|
Alan Bateman
|
d5b852b81d
|
6448457: (ch) Channels.newOutputStream().write() does not write all data
Reviewed-by: iris, sherman
|
2008-03-11 14:42:35 +00:00 |
|
J. Duke
|
319a3b9947
|
Initial load
|
2007-12-01 00:00:00 +00:00 |
|