Magnus Ihse Bursie
65aea48588
8367859: Remove nio exception gensrc
...
Reviewed-by: naoto, erikj, bpb
2025-09-19 10:06:02 +00:00
Magnus Ihse Bursie
55af9d8380
8366837: Clean up gensrc by spp.Spp
...
Reviewed-by: erikj
2025-09-08 16:48:14 +00:00
Volkan Yazici
a2f8d3c4c2
8366765: [REDO] Rename JavaLangAccess::*NoRepl methods
...
Reviewed-by: rriggs, liach, alanb
2025-09-05 06:40:33 +00:00
Volkan Yazici
ecf05ca541
8366693: Backout recent JavaLangAccess changes breaking the build
...
Reviewed-by: jpai, serb, alanb, syan, rriggs, jwaters
2025-09-02 15:26:48 +00:00
Volkan Yazici
eea50fbc1b
8356439: Rename JavaLangAccess::*NoRepl methods
...
Reviewed-by: alanb, liach, rriggs
2025-09-02 12:42:46 +00:00
Per Minborg
f364fcab79
8359119: Change Charset to use StableValue
...
Reviewed-by: alanb, rriggs
2025-08-18 05:32:03 +00:00
Brian Burkhalter
d023982600
8361209: (bf) Use CharSequence::getChars for StringCharBuffer bulk get methods
...
Reviewed-by: rriggs, alanb
2025-08-12 17:39:14 +00:00
Liam Miller-Cushon
c0e6ffabc2
8364954: (bf) CleaningThread should be InnocuousThread
...
Reviewed-by: rriggs, alanb
2025-08-07 19:43:45 +00:00
Brian Burkhalter
6249259c80
8361299: (bf) CharBuffer.getChars(int,int,char[],int) violates pre-existing specification
...
Reviewed-by: alanb, liach
2025-07-09 16:15:21 +00:00
Kim Barrett
21f2e9a71c
8344332: (bf) Migrate DirectByteBuffer away from jdk.internal.ref.Cleaner
...
Reviewed-by: rriggs, bchristi
2025-07-04 04:08:42 +00:00
Alan Bateman
9aeacf2de5
8358958: (aio) AsynchronousByteChannel.read/write should throw IAE if buffer is thread-confined
...
Reviewed-by: jpai, bpb
2025-06-13 06:33:42 +00:00
Brian Burkhalter
0dd7c69b9e
8357286: (bf) Remove obsolete instanceof checks in CharBuffer.append
...
Reviewed-by: alanb
2025-06-12 20:21:50 +00:00
Rohitash Kumar
e5ce5c57c8
8357959: (bf) ByteBuffer.allocateDirect initialization can result in large TTSP spikes
...
Reviewed-by: shade, alanb
2025-06-12 12:23:42 +00:00
Brian Burkhalter
4755276f36
8357912: (fs) Remove @since tag from java.nio.file.FileSystems.newFileSystem(Path,ClassLoader)
...
Reviewed-by: lancea, alanb
2025-05-27 19:47:56 +00:00
Brian Burkhalter
c1f066e17e
8356888: (fs) FileSystems.newFileSystem that take an env must specify IllegalArgumentException
...
Reviewed-by: lancea, alanb, jpai
2025-05-27 17:11:24 +00:00
Naoto Sato
e056bbec92
8356822: Refactor HTML anchor tags to javadoc in Charset
...
Reviewed-by: iris, liach
2025-05-15 16:14:13 +00:00
Volkan Yazici
8fcfddb2d2
8353197: Document preconditions for JavaLangAccess methods
...
Reviewed-by: pminborg, liach
2025-05-15 14:54:27 +00:00
Brian Burkhalter
0318e49500
8351415: (fs) Path::toAbsolutePath should specify if an absolute path has a root component
...
Reviewed-by: alanb
2025-05-13 15:21:30 +00:00
Markus KARG
7642556a5a
8343110: Add getChars(int, int, char[], int) to CharSequence and CharBuffer
...
Reviewed-by: liach, jpai, rriggs
2025-05-08 00:58:10 +00:00
Roger Riggs
af5db51306
8353641: Deprecate core library permission classes for removal
...
Reviewed-by: mullan, iris
2025-04-10 19:19:31 +00:00
Brian Burkhalter
f984c2b32d
8351505: (fs) Typo in the documentation of java.nio.file.spi.FileSystemProvider.getFileSystem()
...
Reviewed-by: alanb, lancea, iris
2025-03-10 23:58:12 +00:00
Brian Burkhalter
93f226078e
8351294: (fs) Minor verbiage correction for Files.createTemp{Directory,File}
...
Reviewed-by: alanb
2025-03-06 17:11:40 +00:00
Brian Burkhalter
99fb350bf6
8350654: (fs) Files.createTempDirectory should say something about the default file permissions when no file attributes specified
...
Reviewed-by: alanb
2025-03-03 21:25:11 +00:00
Brian Burkhalter
b499c827a5
8349383: (fs) FileTreeWalker.next() superfluous null check of visit() return value
...
Reviewed-by: djelinski
2025-02-05 21:40:47 +00:00
Eirik Bjørsnøs
8e8f800071
8344943: Mark not subclassable classes final in java.base exported classes
...
Reviewed-by: weijun, liach, djelinski
2025-01-24 19:29:05 +00:00
Hannes Wallnöfer
ceae2b977d
8347121: Add missing @serial tags to module java.base
...
Reviewed-by: alanb
2025-01-09 11:49:18 +00:00
Alan Bateman
f1196638b3
8346573: Can't use custom default file system provider with custom system class loader
...
Reviewed-by: mkartashev, bpb
2025-01-07 10:34:18 +00:00
Magnus Ihse Bursie
ddf0461788
8345799: Update copyright year to 2024 for core-libs in files where it was missed
...
Reviewed-by: joehw, jlu, mli, lancea, kevinw
2024-12-11 21:08:22 +00:00
Brian Burkhalter
1d3dcdf2d6
8345433: (fs) Use stream to load FileTypeDetectors in Files.probeContentType
...
Reviewed-by: rriggs, alanb, aturbanov
2024-12-04 20:25:52 +00:00
Brian Burkhalter
0312694c46
8344882: (bf) Temporary direct buffers should not count against the upper limit on direct buffer memory
...
Reviewed-by: alanb
2024-11-27 16:14:03 +00:00
Brian Burkhalter
aaf3df7bb8
8343823: (fs) Files.createLink: inconsistent behavior when creating link to symbolic link
...
Reviewed-by: alanb
2024-11-21 16:17:58 +00:00
Brian Burkhalter
922b12f30c
8344078: Remove security manager dependency in java.nio
...
Reviewed-by: alanb, rriggs
2024-11-18 19:17:14 +00:00
Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
Archie Cobbs
1cc3586c53
8343551: Missing copyright header update in Charset-X-Coder.java.template
...
Reviewed-by: iris
2024-11-04 17:32:11 +00:00
Archie Cobbs
23fa1a3327
8343484: Remove unnecessary @SuppressWarnings annotations (nio)
...
Reviewed-by: alanb
2024-11-04 16:13:10 +00:00
Per Minborg
f69b6016d6
8343188: Investigate ways to simplify MemorySegment::ofBuffer
...
Reviewed-by: mcimadamore
2024-11-04 11:06:25 +00:00
Justin Lu
082125d61e
8340404: CharsetProvider specification updates
...
Reviewed-by: alanb, naoto
2024-09-27 18:26:08 +00:00
Per Minborg
384deda65f
8325949: Create an internal utility method for creating VarHandle instances
...
Reviewed-by: rriggs
2024-09-23 10:57:43 +00:00
Justin Lu
5f3e7aa833
8339735: Remove references to Applet in core-libs/security APIs
...
Reviewed-by: coffeys, naoto, iris, rriggs, lancea, mullan
2024-09-19 16:18:37 +00:00
Brian Burkhalter
f87701635f
8315273: (fs) Path.toRealPath(LinkOption.NOFOLLOW_LINKS) fails when "../../" follows a link (win)
...
Reviewed-by: djelinski
2024-09-17 15:50:16 +00:00
Joe Darcy
89c172ac47
8340082: Use inline return tag in java.base
...
Reviewed-by: iris, prappo, lancea, djelinski, naoto, liach
2024-09-13 16:49:28 +00:00
Maurizio Cimadamore
5977888500
8339686: java/foreign/TestMappedHandshake.java fails with assert(depth < max_critical_stack_depth) failed: can't have more than 10 critical frames
...
8339780: TestByteBuffer fails on AIX after 8339285
Reviewed-by: alanb, jvernee
2024-09-11 11:18:38 +00:00
Maurizio Cimadamore
9e1af8cc7c
8339285: Test fails with assert(depth < max_critical_stack_depth) failed: can't have more than 10 critical frames
...
Reviewed-by: alanb
2024-09-05 18:11:18 +00:00
Brian Burkhalter
8bd3cd5156
8337716: ByteBuffer hashCode implementations are inconsistent
...
Reviewed-by: alanb, liach
2024-08-04 15:42:51 +00:00
Andrey Turbanov
e716f5ed53
8336755: Remove unused UNALIGNED field from view buffers
...
Reviewed-by: alanb, liach, bpb
2024-07-24 20:26:11 +00:00
Alan Bateman
9f03f68755
8336339: (se) SelectionKey.interestOps(int) should not throw ClosedSelectorException
...
Reviewed-by: jpai, bpb
2024-07-23 05:13:49 +00:00
Nizar Benalla
e0bab78640
8326951: since-checker - missing @ since tags
...
Reviewed-by: jpai
2024-06-04 16:51:39 +00:00
Pavel Rappo
3cff588a31
8332826: Make hashCode methods in ArraysSupport friendlier
...
Reviewed-by: redestad, liach
2024-05-30 09:33:30 +00:00
Fabian Meumertzheim
a8b3f194e8
8330077: Allow max number of events to be buffered to be configurable to avoid OVERFLOW_EVENT
...
Reviewed-by: bpb, alanb
2024-05-06 17:01:11 +00:00
Alan Bateman
412e306d81
8329593: Drop adjustments to target parallelism when virtual threads do I/O on files opened for buffered I/O
...
Reviewed-by: bpb, jpai
2024-04-23 16:10:13 +00:00