Brian Burkhalter
|
922b12f30c
|
8344078: Remove security manager dependency in java.nio
Reviewed-by: alanb, rriggs
|
2024-11-18 19:17:14 +00:00 |
|
Brian Burkhalter
|
7e9dfa4ae4
|
8343785: (fs) Remove syscalls that set file times with microsecond precision
Reviewed-by: alanb
|
2024-11-14 16:27:22 +00:00 |
|
Shaojin Wen
|
0dab920b70
|
8343984: Fix Unsafe address overflow
Reviewed-by: pminborg, alanb
|
2024-11-13 23:17:26 +00:00 |
|
Brian Burkhalter
|
56c588b4e8
|
8343417: (fs) BasicFileAttributeView.setTimes uses microsecond precision with NOFOLLOW_LINKS
Reviewed-by: alanb
|
2024-11-07 17:19:27 +00:00 |
|
Archie Cobbs
|
f95097cc64
|
8343482: Remove unnecessary @SuppressWarnings annotations (net)
Reviewed-by: dfuchs
|
2024-11-05 15:46:00 +00:00 |
|
David M. Lloyd
|
9f6d5b46ce
|
8343020: (fs) Add support for SecureDirectoryStream on macOS
Reviewed-by: bpb, alanb
|
2024-10-28 16:58:44 +00:00 |
|
Brian Burkhalter
|
de92fe3757
|
8233451: (fs) Files.newInputStream() cannot be used with character special files
Reviewed-by: alanb
|
2024-10-23 18:53:30 +00:00 |
|
Jaikiran Pai
|
86ce19e8db
|
8341142: Maintain a single source file for sun.net.www.protocol.jar.JarFileFactory
Reviewed-by: dfuchs
|
2024-10-16 01:51:09 +00:00 |
|
Brian Burkhalter
|
3ee94e040a
|
8341282: (fs) Move creation time fallback logic to Java layer (Linux)
Reviewed-by: sgehwolf, alanb
|
2024-10-03 15:13:58 +00:00 |
|
Brian Burkhalter
|
23dc3b0246
|
8324048: (fc) Make FileKey fields final
Reviewed-by: djelinski, alanb, jpai
|
2024-08-23 16:32:14 +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 |
|
Andrey Turbanov
|
f5871df25c
|
8336675: Remove UnixFileSystemProvider.checkPath in favor of UnixPath.toUnixPath
Reviewed-by: jpai, alanb, bpb
|
2024-07-19 05:54:25 +00:00 |
|
Jaikiran Pai
|
9bb675f89d
|
8334719: (se) Deferred close of SelectableChannel may result in a Selector doing the final close before concurrent I/O on channel has completed
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb, dfuchs
|
2024-06-27 04:38:32 +00:00 |
|
Pavel Rappo
|
3cff588a31
|
8332826: Make hashCode methods in ArraysSupport friendlier
Reviewed-by: redestad, liach
|
2024-05-30 09:33:30 +00:00 |
|
Tim Prinzing
|
f4caac8dea
|
8329138: Convert JFR FileForceEvent to static mirror event
Reviewed-by: alanb, egahlin
|
2024-04-30 15:39:23 +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 |
|
Mark Sheppard
|
90df3b7fbb
|
8329190: (ch) DatagramChannel.receive should throw ClosedChannelException when called on closed channel
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: jpai, michaelm
|
2024-04-16 15:44:15 +00:00 |
|
Magnus Ihse Bursie
|
c266800a3a
|
8325558: Add jcheck whitespace checking for properties files
Reviewed-by: naoto, dfuchs, joehw
|
2024-02-13 10:00:13 +00:00 |
|
Oli Gillespie
|
69b2674c68
|
8324648: Avoid NoSuchMethodError when instantiating NativePRNG
Reviewed-by: shade, weijun, liach, valeriep
|
2024-02-09 14:36:59 +00:00 |
|
Alan Bateman
|
d1099033ac
|
8325028: (ch) Pipe channels should lazily set socket to non-blocking mode on first use by virtual thread
Reviewed-by: bpb
|
2024-02-08 07:55:08 +00:00 |
|
Joe Darcy
|
fbd15b2087
|
8325189 : Enable this-escape javac warning in java.base
Reviewed-by: alanb, erikj, naoto, smarks, ihse, joehw, lancea, weijun
|
2024-02-07 20:05:11 +00:00 |
|
Brian Burkhalter
|
299a8ee68d
|
8325302: Files.move(REPLACE_EXISTING) throws NoSuchFileException on deleted target
Reviewed-by: alanb
|
2024-02-07 19:02:30 +00:00 |
|
Brian Burkhalter
|
51be857f3c
|
8322166: Files.isReadable/isWritable/isExecutable expensive when file does not exist
Reviewed-by: alanb
|
2023-12-19 18:27:06 +00:00 |
|
Alan Bateman
|
b8c0b2fd8c
|
8321594: NativeThreadSet should use placeholder for virtual threads
Reviewed-by: bpb
|
2023-12-12 07:55:56 +00:00 |
|
Severin Gehwolf
|
0275efac88
|
8316304: (fs) Add support for BasicFileAttributes.creationTime() for Linux
Reviewed-by: stuefe, alanb, bpb, mli
|
2023-10-16 07:40:29 +00:00 |
|
Brian Burkhalter
|
36ac83904c
|
8073061: (fs) Files.copy(foo, bar, REPLACE_EXISTING) deletes bar even if foo is not readable
Reviewed-by: alanb
|
2023-09-26 15:27:44 +00:00 |
|
Brian Burkhalter
|
63f561fac2
|
8306882: (fs) Path.toRealPath(LinkOption.NOFOLLOW_LINKS) fails when "../../" follows a link
Reviewed-by: alanb
|
2023-08-31 21:14:22 +00:00 |
|
Sergey Tsypanov
|
93188bd80c
|
8314569: (fs) Improve normalization of UnixPath for input with trailing slashes
Reviewed-by: alanb, bpb, rriggs
|
2023-08-29 08:39:42 +00:00 |
|
Brian Burkhalter
|
6b396da278
|
8062795: (fs) Files.setPermissions requires read access when NOFOLLOW_LINKS specified
Reviewed-by: alanb
|
2023-08-16 17:53:56 +00:00 |
|
Glavo
|
b32d6411c4
|
8311943: Cleanup usages of toLowerCase() and toUpperCase() in java.base
Reviewed-by: naoto
|
2023-08-16 17:37:21 +00:00 |
|
Brian Burkhalter
|
c132176b93
|
8114830: (fs) Files.copy fails due to interference from something else changing the file system
Reviewed-by: alanb, vtewari
|
2023-08-14 17:48:50 +00:00 |
|
Andrey Turbanov
|
6bbcef5315
|
8313948: Remove unnecessary static fields defaultUpper/defaultLower in sun.net.PortConfig
Reviewed-by: dfuchs
|
2023-08-14 07:04:29 +00:00 |
|
Brian Burkhalter
|
2bdfa836ad
|
8262742: (fs) Add Path::resolve with varargs string
Reviewed-by: alanb
|
2023-07-24 19:59:17 +00:00 |
|
Brian Burkhalter
|
889c663a0e
|
8305312: Enhanced path handling
Reviewed-by: rhalade, alanb
|
2023-07-18 21:17:08 +00:00 |
|
Pavel Rappo
|
5cc71f817f
|
8312089: Simplify and modernize equals, hashCode, and compareTo in java.nio and implementation code
Reviewed-by: alanb, vtewari
|
2023-07-17 22:27:48 +00:00 |
|
Matthias Baesken
|
b587fc51a8
|
8312013: avoid UnixConstants.java.template warning: '__linux__' is not defined on AIX
Reviewed-by: alanb, vtewari
|
2023-07-13 14:02:52 +00:00 |
|
Brian Burkhalter
|
8dbd384003
|
8308678: (fs) UnixPath::toRealPath needs additional permissions when running with SM (macOS)
Reviewed-by: lancea, alanb
|
2023-05-31 19:40:23 +00:00 |
|
Michael McMahon
|
314db55f6d
|
8304818: Prune HttpURLConnection cache when corresponding Authenticator is garbage collected
Reviewed-by: dfuchs, djelinski
|
2023-04-24 17:25:32 +00:00 |
|
Brian Burkhalter
|
a0f7ae1a95
|
8298667: Improved path handling
Reviewed-by: rhalade, alanb
|
2023-04-18 23:21:20 +00:00 |
|
Brian Burkhalter
|
507c49a3ab
|
8305664: [BACKOUT] (fs) Remove FileSystem support for resolving against a default directory (chdir configuration)
Reviewed-by: alanb
|
2023-04-05 20:17:07 +00:00 |
|
Brian Burkhalter
|
05cc02b243
|
8202110: (fs) Remove FileSystem support for resolving against a default directory (chdir configuration)
Reviewed-by: alanb
|
2023-03-30 16:44:01 +00:00 |
|
Sergey Tsypanov
|
395a4ce0dd
|
8304591: (fs) UnixPath.stringValue need not be volatile
Reviewed-by: alanb, bpb, shade
|
2023-03-28 11:14:09 +00:00 |
|
Roger Riggs
|
6c3b10fb1d
|
8303485: Replacing os.name for operating system customization
Reviewed-by: naoto, erikj, alanb
|
2023-03-27 17:45:20 +00:00 |
|
Tagir F. Valeev
|
3f3a1f534b
|
8302815: Use new Math.clamp method in core libraries
Reviewed-by: alanb
|
2023-02-22 09:51:14 +00:00 |
|
Christian Stein
|
1ea5f9f7cd
|
8302789: (fs) Files.copy should include unsupported copy option in exception message
Reviewed-by: alanb, bpb, lancea
|
2023-02-21 19:03:26 +00:00 |
|
Andrey Turbanov
|
85f9b37d71
|
8297682: Use Collections.emptyIterator where applicable
Reviewed-by: stsypanov, alanb, jpai
|
2022-12-21 08:15:11 +00:00 |
|
Brian Burkhalter
|
5412439445
|
8298187: (fs) BsdFileAttributeViews::setTimes does not support lastAccessTime on HFS+
Reviewed-by: alanb
|
2022-12-15 22:47:29 +00:00 |
|
Per Minborg
|
84b927a05b
|
8296024: Usage of DirectBuffer::address should be guarded
Reviewed-by: mcimadamore, alanb, psandoz, bpb
|
2022-12-06 10:42:59 +00:00 |
|
Michal Karm Babacek
|
914ef07fed
|
8297609: Add application/wasm MIME type for wasm file extension
Reviewed-by: jpai, michaelm
|
2022-12-05 01:59:20 +00:00 |
|
Brian Burkhalter
|
5b7e70645b
|
8295753: (fs) UnixPath::toRealPath does not return correct case when links not followed
Reviewed-by: alanb
|
2022-11-04 17:32:32 +00:00 |
|