Brian Burkhalter
|
bcf5cd6941
|
8355954: File.delete removes read-only files (win)
Reviewed-by: alanb
|
2025-05-20 15:49:51 +00:00 |
|
Alan Bateman
|
fa419489d3
|
8350765: Need to pin when accessing thread container from virtual thread
Reviewed-by: vklang, jpai
|
2025-05-13 13:35:40 +00:00 |
|
Daniel Fuchs
|
45dfc2c6d6
|
8353642: Deprecate URL::getPermission method and networking permission classes for removal
Reviewed-by: djelinski, iris, mullan, michaelm
|
2025-05-12 16:49:42 +00:00 |
|
Eirik Bjørsnøs
|
2ea629f3f2
|
8353440: Disable FTP fallback for non-local file URLs by default
Reviewed-by: dfuchs
|
2025-05-08 14:52:53 +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
|
5481021ee6
|
8321591: (fs) Improve String -> Path conversion performance (win)
Reviewed-by: alanb
|
2025-04-07 18:46:04 +00:00 |
|
Eirik Bjørsnøs
|
9a391f44e0
|
8353278: Consolidate local file URL checks in jar: and file: URL schemes
Reviewed-by: dfuchs, jpai
|
2025-04-07 15:23:18 +00:00 |
|
Alan Bateman
|
0de2cddf3a
|
8351458: (ch) Move preClose to UnixDispatcher
Reviewed-by: bpb, jpai
|
2025-03-11 11:26:47 +00:00 |
|
Brian Burkhalter
|
9477c705c0
|
8024695: new File("").exists() returns false whereas it is the current working directory
Reviewed-by: alanb, rriggs, lancea
|
2025-02-26 16:24:25 +00:00 |
|
Brian Burkhalter
|
1a74ee64eb
|
8349092: File.getFreeSpace violates specification if quotas are in effect (win)
Reviewed-by: naoto
|
2025-02-06 19:11:35 +00:00 |
|
Roger Riggs
|
fa83309e10
|
8339180: Enhanced Building of Processes: Follow-on Issue
Reviewed-by: naoto, djelinski
|
2025-01-22 14:56:49 +05:30 |
|
Roger Riggs
|
46b2481958
|
8335428: Enhanced Building of Processes
Reviewed-by: rhalade, djelinski
|
2025-01-22 14:56:49 +05:30 |
|
Brian Burkhalter
|
d723597dd9
|
8345432: (ch, fs) Replace anonymous Thread with InnocuousThread
Reviewed-by: alanb
|
2025-01-06 17:47:10 +00:00 |
|
Brian Burkhalter
|
ea73e05852
|
8345181: (ch) Windows asynchronous channels may return temporary direct buffers to the buffer cache twice (win)
Reviewed-by: alanb, michaelm
|
2024-12-04 20:59:14 +00:00 |
|
Jaikiran Pai
|
81c44e5eb4
|
8344908: URLClassPath should not propagate IllegalArgumentException when finding resources in classpath URLs
Reviewed-by: alanb
|
2024-11-28 07:54:00 +00:00 |
|
Brian Burkhalter
|
87be63f85d
|
8344659: Some uses of GetPropertyAction were not removed from java.io and java.nio
Reviewed-by: lancea, rriggs, iris, dfuchs
|
2024-11-21 16:18:16 +00:00 |
|
Jaikiran Pai
|
6f4dfa6626
|
8344190: Cleanup code in sun.net.www.protocol.http and sun.net.www.protocol.https after JEP 486 integration
Reviewed-by: dfuchs
|
2024-11-20 12:29:32 +00:00 |
|
Brian Burkhalter
|
81e43114ec
|
8344077: Remove security manager dependency in java.io
Reviewed-by: rriggs, alanb, naoto, lancea
|
2024-11-19 20:30:22 +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 |
|
Roger Riggs
|
168b18ec68
|
8343958: Remove security manager impl in java.lang.Process and java.lang.Runtime.exec
Reviewed-by: jpai, mullan, alanb
|
2024-11-13 20:49:59 +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
|
2ada313cdd
|
8340329: (fs) Message of NotLinkException thrown by FIles.readSymbolicLink does not include file name (win)
Reviewed-by: alanb
|
2024-09-19 15:25:04 +00:00 |
|
Brian Burkhalter
|
042053c3a8
|
8003887: File.getCanonicalFile() does not resolve symlinks on MS Windows
Reviewed-by: alanb
|
2024-09-05 15:03:54 +00:00 |
|
Brian Burkhalter
|
23dc3b0246
|
8324048: (fc) Make FileKey fields final
Reviewed-by: djelinski, alanb, jpai
|
2024-08-23 16:32:14 +00:00 |
|
Brian Burkhalter
|
8c28f25e13
|
8337124: (fs) sun.nio.fs.WindowsSecurity.enablePrivilege should pin when continuations supported
Reviewed-by: jpai, alanb
|
2024-07-25 20:59:48 +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 |
|
Daniel Jeliński
|
b77bd5fd6a
|
8333742: ProcessImpl and ProcessHandleImpl may mishandle processes that exit with code 259
Reviewed-by: rriggs
|
2024-06-11 17:34:09 +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 |
|
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 |
|
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
|
4e5323538c
|
8323710: (fc) FileChannel.lock creates a FileKey with a poor hashCode after JDK-8321429 (win)
Reviewed-by: alanb
|
2024-01-17 16:34:48 +00:00 |
|
Alan Bateman
|
b8c0b2fd8c
|
8321594: NativeThreadSet should use placeholder for virtual threads
Reviewed-by: bpb
|
2023-12-12 07:55:56 +00:00 |
|
Brian Burkhalter
|
71800884f6
|
8321429: (fc) FileChannel.lock creates a FileKey containing two long index values, they could be stored as int values
Reviewed-by: alanb
|
2023-12-08 19:19:01 +00:00 |
|
Alan Bateman
|
21a59b9f4e
|
8282726: java/net/vthread/BlockingSocketOps.java timeout/hang intermittently on Windows
Reviewed-by: djelinski
|
2023-11-21 14:05:32 +00:00 |
|
Brian Burkhalter
|
12fce4b715
|
8287843: File::getCanonicalFile doesn't work for \\?\C:\ style paths DOS device paths
Reviewed-by: alanb
|
2023-11-14 18:01:13 +00:00 |
|
Alan Bateman
|
c099cf53f2
|
8318422: Allow poller threads be virtual threads
Reviewed-by: michaelm
|
2023-11-04 06:52:19 +00:00 |
|
Brian Burkhalter
|
6c6beba256
|
8317128: java/nio/file/Files/CopyAndMove.java failed with AccessDeniedException
Reviewed-by: alanb, lancea
|
2023-10-06 17:46:03 +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 |
|
Andrey Turbanov
|
b88c273503
|
8313743: Make fields final in sun.nio.ch
Reviewed-by: bpb
|
2023-08-14 07:04:05 +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 |
|
Brian Burkhalter
|
d709c25cbf
|
8307887: (fs) Files.createSymbolicLink throws less specific exception when in developer mode and file already exists
Reviewed-by: alanb
|
2023-06-06 15:14:57 +00:00 |
|
Brian Burkhalter
|
21af8bae38
|
8290499: new File(parent, "/") breaks normalization – creates File with slash at the end
Reviewed-by: rriggs
|
2023-05-30 16:16:45 +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
|
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 |
|
Per Minborg
|
927e674c12
|
8300977: Retire java.io.ExpiringCache
Reviewed-by: alanb, jpai
|
2023-03-28 13:15:19 +00:00 |
|
Glavo
|
f893d2315d
|
8303024: (fs) WindowsFileSystem.supportedFileAttributeViews can use Set.of
Reviewed-by: bpb
|
2023-02-22 17:16:49 +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 |
|