JDK-8166126 : Missing dependecies on jdk.zipfs module for jdk/nio/zipfs/jarfs/JFSTester.java
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-09-15
  • Updated: 2016-09-23
  • Resolved: 2016-09-16
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 9
9 b137Fixed
Related Reports
Relates :  
Description
The test failed in case no jdk.zipfs module present in custom JRE or in case usage of --limi-modules options.

Exception seen:
config JFSTester.initialize(): success
test JFSTester.testWalk(): failure
java.nio.file.ProviderNotFoundException: Provider "jar" not found
	at java.nio.file.FileSystems.newFileSystem(java.base@9-internal/FileSystems.java:362)
	at java.nio.file.FileSystems.newFileSystem(java.base@9-internal/FileSystems.java:291)