1. 1be6ce2 8145981: (fs) LinuxWatchService can reports events against wrong directory by sebastian · 9 years ago
  2. 912941e 8068761: Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed with SocketTimeoutException by igerasim · 9 years ago
  3. 81150c4 8133207: ParallelProbes.java test fails after changes for JDK-8080115 by igerasim · 9 years ago
  4. 4cffdfb 8137230: TEST_BUG: java/nio/channels/FileChannel/LoopingTruncate.java timed out by igerasim · 9 years ago
  5. e76b66f 8137121: (fc) Infinite loop FileChannel.truncate Reviewed-by: alanb by igerasim · 9 years ago
  6. 871416f 8080115: (fs) Crash in libgio when calling Files.probeContentType(path) from parallel threads by igerasim · 9 years ago
  7. 3ab2ac6 8133647: (ch) Test java/nio/channels/AsynchronousSocketChannel/StressLoopback.java fails for Windows XP by bpb · 9 years ago
  8. 9ee81e7 8029516: (fs) WatchKey cancel unreliable on Windows Reviewed-by: chegar by alanb · 10 years ago
  9. db58551 6857566: (bf) DirectByteBuffer garbage creation can outpace reclamation by igerasim · 9 years ago
  10. 00ace5e 8071599: (so) Socket adapter sendUrgentData throws IllegalBlockingMode when channel configured non-blocking by bpb · 10 years ago
  11. 3cbfe67 8071447: IBM1166 Locale Request for Kazakh characters Reviewed-by: sherman by coffeys · 10 years ago
  12. 6749b7a 8068507: (fc) Rename the new jdk.net.enableFastFileTransfer system property to jdk.nio.enableFastFileTransfer by coffeys · 10 years ago
  13. dcf4aa1 8064407: (fc) FileChannel transferTo should use TransmitFile on Windows by alanb · 10 years ago
  14. 4ba3e47 8060170: Support SIO_LOOPBACK_FAST_PATH option on Windows by alanb · 10 years ago
  15. 6406346 8042470: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified by igerasim · 11 years ago
  16. 4d60b8e 8011537: (fs) Path.register(..) clears interrupt status of thread with no InterruptedException by igerasim · 11 years ago
  17. 6d224a0 8054029: (fc) FileChannel.size() returns 0 for block devices on Linux by igerasim · 10 years ago
  18. 8927517 8037945: Paths.get("").normalize() throws ArrayIndexOutOfBoundsException by alanb · 11 years ago
  19. 1c0bce6 8032220: Files.createDirectories throws exception with confusing message for root directories that exist by alanb · 11 years ago
  20. 2847257 Merge by kvn · 11 years ago
  21. 9fc3fb2 Merge by kvn · 11 years ago
  22. 05d5816 8027212: java/nio/channels/Selector/SelectAfterRead.java fails intermittently by igerasim · 11 years ago
  23. 7b180de 8028537: PPC64: Updated the JDK regression tests to run on AIX by simonis · 11 years ago
  24. f3d11f6 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013 by lana · 11 years ago
  25. f9e06c5 8028628: java/nio/channels/FileChannel/Size.java failed once in the same binary run by dxu · 11 years ago
  26. 5116952 7065902: (file) test/java/nio/file/Files/Misc.java fails on Solaris 11 when run as root by dxu · 11 years ago
  27. 528f535 8028270: Files.readSymbolicLink calls AccessController directly so security manager can't grant the permission by alanb · 11 years ago
  28. e571da4 7074436: (sc) SocketChannel can do short gathering writes when channel configured blocking (win) by alanb · 11 years ago
  29. dca4fd8 8024833: (fc) FileChannel.map does not handle async close/interrupt correctly by alanb · 11 years ago
  30. a589c23 8026859: (fs) test/java/nio/file/Files/StreamTest.java fails to compile intermittently by alanb · 11 years ago
  31. 9301c55 8019526: (fs) Files.lines, etc without Charset parameter by alanb · 11 years ago
  32. bebe385 Merge by lana · 11 years ago
  33. f88b51d 8024788: (fs) Files.readAllBytes uses FileChannel which may not be supported by all providers by alanb · 11 years ago
  34. f3a240a Merge by katleman · 11 years ago
  35. e9d8ca6 8020552: [launcher] changes to support removal of Solaris 32-bit distribution by ksrini · 11 years ago
  36. d172b57 8023878: (fs) TEST_BUG java/nio/file/WatchService/SensitivityModifier.java fails intermittently by alanb · 11 years ago
  37. 98db230 8015762: TEST_BUG: java/nio/channels/DatagramChannel/AdaptDatagramSocket.java failing intermittently [win] by ewang · 11 years ago
  38. 24d8d0f 8024883: (se) SelectableChannel.register throws NPE if fd >= 64k (lnx) by alanb · 11 years ago
  39. 72a9348 8017513: Support for closeable streams by henryjen · 11 years ago
  40. b2df4a3 8023139: java/nio/file/WatchService/SensitivityModifier.java failing intermittently (win8) by alanb · 11 years ago
  41. a841bf3 8015765: TEST_BUG: java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failing intermittently by alanb · 11 years ago
  42. 3f749b1 8020669: (fs) Files.readAllBytes() does not read any data when Files.size() is 0 by igerasim · 11 years ago
  43. d99a82c 8009736: Comparator API cleanup by henryjen · 12 years ago
  44. 9361fc0 8014377: (dc) DatagramChannel should set IP_MULTICAST_ALL=0 (lnx) by alanb · 12 years ago
  45. 5ae5f07 8003895: java/nio/channels/AsynchronousChannelGroup/Unbounded.java failing again [win64] by alanb · 12 years ago
  46. d96e6ab 8014855: TEST_BUG: java/nio/file/Files/StreamTest.java fails when sym links not supported by alanb · 12 years ago
  47. 98bde96 8014854: (bf) CharBuffer.chars too slow with default implementation by alanb · 12 years ago
  48. 83d7b53 8006884: (fs) Add Files.list, lines and find by henryjen · 12 years ago
  49. 1ff0cfc 8011128: (fs) Files.createDirectory fails if the resolved path is exactly 248 characters long by alanb · 12 years ago
  50. e07be03 8013647: JPRT unable to clean-up after tests that leave file trees with loops by alanb · 12 years ago
  51. 16c22b6 8012930: (fs) Eliminate recursion from FileTreeWalker Reviewed-by: chegar by alanb · 12 years ago
  52. 931ef53 8011536: (fs) BasicFileAttributes.creationTime() should return birth time (mac) by alanb · 12 years ago
  53. 0b45b84 8012019: (fc) Thread.interrupt triggers hang in FileChannelImpl.pread (win) by alanb · 12 years ago
  54. 5108055 8011647: Add java.time.Instant methods to java.nio.file.attribute.FileTime by sherman · 12 years ago
  55. 6313bc9 Merge by lana · 12 years ago
  56. db73471 7183800: TEST_BUG: Update tests to run on Ubuntu 12.04 (localhost is 127.0.1.1) by alanb · 12 years ago
  57. 5aa24db Merge by lana · 12 years ago
  58. 8efd9fd 8006645: TEST_BUG: java/nio/file/Files/CopyAndMove.java failing intermittently (sol) by dxu · 12 years ago
  59. 9cb1c93 Merge by ewendeli · 12 years ago
  60. 974d23e 6429204: (se) Concurrent Selector.register and SelectionKey.interestOps can ignore interestOps by dingxmin · 12 years ago
  61. 1e2571a 6939260: (fs) BasicFileAttributes.lastModifiedTime() should return last modified time with higher precision by alanb · 12 years ago
  62. 303e05f 8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools by alanb · 12 years ago
  63. a694837 8005566: (fs) test/java/nio/file/Files/Misc.java failing (sol) by alanb · 12 years ago
  64. 69aa6d8 8002306: (se) Selector.open fails if invoked with thread interrupt status set [win] by dxu · 12 years ago
  65. 3f6cad7 8003890: corelibs test scripts should pass TESTVMOPTS by chegar · 12 years ago
  66. 52e5630 Merge by ewendeli · 12 years ago
  67. 042ceef 8003285: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java fails again [macosx] by alanb · 12 years ago
  68. b8f310f 8003253: TEST_BUG: java/nio/channels/AsynchronousChannelGroup/Unbounded.java hang intermittently [win] by alanb · 12 years ago
  69. 0e975ea 7201071: InetSocketAddress serialization issue by chegar · 12 years ago
  70. f8ad344 6720349: (ch) Channels tests depending on hosts inside Sun by dfuchs · 12 years ago
  71. 7359fe6 8000330: (fc) FileChannel.truncate issues when given size > file size by alanb · 12 years ago
  72. 0d05823 7197491: update copyright year to match last edit in jdk8 jdk repository by alanb · 12 years ago
  73. dc85317 7184932: Remove the temporary Selector usage in the NIO socket adapters by robm · 12 years ago
  74. 62f247b 6950237: Test java/nio/file/Path/CopyAndMove.java does not work correctly when test dir in on VFAT by dxu · 12 years ago
  75. bb4d825 7200742: (se) Selector.select does not block when starting Coherence (sol) by alanb · 12 years ago
  76. 5a97cbc 7199551: (bf) CharBuffer.append(CharSequence) throws BufferOverflowException for read-only buffer by alanb · 12 years ago
  77. f7c1c56 7142919: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing intermittently [sol11] by dxu · 12 years ago
  78. 19958ea 7033824: TEST_BUG: java/nio/file/Files/CopyAndMove.java fails intermittently by alanb · 12 years ago
  79. 8769158 7132889: (se) AbstractSelectableChannel.register and configureBlocking not safe from asynchronous close by alanb · 12 years ago
  80. 7005215 7191467: (fs) WatchService periodically fails to queue ENTRY_DELETE event for short lived file [sol11] by alanb · 12 years ago
  81. 6971883 7190219: (bf) CharBuffer.put(String,int,int) modifies position even if BufferOverflowException thrown by luchsh · 12 years ago
  82. 09a758d 7189886: (aio) Add test coverage for AsynchronousChannelGroup.withThreadPool by alanb · 12 years ago
  83. 4a49ff1 7185340: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Leaky.java failing intermittently [win] by dxu · 12 years ago
  84. 8e6a043 6653797: Reimplement JDK charset repository charsets.jar by sherman · 12 years ago
  85. fd4c5a3 6633549: (dc) Include-mode filtering of IPv6 sources does not block datagrams on Linux by alanb · 12 years ago
  86. 185404b 7130915: File.equals does not give expected results when path contains Non-English characters on Mac OS X by sherman · 12 years ago
  87. 31a0326 7177617: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing (win) by alanb · 13 years ago
  88. d798429 7176630: (sc) SocketChannel.write does not write more than 128k when channel configured blocking [win] by alanb · 13 years ago
  89. 50c4ec1 7161881: (dc) DatagramChannel.bind(null) fails if IPv4 socket and running with preferIPv6Addresses=true by robm · 13 years ago
  90. a0317c3 7172826: (se) Selector based on the Solaris event port mechanism by alanb · 13 years ago
  91. 1bbce0d 7170203: TEST_BUG: test/java/nio/MappedByteBuffer/Truncate.java failing intermittently by alanb · 13 years ago
  92. 461b7e9 7164570: (fs) WatchService queues CREATE event but not DELETE event for very short lived files [sol11] by alanb · 13 years ago
  93. 0be6796 7132924: (dc) DatagramChannel.disconnect throws SocketException with IPv4 socket and IPv6 enabled [macosx] by alanb · 13 years ago
  94. d0138dc Merge by coleenp · 13 years ago
  95. 5be598c 7116200: (cs) test/java/nio/charset/coders/StreamTimeout.java fails with "Address already in use" by alanb · 13 years ago
  96. 7547999 7130404: [macosx] "os.arch" value should be "x86_64" for compatibility with Apple JDK6 by jmelvin · 13 years ago
  97. ff91f49 7143744: (se) Stabilize KQueue SelectorProvider and make default on MacOSX by alanb · 13 years ago
  98. 64644a9 7152866: Tests not run because they are missing the @run tag by alanb · 13 years ago
  99. 5ac8c15 7113349: Initial changeset for Macosx port to jdk by michaelm · 13 years ago
  100. 9d82dbf 7144086: TEST_BUG: java/nio/file/WatchService/SensitivityModifier.java failing intermittently by alanb · 13 years ago