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
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
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
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
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
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
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
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
Alan Bateman
83f975cf42
7177617: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing (win)
...
Reviewed-by: chegar, coffeys
2012-06-18 11:19:48 +01:00
Alan Bateman
c580cfee80
7176630: (sc) SocketChannel.write does not write more than 128k when channel configured blocking [win]
...
Reviewed-by: khazra, chegar
2012-06-14 12:13:54 +01:00
Rob McKenna
042cc29680
7161881: (dc) DatagramChannel.bind(null) fails if IPv4 socket and running with preferIPv6Addresses=true
...
Reviewed-by: alanb, chegar
2012-06-08 18:23:28 +01:00
Alan Bateman
08c4f120c9
7172826: (se) Selector based on the Solaris event port mechanism
...
Reviewed-by: coffeys, chegar
2012-06-06 17:59:29 +01:00
Alan Bateman
35a0ff69b0
7132924: (dc) DatagramChannel.disconnect throws SocketException with IPv4 socket and IPv6 enabled [macosx]
...
Reviewed-by: chegar
2012-04-22 21:22:17 +01:00
James Melvin
d090606f36
7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6
...
On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories.
Reviewed-by: dcubed, phh, ohair, katleman
2012-04-16 18:09:53 -04:00
Alan Bateman
b29ee10938
7143744: (se) Stabilize KQueue SelectorProvider and make default on MacOSX
...
Reviewed-by: michaelm, chegar
2012-04-16 20:12:20 +01:00
Alan Bateman
3269d85838
7113349: Initial changeset for Macosx port to jdk
...
Co-authored-by: Alexander Potochkin <alexander.potochkin@oracle.com>
Co-authored-by: Alexander Zuev <alexander.zuev@oracle.com>
Co-authored-by: Andrew Brygin <andrew.brygin@oracle.com>
Co-authored-by: Artem Ananiev <artem.ananiev@oracle.com>
Co-authored-by: Alex Strange <astrange@apple.com>
Co-authored-by: Bino George <bino@apple.com>
Co-authored-by: Christine Lu <christine.lu@oracle.com>
Co-authored-by: David Katleman <david.katleman@oracle.com>
Co-authored-by: David Durrence <david_durrence@apple.com>
Co-authored-by: Dmitry Cherepanov <dmitry.cherepanov@oracle.com>
Co-authored-by: Greg Lewis <glewis@eyesbeyond.com>
Co-authored-by: Kevin Miller <kevin_m_miller@apple.com>
Co-authored-by: Kurt Miller <kurt@intricatesoftware.com>
Co-authored-by: Landon Fuller <landonf@plausiblelabs.com>
Co-authored-by: Leonid Romanov <leonid.romanov@oracle.com>
Co-authored-by: Loefty Walkowiak <loefty@apple.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Roger Hoover <rhoover@apple.com>
Co-authored-by: Scott Kovatch <scott.kovatch@oracle.com>
Co-authored-by: Sergey ByloKhov <sergey.bylokhov@oracle.com>
Co-authored-by: Mike Swingler <swingler@apple.com>
Co-authored-by: Tomas Hurka <tomas.hurka@oracle.com>
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks
2012-03-06 20:34:38 +00:00
Alan Bateman
5751fb4a86
7117717: (aio) Tests failing due to implementation bug 7052549
...
Reviewed-by: weijun, chegar
2011-12-05 12:23:46 +00:00
Kurchi Subhra Hazra
f953b5c397
7060243: (dc) Multicasting tests fail on Windows XP if IPv6 is enabled
...
Reviewed-by: alanb
2011-08-26 22:24:12 +01:00
Kurchi Subhra Hazra
72c1f57f87
7044870: java/nio/channels/DatagramChannel/SelectWhenRefused.java failed on SUSE Linux 10
...
Reviewed-by: alanb, chegar
2011-08-25 16:08:31 +01:00
Alan Bateman
a02c5e28fb
6965150: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java takes too long
...
Reviewed-by: chegar
2011-06-24 19:30:39 +01:00
Alan Bateman
54cdd2715c
7043425: (fc) ClosedByInterruptException thrown but interrupt status not set
...
Reviewed-by: dholmes, chegar
2011-05-11 14:57:17 +01:00
Alan Bateman
914105d32e
7042979: Rename StandardSocketOption and StandardWatchEventKind
...
Reviewed-by: forax, chegar
2011-05-09 18:45:33 +01:00
Kelly O'Hair
7c8e01891a
Merge
2011-04-13 16:56:16 -07:00
Kelly O'Hair
d2b1e20c7d
7033660: Update copyright year to 2011 on any files changed in 2011
...
Reviewed-by: dholmes
2011-04-06 22:06:11 -07:00
Mandy Chung
793f1078b6
7024172: Move BufferPoolMXBean and PlatformLoggingMXBean java.lang.management
...
Reviewed-by: alanb
2011-03-29 15:50:55 -07:00
Alan Bateman
4b0829340e
7026376: (dc) DatagramChannel created without specifying protocol family fails to join IPv4 group
...
Reviewed-by: chegar
2011-03-15 13:15:31 +00:00
Alan Bateman
d048451ca2
7023403: (ch) sun.nio.ch.SolarisEventPort.startPoll failed with AssertionError
...
Reviewed-by: forax
2011-03-04 21:26:50 +00:00
Alan Bateman
9aa277a541
6526860: (fc) FileChannel.position returns 0 when FileOutputStream opened in append mode
...
Reviewed-by: forax
2011-02-17 20:50:22 +00:00
Alan Bateman
256ce3b0ba
Merge
2011-01-28 09:31:48 +00:00
Alan Bateman
2f37110eca
7006126: (fs) Updates to file system API (1/2011)
...
Reviewed-by: chegar, sherman
2011-01-28 09:28:43 +00:00
Joe Darcy
1dd962a92e
7013420: Project Coin: remove general expression support from try-with-resources statement
...
Reviewed-by: alanb
2011-01-26 12:32:23 -08:00
Kelly O'Hair
6b6a611c8e
6962318: Update copyright year
...
Reviewed-by: xdono
2010-12-28 15:53:50 -08:00
Alan Bateman
3111dfa081
6709457: (fc) lock/tryLock() throws IOException "Access is denied" when file opened for append [win]
...
Reviewed-by: chegar
2010-12-01 13:49:02 +00:00
Alan Bateman
b6b4b5086c
6878369: (ch) AsynchronousSocketChannel read/write methods that specify timeouts should not throw IAE
...
Reviewed-by: forax
2010-11-24 09:51:31 +00:00
Alan Bateman
4dfa884fe5
6999915: TEST_BUG: test/java/nio/channels/AsynchronousSocketChannel/Leaky.java failed intermittently (win)
...
Reviewed-by: forax
2010-11-15 14:34:04 +00:00
Alan Bateman
4f08e82908
6979009: (fc) FileChannel.read() fails to throw ClosedByInterruptException
...
Reviewed-by: forax, sherman, chegar
2010-11-09 18:56:39 +00:00
Alan Bateman
b1deb7b1e3
6431343: (dc) DatagramChannel may not report its local address correctly after connect or disconnect
...
Reviewed-by: chegar
2010-11-02 10:07:21 +00:00
Alan Bateman
c51ac2a369
6993126: (aio) remove AsynchronousDatagramChannel
...
Reviewed-by: chegar
2010-11-02 10:05:42 +00:00
Sean Coffey
9b05f554fa
6974104: TEST: sun/nio/ch/6645197.java should be fixed in 1.5.0u25b05 and jdk6 workspace
...
Reviewed-by: alanb
2010-10-18 18:04:02 +01:00
Alan Bateman
246920e930
6987116: (so) test/java/nio/channels/SocketChannel/VectorIO.java failed on Solaris 11
...
Reviewed-by: forax
2010-10-05 15:07:40 +01:00
Alan Bateman
41cc1e2f4a
6989190: SO_SNDBUF/SO_RCVBUF limits should only be checked when setsockopt fails (sol)
...
Reviewed-by: chegar, michaelm
2010-10-04 14:17:36 +01:00
Alan Bateman
55b13f6d55
6984545: (fc) transferFrom does not throw NonReadableChannelException when target is size 0 and non-readable
...
Reviewed-by: forax
2010-09-15 15:13:50 +01:00
Alan Bateman
ba3ab12326
6983794: TEST_BUG: test/java/nio/channels/Selector/ConnectWrite.java failing
...
Reviewed-by: chegar
2010-09-10 18:48:49 +01:00
Alan Bateman
11b424e02b
6963907: (so) Socket adapter need to implement sendUrgentData
...
Reviewed-by: chegar
2010-07-21 18:08:46 +01:00