Commits
User selector
Commit History
Commits on Sep 25, 2021
8274314: Typo in WatchService#poll(long timeout, TimeUnit unit) javadoc
Show description for 8c122afcommitted
Commits on Sep 23, 2021
8274195: Doc cleanup in java.nio.file
Show description for 5ffbe75committed8274075: Fix miscellaneous typos in java.base
Show description for 8799856committed
Commits on Sep 14, 2021
8273641: (bf) Buffer subclasses documentation contains template strings
Show description for e7ab372committed
Brian Burkhalter
Commits on Sep 13, 2021
8273616: Fix trivial doc typos in the java.base module
Show description for b4b1210committed
Commits on Sep 8, 2021
8273038: ChannelInputStream.transferTo() uses FileChannel.transferTo(FileChannel)
Show description for 1855574authored andcommitted
Commits on Aug 30, 2021
8260265: UTF-8 by Default
Show description for 7fc8540committed
Commits on Jul 23, 2021
8271147: java/nio/file/Path.java javadoc typo
Show description for 8156ff6committed
Commits on Jun 25, 2021
8269280: (bf) Replace StringBuffer in *Buffer.toString()
Show description for 3a8f3d6committed
Commits on Jun 12, 2021
8265518: C1: Intrinsic support for Preconditions.checkIndex
Show description for 5cee23acommitted
Commits on Jun 9, 2021
8268056: Update java.net and java.nio to use switch expressions
Show description for 4388959committed
Commits on Jun 2, 2021
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Show description for 6765f90committed
8264774: Implementation of Foreign Function and Memory API (Incubator)
Show description for a223189committed

Commits on May 3, 2021
8266320: (bf) ReadOnlyBufferException in heap buffer put(String,int,int) should not be conditional
Show description for 45760d4authored andcommitted
Commits on Apr 29, 2021
8264762: ByteBuffer.byteOrder(BIG_ENDIAN).asXBuffer.put(Xarray) and ByteBuffer.byteOrder(nativeOrder()).asXBuffer.put(Xarray) are slow
Show description for 6bb71d9committed
Brian Burkhalter
Commits on Apr 22, 2021
8265699: (bf) Scopes passed to ScopedMemoryAccess.copy[Swap]Memory in incorrect order
Show description for ca0de26committed
Brian Burkhalter
Commits on Apr 19, 2021
8265226: (dc) API note in DatagramChannel.open should link to StandardProtocolFamily.UNIX
Show description for d9e19f1committed
Commits on Apr 14, 2021
8262883: doccheck: Broken links in java.base
Show description for 4661690committed
Commits on Apr 12, 2021
8264827: Large mapped buffer/segment crash the VM when calling isLoaded
Show description for 3c9858dcommitted
Commits on Apr 9, 2021
8264779: Fix doclint warnings in java/nio
Show description for a45733fauthored andcommitted
Commits on Mar 25, 2021
4833719: (bf) Views of MappedByteBuffers are not MappedByteBuffers, and cannot be forced
Show description for b006f22committed
Brian Burkhalter
Commits on Mar 23, 2021
8241619: (fs) Files.newByteChannel(path, Set.of(CREATE_NEW, READ)) does not throw a FileAlreadyExistsException when the file exists
Show description for 8fa34e4committed
Brian Burkhalter
Commits on Mar 19, 2021
8263890: Broken links to Unicode.org
Show description for 96e5c3fcommitted8263892: More modifier order fixes in java.base
Show description for 77ebc11authored andcommitted8263658: Use the blessed modifier order in java.base
Show description for b49c589authored andcommitted
Commits on Mar 18, 2021
8263742: (bf) MappedByteBuffer.force() should use the capacity as its upper bound
Show description for fa0f161committed
Brian Burkhalter
Commits on Mar 15, 2021
6539707: (fc) MappedByteBuffer.force() method throws an IOException in a very simple test
Show description for 46d78f0committed
Brian Burkhalter
Commits on Mar 10, 2021
8259218: (fs) Add links in from overloaded methods in java.nio.file.Files
Show description for b482733committed
Brian Burkhalter8263233: Update java.net and java.nio to use instanceof pattern variable
Show description for fdd3941committed
Commits on Feb 26, 2021
8262430: doclint warnings in java.base module
Show description for 3088e1ecommitted
Commits on Feb 19, 2021
8260694: (fc) Clarify FileChannel.transferFrom to better describe "no bytes available" case
Show description for a180a38committed
Hamlin Li
Commits on Feb 8, 2021
8129776: The optimized Stream returned from Files.lines should unmap the mapped byte buffer (if created) when closed
Show description for 7451962committed
Brian Burkhalter
Commits on Jan 21, 2021
8247619: Improve Direct Buffering of Characters
Show description for a5367cbauthored andcommitted
Commits on Jan 15, 2021
8257212: (bf spec) Clarify byte order of the buffer returned by CharBuffer.subsequence(int,int)
Show description for 707bce0authored andcommitted