Eric Wang
8290ada96c
8015762: TEST_BUG: java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failing intermittently [win]
...
Reviewed-by: chegar, alanb
2013-09-18 15:13:10 +01:00
Alan Bateman
2785e7d00a
8024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx)
...
Co-authored-by: Norman Maurer <nmaurer@redhat.com>
Reviewed-by: alanb, coffeys
2013-09-18 14:10:24 +01:00
Yiming Wang
befcecbd00
8023878: (fs) TEST_BUG java/nio/file/WatchService/SensitivityModifier.java fails intermittently
...
Reviewed-by: alanb
2013-09-10 10:42:55 +01:00
Brian Goetz
7bc062de1d
8017513: Support for closeable streams
...
8022237: j.u.s.BaseStream.onClose() has an issue in implementation or requires spec clarification
8022572: Same exception instances thrown from j.u.stream.Stream.onClose() handlers are not listed as suppressed
BaseStream implements AutoCloseable; Remove CloseableStream and DelegatingStream
Reviewed-by: alanb, mduigou, psandoz
2013-09-03 12:16:01 -07:00
Yiming Wang
423284cd20
8023139: java/nio/file/WatchService/SensitivityModifier.java failing intermittently (win8)
...
Reviewed-by: alanb
2013-08-26 10:01:27 +01:00
Yiming Wang
ab37de55bf
8015765: TEST_BUG: java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failing intermittently
...
Reviewed-by: chegar, dholmes, alanb
2013-08-15 13:42:45 +01:00
Ivan Gerasimov
ebe38d6cdc
8020669: (fs) Files.readAllBytes() does not read any data when Files.size() is 0
...
Reviewed-by: alanb, chegar, martin, rriggs
2013-07-29 12:35:42 +04:00
Henry Jen
411df5ec90
8009736: Comparator API cleanup
...
Reviewed-by: psandoz, briangoetz, mduigou, plevart
2013-06-11 13:41:38 -07:00
Alan Bateman
a7f93a5480
8014377: (dc) DatagramChannel should set IP_MULTICAST_ALL=0 (lnx)
...
Reviewed-by: chegar, jzavgren
2013-06-20 19:14:30 +01:00
Alan Bateman
049fc8b7b0
8003895: java/nio/channels/AsynchronousChannelGroup/Unbounded.java failing again [win64]
...
Reviewed-by: chegar
2013-06-05 11:12:31 +01:00
Henry Jen
dafa777413
8014855: TEST_BUG: java/nio/file/Files/StreamTest.java fails when sym links not supported
...
Reviewed-by: alanb
2013-06-04 15:18:39 +01:00
Alan Bateman
f3d7029319
8014854: (bf) CharBuffer.chars too slow with default implementation
...
Reviewed-by: erikj, briangoetz, henryjen, psandoz, mduigou
2013-05-31 12:17:30 +01:00
Henry Jen
862e2f6a7d
8006884: (fs) Add Files.list, lines and find
...
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Reviewed-by: briangoetz, mduigou
2013-05-09 14:44:56 -07:00
Alan Bateman
6622dd4edf
8011128: (fs) Files.createDirectory fails if the resolved path is exactly 248 characters long
...
Reviewed-by: khazra, chegar
2013-05-10 14:53:33 +01:00
Alan Bateman
6878027374
8013647: JPRT unable to clean-up after tests that leave file trees with loops
...
Reviewed-by: chegar, tbell
2013-04-30 21:19:24 +01:00
Alan Bateman
1dea05c94f
8012930: (fs) Eliminate recursion from FileTreeWalker
...
Reviewed-by: chegar
2013-04-23 15:01:44 +01:00
Alan Bateman
6c1e93b7c6
8011536: (fs) BasicFileAttributes.creationTime() should return birth time (mac)
...
Reviewed-by: chegar
2013-04-18 11:13:18 +01:00
Alan Bateman
aefbf5bd89
8012019: (fc) Thread.interrupt triggers hang in FileChannelImpl.pread (win)
...
Reviewed-by: chegar
2013-04-17 16:11:19 +01:00
Xueming Shen
38e4efd784
8011647: Add java.time.Instant methods to java.nio.file.attribute.FileTime
...
Added the toInstant()/from(Instant) to FileTime
Reviewed-by: alanb
2013-04-12 12:03:00 -07:00
Lana Steuck
4f62a2b334
Merge
2013-03-15 23:31:19 -07:00
Yiming Wang
a7f501c620
7183800: TEST_BUG: Update tests to run on Ubuntu 12.04 (localhost is 127.0.1.1)
...
Reviewed-by: alanb, chegar
2013-03-14 16:59:06 +00:00
Lana Steuck
31330fc47a
Merge
2013-03-12 19:04:49 -07:00
Dan Xu
4994fe0840
8006645: TEST_BUG: java/nio/file/Files/CopyAndMove.java failing intermittently (sol)
...
Fix test failures and update java doc of Files.move
Reviewed-by: alanb, chegar
2013-03-01 14:12:59 -08:00
Edvard Wendelin
cbfc80d987
Merge
2013-02-19 21:48:01 +01:00
Frank Ding
7886b3e26b
6429204: (se) Concurrent Selector.register and SelectionKey.interestOps can ignore interestOps
...
Reviewed-by: alanb
2013-02-18 08:14:18 +00:00
Alan Bateman
69b0c6aad4
6939260: (fs) BasicFileAttributes.lastModifiedTime() should return last modified time with higher precision
...
Reviewed-by: chegar
2013-01-18 18:48:44 +00:00
Alan Bateman
c12b624078
8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools
...
Reviewed-by: chegar
2013-01-11 20:19:55 +00:00
Alan Bateman
36e2ef2ba8
8005566: (fs) test/java/nio/file/Files/Misc.java failing (sol)
...
Reviewed-by: chegar
2013-01-11 12:27:57 +00:00
Dan Xu
6cc211f4e1
8002306: (se) Selector.open fails if invoked with thread interrupt status set [win]
...
Reviewed-by: alanb
2013-01-08 20:37:27 +00:00
Mark Sheppard
c9063f559f
8003890: corelibs test scripts should pass TESTVMOPTS
...
Reviewed-by: chegar, alanb
2012-12-13 14:47:35 +00:00
Edvard Wendelin
f92370665e
Merge
2013-02-03 23:25:38 +01:00
Alan Bateman
8c308db579
8003285: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java fails again [macosx]
...
Reviewed-by: chegar
2012-11-14 12:56:26 +00:00
Alan Bateman
86d36e5d55
8003253: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java hang intermittently [win]
...
Reviewed-by: chegar
2012-11-11 10:05:37 +00:00
Chris Hegarty
90f2168fa2
7201071: InetSocketAddress serialization issue
...
Reviewed-by: alanb, michaelm, skoivu
2012-11-07 14:26:41 +00:00
Daniel Fuchs
f2eac8a30a
6720349: (ch) Channels tests depending on hosts inside Sun
...
This changeset make the nio tests start small TCP or UDP servers from within the tests, instead of relying on external services.
Reviewed-by: alanb
2012-11-07 13:24:39 +01:00
Alan Bateman
f2aa8d9df9
8000330: (fc) FileChannel.truncate issues when given size > file size
...
8002180: (fc) FileChannel.map does not throw NPE if MapMode specified as null
Reviewed-by: chegar
2012-11-04 14:07:35 +00:00
Alan Bateman
430592a30e
7197491: update copyright year to match last edit in jdk8 jdk repository
...
Reviewed-by: chegar, ksrini
2012-11-02 15:50:11 +00:00
Rob McKenna
2102c5a5b6
7184932: Remove the temporary Selector usage in the NIO socket adapters
...
Reviewed-by: alanb
2012-10-04 19:53:08 +01:00
Dan Xu
f41a30cb5c
6950237: Test java/nio/file/Path/CopyAndMove.java does not work correctly when test dir in on VFAT
...
Reviewed-by: alanb
2012-09-28 11:14:20 +01:00
Alan Bateman
903c4c0c7f
7200742: (se) Selector.select does not block when starting Coherence (sol)
...
Reviewed-by: chegar
2012-09-27 10:30:56 +01:00
Alan Bateman
360754471c
7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer
...
Reviewed-by: iris, dxu, chegar
2012-09-21 15:39:10 +01:00
Dan Xu
cd25bf4b6e
7142919: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing intermittently [sol11]
...
Reviewed-by: alanb
2012-09-18 13:14:49 +01:00
Alan Bateman
ddd9274a10
7033824: TEST_BUG: java/nio/file/Files/CopyAndMove.java fails intermittently
...
Reviewed-by: chegar
2012-08-31 12:25:37 +01:00
Shirish Kuncolienkar
ae25fd53b6
7132889: (se) AbstractSelectableChannel.register and configureBlocking not safe from asynchronous close
...
Reviewed-by: alanb
2012-08-21 13:42:08 +01:00
Alan Bateman
edd2d4ce86
7191467: (fs) WatchService periodically fails to queue ENTRY_DELETE event for short lived file [sol11]
...
Reviewed-by: chegar
2012-08-19 13:29:01 +01:00
Jonathan Lu
f349c3da24
7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown
...
Reviewed-by: alanb
2012-08-13 19:51:48 +08:00
Amy Lu
56779e429b
7189886: (aio) Add test coverage for AsynchronousChannelGroup.withThreadPool
...
Reviewed-by: alanb
2012-08-08 15:31:22 +01:00
Dan Xu
f4ac5f7956
7185340: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Leaky.java failing intermittently [win]
...
Reviewed-by: alanb
2012-07-30 04:57:27 +01:00
Xueming Shen
b9fa2e4fb9
6653797: Reimplement JDK charset repository charsets.jar
...
Migrated all jis based charsets to new implementation
Reviewed-by: okutsu
2012-07-24 12:17:39 -07:00
Alan Bateman
dad0499822
6633549: (dc) Include-mode filtering of IPv6 sources does not block datagrams on Linux
...
Reviewed-by: chegar
2012-07-22 20:32:12 +01:00