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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Brian Burkhalter
|
e8a1ce00b2
|
8280881: (fs) UnixNativeDispatcher.close0 may throw UnixException
Reviewed-by: alanb
|
2022-03-10 16:38:44 +00:00 |
|
Jaikiran Pai
|
fd4de1ed40
|
8233020: (fs) UnixFileSystemProvider should use StaticProperty.userDir().
Reviewed-by: alanb
|
2021-07-05 13:54:30 +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 |
|
Sebastian Stenzel
|
27dd88bf9e
|
8262957: (fs) Fail fast in UnixFileStore.isExtendedAttributesEnabled
Reviewed-by: alanb
|
2021-04-14 09:55:52 +00:00 |
|
Sebastian Stenzel
|
604b14c43d
|
8264112: (fs) Reorder methods/constructor/fields in UnixUserDefinedFileAttributeView.java
Reviewed-by: alanb
|
2021-03-31 10:37:02 +00:00 |
|
Sebastian Stenzel
|
daeca3fff2
|
8262958: (fs) UnixUserDefinedFileAttributeView cleanup
Reviewed-by: alanb
|
2021-03-30 13:13:08 +00:00 |
|
Sebastian Stenzel
|
4e74de4b2e
|
8264111: (fs) Leaking NativeBuffers in case of errors during UnixUserDefinedFileAttributeView.read/write
Reviewed-by: alanb
|
2021-03-26 14:56:52 +00:00 |
|
Sebastian Stenzel
|
0de6abd4b4
|
8260966: (fs) Consolidate Linux and macOS implementations of UserDefinedFileAttributeView
8260691: (fs) LinuxNativeDispatcher should link to xattr functions
Reviewed-by: alanb
|
2021-03-02 14:40:45 +00:00 |
|
Claes Redestad
|
5891509d13
|
8259947: (fs) Optimize UnixPath.encode implementation
Reviewed-by: chegar, shade, alanb
|
2021-01-20 15:14:48 +00:00 |
|
Sebastian Stenzel
|
afd3f78aec
|
8030048: (fs) Support UserDefinedFileAttributeView/extended attributes on OS X / HFS+
Reviewed-by: alanb
|
2021-01-16 08:36:05 +00:00 |
|
Andrey Turbanov
|
022bc9f0cb
|
8258422: Cleanup unnecessary null comparison before instanceof check in java.base
Reviewed-by: chegar, aefimov
|
2021-01-11 23:30:44 +00:00 |
|
Roger Riggs
|
aa9c136d67
|
8251989: Hex formatting and parsing utility
Reviewed-by: tvaleev, chegar, naoto, darcy
|
2020-12-16 20:29:49 +00:00 |
|
Michael McMahon
|
6948456dbf
|
8256461: AbstractFileSystemProvider.getSunPathForSocketCall for empty Path returns '.'
Reviewed-by: dfuchs, alanb
|
2020-11-18 08:43:51 +00:00 |
|
Brian Burkhalter
|
450452bb8c
|
8254876: (fs) NullPointerException not thrown when first argument to Path.of or Paths.get is null
Reviewed-by: rriggs, alanb
|
2020-11-03 19:39:28 +00:00 |
|
Christian Stein
|
f61ce32770
|
8255576: (fs) Files.isHidden() throws ArrayIndexOutOfBoundsException (unix)
Reviewed-by: alanb
|
2020-11-01 12:39:43 +00:00 |
|
Michael McMahon
|
6bb7e45e8e
|
8245194: Unix domain socket channel implementation
Reviewed-by: erikj, dfuchs, alanb, chegar
|
2020-10-28 17:26:26 +00:00 |
|
Brian Burkhalter
|
9291e60892
|
8242680: Improved URI Support
Reviewed-by: alanb, rhalade
|
2020-10-20 14:58:37 -07:00 |
|
Brian Burkhalter
|
ff3e558679
|
8242685: Better Path Validation
Reviewed-by: alanb, rhalade
|
2020-10-20 14:58:37 -07:00 |
|
Claes Redestad
|
b2269be8db
|
8245623: Remove unused code in sun/nio/fs after Solaris removal
Reviewed-by: alanb
|
2020-05-22 14:21:30 +02:00 |
|
Claes Redestad
|
de37507b8e
|
8245619: Remove unused methods in UnixNativeDispatcher
Reviewed-by: alanb
|
2020-05-22 12:10:55 +02:00 |
|
Mikael Vidstedt
|
071bd521bc
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
Reviewed-by: alanb, bchristi, dcubed, dfuchs, eosterlund, erikj, glaubitz, ihse, iignatyev, jjiang, kbarrett, ksrini, kvn, naoto, prr, rriggs, serb, sspitsyn, stefank, tschatzl, valeriep, weijun, weijun
|
2020-05-20 17:33:37 -07:00 |
|
Ivan Gerasimov
|
cd589d8469
|
8234147: Avoid looking up standard charsets in core libraries
Reviewed-by: alanb
|
2019-12-01 15:29:37 -08:00 |
|
Brian Burkhalter
|
2cea148cdf
|
8162520: (fs) FileStore should support file stores with > Long.MAX_VALUE capacity
Reviewed-by: alanb, darcy, rriggs
|
2019-11-01 13:16:50 -07:00 |
|
Vladimir Kempik
|
67ad501e5b
|
8229872: (fs) Increase buffer size used with getmntent
Dynamically allocate memory for getmntent
Reviewed-by: alanb
|
2019-09-24 14:54:57 +03:00 |
|
Brian Burkhalter
|
c57ad7ffc0
|
8230085: (fs) FileStore::isReadOnly is always true on macOS Catalina
Reviewed-by: alanb
|
2019-09-13 16:03:31 -07:00 |
|
Brian Burkhalter
|
20ee82bf0a
|
8181493: (fs) Files.readAttributes(path, BasicFileAttributes.class) should preserve nano second time stamps
Reviewed-by: alanb, lancea
|
2019-07-29 08:48:52 -07:00 |
|
Claes Redestad
|
78a1c8ea0a
|
8227587: Add internal privileged System.loadLibrary
Reviewed-by: rriggs, mchung, chegar
|
2019-07-17 12:35:46 +02:00 |
|
Brian Burkhalter
|
2c35825433
|
8220793: (fs) No support for changing modification time of symlink
Reviewed-by: alanb, rriggs
|
2019-05-02 13:25:00 -07:00 |
|
Claes Redestad
|
a3df1d618e
|
8215281: Use String.isEmpty() when applicable in java.base
Reviewed-by: dfuchs, alanb
|
2018-12-13 15:31:05 +01:00 |
|
Martin Buchholz
|
7212bf0a77
|
8213406: (fs) More than one instance of built-in FileSystem observed in heap
Reviewed-by: alanb, cushon, weijun
|
2018-11-28 14:28:28 -08:00 |
|
Mandy Chung
|
9ffe7e1205
|
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
Reviewed-by: alanb, dfuchs, kvn
|
2018-11-06 10:01:16 -08:00 |
|
Roger Riggs
|
4098f2560a
|
8066709: Make some JDK system properties read only
Reviewed-by: lancea, sundar, bchristi, weijun, mchung, alanb, mullan
|
2018-06-27 09:36:34 -04:00 |
|