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 |
|
Brian Burkhalter
|
e9f3b0e527
|
8201407: Files.move throws DirectoryNonEmptyException when moving directory across file system
Reviewed-by: alanb
|
2018-06-07 07:43:29 -07:00 |
|
Ivan Gerasimov
|
33b7f68964
|
8203369: Check for both EAGAIN and EWOULDBLOCK error codes
Reviewed-by: alanb
|
2018-05-25 12:44:34 -07:00 |
|
Brian Burkhalter
|
9e3d8fd230
|
8194746: (fs) Add equivalents of Paths.get to Path interface
Copy Paths.get() methods to Path.get() methods and have former call latter
Reviewed-by: alanb, forax, chegar, psandoz
|
2018-03-22 12:30:47 -07:00 |
|
Brian Burkhalter
|
18cbe428c1
|
8189963: Remove version of FileChannelImpl::open without the 'direct' parameter
Remove old version of FileChannelImpl::open and update call sites
Reviewed-by: rriggs
|
2017-10-26 11:08:31 -07:00 |
|
Lucy Lu
|
ec1c3bce45
|
8164900: Add support for O_DIRECT
Add support for Direct I/O in FileChannel
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Reviewed-by: alanb, bpb, alanbur, coffeys, aph, clanger, plevart, mli, psandoz, simonis
|
2017-10-17 16:51:11 -07:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|