RFR: 8343020: SecureDirectoryStream not supported on MacOS

Alan Bateman alanb at openjdk.org
Fri Oct 25 08:20:05 UTC 2024


On Thu, 24 Oct 2024 23:49:27 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> There is no `noreg-*` label on the issue. Is this change covered by an existing test?

DirectoryStream/SecureDS.java is the test for this API. Right now it only runs on Linux (it used to run on Solaris too).  If support is extended to macOS then we'll need to change this test to use `@requires` and drop the existing check in the test main.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/21696#issuecomment-2437178133


More information about the nio-dev mailing list