New release DefaultFileSystemProviders

Michael Hall mik3hall at gmail.com
Thu Jul 29 23:00:24 UTC 2021


> 
> I hadn’t thought to change to the prior test before to get a stack crawl. I was getting pretty sure Astrology was involved somehow. If I can get a trace for the non-modular launch I’ll post that too. I’m pretty sure it is different.

Correction non-modular exploded works

java 18 exploded works
/usr/libexec/java_home -v 18 --exec java -cp .:macnio2 -Djava.security.manager -Djava.security.policy=all.policy -Djava.nio.file.spi.DefaultFileSystemProvider=us.hall.trz.osx.MacFileSystemProvider 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
us.hall.trz.osx.MacFileSystem at 60e53b93
us.hall.trz.osx.MacFileSystemProvider

java 17 exploded works
/usr/libexec/java_home -v 17 --exec java -cp .:macnio2 -Djava.security.manager -Djava.security.policy=all.policy -Djava.nio.file.spi.DefaultFileSystemProvider=us.hall.trz.osx.MacFileSystemProvider 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
us.hall.trz.osx.MacFileSystem at 511d50c0
us.hall.trz.osx.MacFileSystemProvider

Non-exploded, or jar’d, is probably still https://bugs.openjdk.java.net/browse/JDK-8263940


More information about the nio-dev mailing list