New release DefaultFileSystemProviders
Michael Hall
mik3hall at gmail.com
Thu Jul 29 00:36:13 UTC 2021
> On Jul 28, 2021, at 7:28 PM, Brian Burkhalter <brian.burkhalter at oracle.com> wrote:
>
> Do you mean the test SetDefaultProvider.java? Is so there was one change earlier this month [1] but it does not appear related to the problems you are seeing.
>
> [1] https://github.com/openjdk/jdk17/commit/4fc3180f75e1cea4ebd613f8253be205d95f830c#diff-1b5076b5b17cb0adeb60349df3d2a50387b14bb2af0406ce4c5d0a577281e97c <https://github.com/openjdk/jdk17/commit/4fc3180f75e1cea4ebd613f8253be205d95f830c#diff-1b5076b5b17cb0adeb60349df3d2a50387b14bb2af0406ce4c5d0a577281e97c>
Related to the right bug but as you say not seeming to be related to mine.
I did verify that bug is gone for your test provider.
This is running against that with my modular turned on.
/usr/libexec/java_home --exec java -cp . -Djava.security.manager -Djava.security.policy=all.policy -Djava.nio.file.spi.DefaultFileSystemProvider=TestProvider --module-path mods --add-modules us.hall.trz.osx,org.openjdk.nashorn,java.compiler,java.desktop,java.logging,java.management,java.prefs,java.se,java.rmi,java.scripting,java.sql,java.xml,jdk.attach,jdk.jshell,jdk.crypto.ec,jdk.jdeps,jdk.jcmd --add-exports org.openjdk.nashorn/org.openjdk.nashorn.tools=ALL-UNNAMED org.test.Test
WARNING: A command line option has enabled the Security Manager
WARNING: The Security Manager is deprecated and will be removed in a future release
TestProvider$TestFileSystem at 5b6f7412
TestProvider
Runs. Something different about mine somewhere.
With your link maybe I can compare my source against current on the browser.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/nio-dev/attachments/20210728/ffeb4833/attachment.htm>
More information about the nio-dev
mailing list