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 |
|
Pavel Rappo
|
b4b121018d
|
8273616: Fix trivial doc typos in the java.base module
Reviewed-by: jrose, iris, lancea, dfuchs, rriggs
|
2021-09-13 17:46:13 +00:00 |
|
Markus Karg
|
185557423d
|
8273038: ChannelInputStream.transferTo() uses FileChannel.transferTo(FileChannel)
Reviewed-by: alanb
|
2021-09-08 11:22:47 +00:00 |
|
Naoto Sato
|
7fc8540907
|
8260265: UTF-8 by Default
Reviewed-by: alanb, rriggs
|
2021-08-30 21:13:59 +00:00 |
|
Jaikiran Pai
|
8156ff609b
|
8271147: java/nio/file/Path.java javadoc typo
Reviewed-by: iris
|
2021-07-23 04:06:59 +00:00 |
|
Aleksey Shipilev
|
3a8f3d6cac
|
8269280: (bf) Replace StringBuffer in *Buffer.toString()
Reviewed-by: alanb, chegar, bpb
|
2021-06-25 08:08:10 +00:00 |
|
Yi Yang
|
5cee23a9ed
|
8265518: C1: Intrinsic support for Preconditions.checkIndex
Reviewed-by: dfuchs, iveresov
|
2021-06-12 01:03:50 +00:00 |
|
Patrick Concannon
|
438895903b
|
8268056: Update java.net and java.nio to use switch expressions
Reviewed-by: dfuchs, michaelm, chegar, iris, alanb
|
2021-06-09 10:13:25 +00:00 |
|
Weijun Wang
|
6765f90250
|
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
|
2021-06-02 11:57:31 +00:00 |
|
Maurizio Cimadamore
|
a223189b06
|
8264774: Implementation of Foreign Function and Memory API (Incubator)
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Co-authored-by: Athijegannathan Sundararajan <sundar@openjdk.org>
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Reviewed-by: psandoz, chegar, mchung, vlivanov
|
2021-06-02 10:53:06 +00:00 |
|
Philippe Marschall
|
45760d4baf
|
8266320: (bf) ReadOnlyBufferException in heap buffer put(String,int,int) should not be conditional
Reviewed-by: alanb, bpb
|
2021-05-03 17:28:46 +00:00 |
|