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 |
|
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
|
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 |
|
Per Minborg
|
927e674c12
|
8300977: Retire java.io.ExpiringCache
Reviewed-by: alanb, jpai
|
2023-03-28 13:15:19 +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 |
|
Naoto Sato
|
323813985b
|
8300916: Re-examine the initialization of JNU Charset in StaticProperty
Reviewed-by: mchung, alanb
|
2023-01-30 17:06:44 +00:00 |
|
Claes Redestad
|
d85243f02b
|
8300647: Miscellaneous hashCode improvements in java.base
Reviewed-by: stsypanov, rriggs
|
2023-01-19 16:50:07 +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 |
|
Daniel Fuchs
|
4338f527aa
|
8294241: Deprecate URL public constructors
Reviewed-by: joehw, prr, alanb, aefimov, michaelm
|
2022-11-03 17:18:14 +00:00 |
|
Brian Burkhalter
|
d6678952a6
|
8294399: (ch) Refactor some methods out of sun.nio.ch.UnixFileDispatcherImpl
Reviewed-by: alanb
|
2022-10-27 15:35:24 +00:00 |
|
Brian Burkhalter
|
48cc15602b
|
8293331: Refactor FileDispatcherImpl into operating system-specific components
Reviewed-by: alanb
|
2022-09-22 15:59:05 +00:00 |
|
Brian Burkhalter
|
a75ddb836b
|
8293122: (fs) Use file cloning in macOS version of Files::copy method
Reviewed-by: alanb
|
2022-09-14 20:13:19 +00:00 |
|
Brian Burkhalter
|
76df73b390
|
8293456: runtime/os/TestTracePageSizes.java sub-tests fail with "AssertionError: No memory range found for address: NNNN"
Reviewed-by: alanb, lancea
|
2022-09-07 18:53:25 +00:00 |
|
Brian Burkhalter
|
0a4d0cee9f
|
8293121: (fs) Refactor UnixFileSystem copying into generic Unix, Linux, and BSD implementations
Reviewed-by: alanb
|
2022-09-01 22:21:21 +00:00 |
|
Andrey Turbanov
|
1d9c2f7a6e
|
8292279: (fs) Use try-with-resources to release NativeBuffer
Reviewed-by: alanb
|
2022-08-17 07:18:29 +00:00 |
|
Brian Burkhalter
|
6397d564a5
|
8151430: (fs) BasicFileAttributeView.setTimes should support setting file create time on OS X
Reviewed-by: alanb
|
2022-08-09 22:29:04 +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 |
|
Lance Andersen
|
6aaf141f61
|
8289984: Files:isDirectory and isRegularFile methods not throwing SecurityException
Reviewed-by: iris, alanb
|
2022-07-08 18:56:04 +00:00 |
|
Lance Andersen
|
d48694d0f3
|
8283335: Add exists and readAttributesIfExists methods to FileSystemProvider
Reviewed-by: alanb
|
2022-07-05 19:45:08 +00:00 |
|
Brian Burkhalter
|
b8db0c383b
|
6980847: (fs) Files.copy needs to be "tuned"
Reviewed-by: alanb
|
2022-06-23 15:36:19 +00:00 |
|
Andrey Turbanov
|
27ad1d5549
|
8287602: (fs) Avoid redundant HashMap.containsKey call in MimeTypesFileTypeDetector.putIfAbsent
Reviewed-by: bpb, jpai, alanb
|
2022-06-01 18:14: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 |
|
Ichiroh Takiguchi
|
890771e708
|
8285517: System.getenv() returns unexpected value if environment variable has non ASCII character
Reviewed-by: naoto, rriggs
|
2022-05-19 23:38:15 +00:00 |
|
Jaikiran Pai
|
0be1f3e1b0
|
8286689: (se) Adjusting to select timeout after EINTR messed up after JDK-8286378
Reviewed-by: dfuchs, alanb
|
2022-05-13 11:08:50 +00:00 |
|
Roger Riggs
|
17c52789b7
|
8286378: Address possibly lossy conversions in java.base
Reviewed-by: naoto, xuelei, bpb, alanb
|
2022-05-12 16:50:36 +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 |
|
Brian Burkhalter
|
395bb5b7f9
|
8278356: Improve file creation
Reviewed-by: alanb, rhalade
|
2022-04-19 22:18:33 +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 |
|
XenoAmess
|
87faa85c59
|
8186958: Need method to create pre-sized HashMap
Reviewed-by: chegar, naoto, joehw, lancea, wetmore, smarks
|
2022-04-19 00:03:56 +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 |
|