JDK-8146721 : FileCopierPlugin should not create fake module
  • Type: Sub-task
  • Component: tools
  • Sub-Component: jlink
  • Affected Version: 9-repo-jigsaw
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-01-08
  • Updated: 2016-08-11
  • Resolved: 2016-08-04
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 b131Fixed
Related Reports
Relates :  
Description
FileCopierPlugin copies additional files to the resulting image that does not belong to any module.

The current implementation creates a fake module "$jlink-file-copier" for the purpose to adding resource to the image and special case to filter it.
Comments
The file copier plugin is a workaround to add some JDK modules content (LICENSE, man pages, ...) that are today not yet packaged as module. As soon as a proper solution is offered, this plugin should be fully removed.
11-01-2016