JDK-8293121 : (fs) Refactor UnixFileSystem copying into generic Unix, Linux, and BSD implementations
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux,os_x
  • CPU: generic
  • Submitted: 2022-08-30
  • Updated: 2022-09-08
  • Resolved: 2022-09-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 20
20 b14Fixed
Related Reports
Blocks :  
Blocks :  
Relates :  
Description
At present, sun.nio.fs.UnixFileSystem includes native code for generic Unix as well as conditionally compiled native code specific to BSD (macOS) and Linux. It would be cleaner to refactor this code so that generic Unix code and OS-specific code is confined to generic Unix and OS-specific classes and native code, respectively.
Comments
Changeset: 0a4d0cee Author: Brian Burkhalter <bpb@openjdk.org> Date: 2022-09-01 22:21:21 +0000 URL: https://git.openjdk.org/jdk/commit/0a4d0cee9ffd77eaa26493f20bac4bfaccd48c3b
01-09-2022

noreg-other: Functionality is covered by existing tests.
01-09-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/10093 Date: 2022-08-31 02:28:44 +0000
31-08-2022