Skip to content

Commit

Permalink
Create UnixException class with codes from Linux and OS X. Allows us …
Browse files Browse the repository at this point in the history
…to include UnixNativeDispatcher. Remove some stuff that's going to be broken from this. Should be enough to call some things.
  • Loading branch information
wasabii committed Jan 18, 2024
1 parent 11e8aa2 commit 5f193b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openjdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -1477,6 +1477,8 @@

<OpenJdkSource Include="$(OpenJdkDir)\jdk\src\solaris\classes\sun\nio\cs\**\*.java" PackagePath="sun\nio\cs" />

<OpenJdkSource Include="$(OpenJdkDir)\jdk\src\solaris\classes\sun\nio\fs\UnixException.java" PackagePath="sun\nio\fs" />

<!--<OpenJdkSource Include="$(OpenJdkDir)\jdk\src\windows\classes\sun\nio\fs\**\*.java" PackagePath="sun\nio\fs" />-->
<OpenJdkSource Remove="$(OpenJdkDir)\jdk\src\windows\classes\sun\nio\fs\DefaultFileSystemProvider.java" />
<OpenJdkSource Remove="$(OpenJdkDir)\jdk\src\windows\classes\sun\nio\fs\DefaultFileTypeDetector.java" />
Expand Down

0 comments on commit 5f193b8

Please sign in to comment.