aboutsummaryrefslogtreecommitdiff
path: root/test/java/nio/channels
AgeCommit message (Collapse)Author
2014-11-078054029: (fc) FileChannel.size() returns 0 for block devices on Linuxigerasim
Reviewed-by: alanb
2014-02-208027212: java/nio/channels/Selector/SelectAfterRead.java fails intermittentlyigerasim
Reviewed-by: chegar, ewang
2013-12-268029235: Update copyright year to match last edit in jdk8 jdk repository for ↵lana
2013 Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar
2013-11-218028628: java/nio/channels/FileChannel/Size.java failed once in the same ↵dxu
binary run Reviewed-by: alanb, chegar, mchung, lancea
2013-10-227074436: (sc) SocketChannel can do short gathering writes when channel ↵alanb
configured blocking (win) Reviewed-by: chegar
2013-10-228024833: (fc) FileChannel.map does not handle async close/interrupt correctlyalanb
Reviewed-by: alanb Contributed-by: chris.w.dennis@gmail.com
2013-10-01Mergekatleman
2013-09-278020552: [launcher] changes to support removal of Solaris 32-bit distributionksrini
8023495: [infra] create 64-bit solaris bits with symlinks Reviewed-by: ihse, tbell, dholmes, darcy, alanb, erikj, sla, martin
2013-09-188015762: TEST_BUG: ↵ewang
java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failing intermittently [win] Reviewed-by: chegar, alanb
2013-09-188024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx)alanb
Reviewed-by: alanb, coffeys Contributed-by: nmaurer@redhat.com, alan.bateman@oracle.com
2013-08-158015765: TEST_BUG: ↵alanb
java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failing intermittently Reviewed-by: chegar, dholmes, alanb Contributed-by: yiming.wang@oracle.com
2013-06-208014377: (dc) DatagramChannel should set IP_MULTICAST_ALL=0 (lnx)alanb
Reviewed-by: chegar, jzavgren
2013-06-058003895: java/nio/channels/AsynchronousChannelGroup/Unbounded.java failing ↵alanb
again [win64] Reviewed-by: chegar
2013-04-178012019: (fc) Thread.interrupt triggers hang in FileChannelImpl.pread (win)alanb
Reviewed-by: chegar
2013-03-15Mergelana
2013-03-147183800: TEST_BUG: Update tests to run on Ubuntu 12.04 (localhost is 127.0.1.1)alanb
Reviewed-by: alanb, chegar Contributed-by: yiming.wang@oracle.com
2013-02-19Mergeewendeli
2013-02-186429204: (se) Concurrent Selector.register and SelectionKey.interestOps can ↵dingxmin
ignore interestOps Reviewed-by: alanb
2013-01-088002306: (se) Selector.open fails if invoked with thread interrupt status ↵dxu
set [win] Reviewed-by: alanb
2012-12-138003890: corelibs test scripts should pass TESTVMOPTSchegar
Reviewed-by: chegar, alanb Contributed-by: Mark Sheppard <mark.sheppard@oracle.com>
2013-02-03Mergeewendeli
2012-11-148003285: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java ↵alanb
fails again [macosx] Reviewed-by: chegar
2012-11-118003253: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java ↵alanb
hang intermittently [win] Reviewed-by: chegar
2012-11-077201071: InetSocketAddress serialization issuechegar
Reviewed-by: alanb, michaelm, skoivu
2012-11-076720349: (ch) Channels tests depending on hosts inside Sundfuchs
Summary: 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 --HG-- rename : test/java/nio/channels/TestUtil.java => test/java/nio/channels/TestServers.java
2012-11-048000330: (fc) FileChannel.truncate issues when given size > file sizealanb
8002180: (fc) FileChannel.map does not throw NPE if MapMode specified as null Reviewed-by: chegar
2012-11-027197491: update copyright year to match last edit in jdk8 jdk repositoryalanb
Reviewed-by: chegar, ksrini
2012-10-047184932: Remove the temporary Selector usage in the NIO socket adaptersrobm
Reviewed-by: alanb
2012-09-277200742: (se) Selector.select does not block when starting Coherence (sol)alanb
Reviewed-by: chegar
2012-09-187142919: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing ↵dxu
intermittently [sol11] Reviewed-by: alanb
2012-08-217132889: (se) AbstractSelectableChannel.register and configureBlocking not ↵alanb
safe from asynchronous close Reviewed-by: alanb Contributed-by: Shirish Kuncolienkar <shirishk@linux.vnet.ibm.com>
2012-08-087189886: (aio) Add test coverage for AsynchronousChannelGroup.withThreadPoolalanb
Reviewed-by: alanb Contributed-by: amy.lu@oracle.com
2012-07-307185340: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Leaky.java ↵dxu
failing intermittently [win] Reviewed-by: alanb
2012-07-226633549: (dc) Include-mode filtering of IPv6 sources does not block ↵alanb
datagrams on Linux Reviewed-by: chegar
2012-06-187177617: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing (win)alanb
Reviewed-by: chegar, coffeys
2012-06-147176630: (sc) SocketChannel.write does not write more than 128k when channel ↵alanb
configured blocking [win] Reviewed-by: khazra, chegar
2012-06-087161881: (dc) DatagramChannel.bind(null) fails if IPv4 socket and running ↵robm
with preferIPv6Addresses=true Reviewed-by: alanb, chegar
2012-06-067172826: (se) Selector based on the Solaris event port mechanismalanb
Reviewed-by: coffeys, chegar
2012-04-227132924: (dc) DatagramChannel.disconnect throws SocketException with IPv4 ↵alanb
socket and IPv6 enabled [macosx] Reviewed-by: chegar
2012-04-167130404: [macosx] "os.arch" value should be "x86_64" for compatibility with ↵jmelvin
Apple JDK6 Summary: 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-167143744: (se) Stabilize KQueue SelectorProvider and make default on MacOSXalanb
Reviewed-by: michaelm, chegar
2012-03-067113349: Initial changeset for Macosx port to jdkmichaelm
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks Contributed-by: Alan Bateman <alan.bateman@oracle.com>, Alexander Potochkin <alexander.potochkin@oracle.com>, Alexander Zuev <alexander.zuev@oracle.com>, Andrew Brygin <andrew.brygin@oracle.com>, Artem Ananiev <artem.ananiev@oracle.com>, Alex Strange <astrange@apple.com>, Bino George <bino@apple.com>, Christine Lu <christine.lu@oracle.com>, David Katleman <david.katleman@oracle.com>, David Durrence <david_durrence@apple.com>, Dmitry Cherepanov <dmitry.cherepanov@oracle.com>, Greg Lewis <glewis@eyesbeyond.com>, Kevin Miller <kevin_m_miller@apple.com>, Kurt Miller <kurt@intricatesoftware.com>, Landon Fuller <landonf@plausiblelabs.com>, Leonid Romanov <leonid.romanov@oracle.com>, Loefty Walkowiak <loefty@apple.com>, Mark Reinhold <mark.reinhold@oracle.com>, Naoto Sato <naoto.sato@oracle.com>, Philip Race <philip.race@oracle.com>, Roger Hoover <rhoover@apple.com>, Scott Kovatch <scott.kovatch@oracle.com>, Sergey ByloKhov <sergey.bylokhov@oracle.com>, Mike Swingler <swingler@apple.com>, Tomas Hurka <tomas.hurka@oracle.com>
2011-12-057117717: (aio) Tests failing due to implementation bug 7052549alanb
Reviewed-by: weijun, chegar
2011-08-267060243: (dc) Multicasting tests fail on Windows XP if IPv6 is enabledalanb
Reviewed-by: alanb Contributed-by: kurchi.subhra.hazra@oracle.com
2011-08-257044870: java/nio/channels/DatagramChannel/SelectWhenRefused.java failed on ↵chegar
SUSE Linux 10 Reviewed-by: alanb, chegar Contributed-by: kurchi.subhra.hazra@oracle.com
2011-06-246965150: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java ↵alanb
takes too long Reviewed-by: chegar
2011-05-117043425: (fc) ClosedByInterruptException thrown but interrupt status not setalanb
Reviewed-by: dholmes, chegar
2011-05-097042979: Rename StandardSocketOption and StandardWatchEventKindalanb
Reviewed-by: forax, chegar --HG-- rename : src/share/classes/com/sun/nio/sctp/SctpStandardSocketOption.java => src/share/classes/com/sun/nio/sctp/SctpStandardSocketOptions.java rename : src/share/classes/java/net/StandardSocketOption.java => src/share/classes/java/net/StandardSocketOptions.java rename : src/share/classes/java/nio/file/StandardWatchEventKind.java => src/share/classes/java/nio/file/StandardWatchEventKinds.java
2011-04-13Mergejdk7-b138ohair
2011-04-067033660: Update copyright year to 2011 on any files changed in 2011ohair
Reviewed-by: dholmes