Brian Burkhalter
|
f95ee79603
|
8292566: Add reference to the java.nio.file package in java.nio package documentation
Reviewed-by: iris, jpai, alanb
|
2022-08-22 15:53:12 +00:00 |
|
Brian Burkhalter
|
4040927d17
|
8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index
Reviewed-by: naoto, rriggs, alanb, lancea
|
2022-08-09 17:07:14 +00:00 |
|
Andrey Turbanov
|
6e7cd7627d
|
8291061: Improve thread safety of FileTime.toString and toInstant
Reviewed-by: alanb
|
2022-08-05 06:56:20 +00:00 |
|
Jesper Wilhelmsson
|
d9ca438d06
|
Merge
|
2022-07-12 16:16:16 +00:00 |
|
Maurizio Cimadamore
|
fed3af8ae0
|
8287809: Revisit implementation of memory session
Reviewed-by: jvernee
|
2022-07-11 14:30:19 +00:00 |
|
Lance Andersen
|
d48694d0f3
|
8283335: Add exists and readAttributesIfExists methods to FileSystemProvider
Reviewed-by: alanb
|
2022-07-05 19:45:08 +00:00 |
|
Jesper Wilhelmsson
|
86dc760f9e
|
Merge
|
2022-06-28 22:11:23 +00:00 |
|
Brian Burkhalter
|
6f9717b46b
|
8288836: (fs) Files.writeString spec for IOException has "specified charset" when no charset is provided
Reviewed-by: alanb, lancea, iris
|
2022-06-28 15:05:46 +00:00 |
|
Brian Burkhalter
|
651cbebb96
|
8288080: (fc) FileChannel::map for MemorySegments should state it always throws UOE
Backport-of: a9c2ab67c44872ce0247aef6bf972bf4246b44be
|
2022-06-23 22:57:35 +00:00 |
|
Brian Burkhalter
|
ef17ee4dea
|
8288515: (ch) Unnecessary use of Math.addExact() in java.nio.channels.FileLock.overlaps()
Reviewed-by: alanb
|
2022-06-23 15:40:23 +00:00 |
|
Jesper Wilhelmsson
|
3d12c0225b
|
Merge
|
2022-06-16 12:01:32 +00:00 |
|
Brian Burkhalter
|
5a8e1e43a4
|
8287889: (fs) Files.copy description of REPLACE_EXISTING is hard to read
Reviewed-by: alanb
|
2022-06-14 17:59:06 +00:00 |
|
Brian Burkhalter
|
a9c2ab67c4
|
8288080: (fc) FileChannel::map for MemorySegments should state it always throws UOE
Reviewed-by: alanb
|
2022-06-13 22:47:13 +00:00 |
|
XenoAmess
|
e01cd7c3ed
|
8284780: Need methods to create pre-sized HashSet and LinkedHashSet
Reviewed-by: naoto, bpb, dfuchs, ascarpino
|
2022-06-09 01:50:54 +00:00 |
|
Brian Burkhalter
|
13596cdf69
|
8287097: (fs) Files::copy requires an undocumented permission when copying from the default file system to a non-default file system
Reviewed-by: chegar, alanb
|
2022-06-02 17:36:25 +00:00 |
|
Sergey Tsypanov
|
168b226b0f
|
8282662: Use List.of() factory method to reduce memory consumption
Reviewed-by: redestad, rriggs
|
2022-06-01 13:31:36 +00:00 |
|
Brian Burkhalter
|
7cb368b34d
|
8286709: (fc) FileChannel/FileChannelImpl cleanup
Reviewed-by: alanb
|
2022-05-26 18:02:02 +00:00 |
|
Maurizio Cimadamore
|
e1f140d270
|
8287206: Use WrongThreadException for confinement errors
Reviewed-by: alanb, darcy, mchung
|
2022-05-25 09:50:55 +00:00 |
|
Maurizio Cimadamore
|
89a1d055d9
|
8286715: Generalize MemorySegment::ofBuffer
Reviewed-by: jvernee
|
2022-05-23 08:43:51 +00:00 |
|
Andrey Turbanov
|
6b9c15211e
|
8286366: (cs) Charset.put can use putIfAbsent instead of containsKey+put
Reviewed-by: alanb
|
2022-05-18 17:43:38 +00:00 |
|
Maurizio Cimadamore
|
2c5d136260
|
8282191: Implementation of Foreign Function & Memory API (Preview)
Reviewed-by: erikj, jvernee, psandoz, dholmes, mchung
|
2022-05-12 16:17:45 +00:00 |
|
Alan Bateman
|
9583e3657e
|
8284161: Implementation of Virtual Threads (Preview)
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
|
2022-05-07 08:06:16 +00:00 |
|
Joe Darcy
|
bba456a8db
|
8285676: Add missing @param tags for type parameters on classes and interfaces
Reviewed-by: wetmore, smarks, dfuchs, prr, alanb, mchung
|
2022-04-28 18:00:34 +00:00 |
|
Magnus Ihse Bursie
|
fb469fb894
|
8284893: Fix typos in java.base
Reviewed-by: iris, wetmore, lancea, mullan, naoto
|
2022-04-19 20:07:57 +00:00 |
|
Andrey Turbanov
|
f4edb59a6e
|
8284567: Collapse identical catch branches in java.base
Reviewed-by: darcy, iris, wetmore
|
2022-04-11 09:32:24 +00:00 |
|
Brian Burkhalter
|
b36cf35ad9
|
8283417: Update java.nio buffers to use sealed classes
Reviewed-by: rriggs, darcy, iris, alanb
|
2022-03-24 16:11:57 +00:00 |
|
Brian Burkhalter
|
fdce97df5f
|
8267820: (fs) Files.copy should attempt to copy POSIX attributes when target file in custom file system
Reviewed-by: lancea, alanb
|
2022-03-10 17:36:51 +00:00 |
|
Brian Burkhalter
|
6445ee46b5
|
5041655: (ch) FileLock: negative param and overflow issues
Reviewed-by: alanb
|
2022-02-22 17:24:15 +00:00 |
|
Andrey Turbanov
|
51f4420711
|
8282130: (bf) Remove unused ARRAY_BASE_OFFSET, ARRAY_INDEX_SCALE from read-only Heap Buffers
Reviewed-by: bpb, alanb
|
2022-02-21 09:03:16 +00:00 |
|
Brian Burkhalter
|
130cf46dcb
|
4750574: (se spec) Selector spec should clarify calculation of select return value
Reviewed-by: alanb
|
2022-02-03 19:12:27 +00:00 |
|
Brian Burkhalter
|
d366d15d67
|
8280903: javadoc build fails after JDK-4774868
Reviewed-by: lancea
|
2022-01-28 23:18:20 +00:00 |
|
Brian Burkhalter
|
95ee9bf7be
|
4774868: (fc spec) Unclear spec for FileChannel.force
Reviewed-by: alanb
|
2022-01-28 17:12:42 +00:00 |
|
Brian Burkhalter
|
ece89c6df1
|
8280366: (fs) Restore Files.createTempFile javadoc
Reviewed-by: alanb, lancea
|
2022-01-27 21:00:45 +00:00 |
|
Brian Burkhalter
|
f4575e4052
|
8279946: (ch) java.nio.channels.FileChannel tryLock and write methods are missing @throws NonWritableChannelException
Reviewed-by: alanb
|
2022-01-25 18:02:18 +00:00 |
|
Brian Burkhalter
|
fb8fdc0fbf
|
8279990: (fs) Awkward verbiage in description of Files.createTempFile(Path,String,String,FileAttribute)
Reviewed-by: lancea
|
2022-01-14 17:47:35 +00:00 |
|
Jesper Wilhelmsson
|
d9b1bb5860
|
Merge
|
2022-01-10 17:06:23 +00:00 |
|
Maurizio Cimadamore
|
d65c665839
|
8279527: Dereferencing segments backed by different scopes leads to pollution
Reviewed-by: psandoz, jvernee
|
2022-01-07 13:41:29 +00:00 |
|
Alan Bateman
|
2dbb936da9
|
8279339: (ch) Input/Output streams returned by Channels factory methods don't support concurrent read/write ops
Reviewed-by: lancea, bpb
|
2022-01-06 08:12:53 +00:00 |
|
Markus Karg
|
9642629d15
|
8276779: (ch) InputStream returned by Channels.newInputStream should have fast path for SelectableChannels
Reviewed-by: lancea, alanb
|
2021-12-04 09:27:23 +00:00 |
|
Pavel Rappo
|
d1cad2463a
|
8278168: Add a few missing words to the specification of Files.mismatch
Reviewed-by: rriggs, bpb, iris, alanb
|
2021-12-03 09:54:23 +00:00 |
|
Maurizio Cimadamore
|
96e36071b6
|
8275063: Implementation of Foreign Function & Memory API (Second incubator)
Reviewed-by: erikj, psandoz, jvernee, darcy
|
2021-11-24 11:51:16 +00:00 |
|
Brian Burkhalter
|
5facaa243a
|
8276128: (bf) Remove unused constant ARRAY_BASE_OFFSET from Direct-X-Buffer
Reviewed-by: lancea, iris, alanb
|
2021-10-29 16:12:19 +00:00 |
|
Naoto Sato
|
168081efc8
|
8270490: Charset.forName() taking fallback default value
Reviewed-by: joehw, rriggs, serb, dfuchs
|
2021-10-27 12:39:46 +00:00 |
|
Brian Burkhalter
|
7fc3a8d052
|
8275149: (ch) ReadableByteChannel returned by Channels.newChannel(InputStream) throws ReadOnlyBufferException
Reviewed-by: alanb
|
2021-10-15 22:58:21 +00:00 |
|
Brian Burkhalter
|
239a35aa91
|
8233749: Files.exists javadoc doesn't mention eating IOException
Reviewed-by: lancea, alanb
|
2021-10-08 16:43:16 +00:00 |
|
Pavel Rappo
|
97b28742b4
|
8274509: Remove stray * and stylistic . from doc comments
Reviewed-by: alanb, dfuchs, lancea, iris, bpb
|
2021-09-29 17:09:08 +00:00 |
|
Jaikiran Pai
|
8c122af6d8
|
8274314: Typo in WatchService#poll(long timeout, TimeUnit unit) javadoc
Reviewed-by: alanb, lancea
|
2021-09-25 12:42:03 +00:00 |
|
Pavel Rappo
|
5ffbe75557
|
8274195: Doc cleanup in java.nio.file
Reviewed-by: alanb, lancea, bpb
|
2021-09-23 16:18:07 +00:00 |
|
Pavel Rappo
|
8799856528
|
8274075: Fix miscellaneous typos in java.base
Reviewed-by: dfuchs, darcy, iris, lancea, bpb
|
2021-09-23 08:08:39 +00:00 |
|
Brian Burkhalter
|
e7ab3724e7
|
8273641: (bf) Buffer subclasses documentation contains template strings
Reviewed-by: rriggs, alanb
|
2021-09-14 19:12:53 +00:00 |
|