> On Mar 4, 2017, at 7:46 AM, Alan Bateman <alan.bate...@oracle.com> wrote: > > On 03/03/2017 19:34, Roman Shevchenko wrote: > >> I see them via JRT filesystem provider. Mostly javafx.*, but also in a >> couple of jdk.* modules. >> > It looks like the issue is specific to the modules imported from the FX > forest (this includes `jdk.packager`). The build already excludes build > marker files when creating the packaged modules but this doesn't keep out the > marker files that are created for the imported modules. I've created > JDK-8176172 [1] to track this. >
The marker files are not present in javafx-exports.zip bundle (also not under $BUILD_OUTPUTDIR/configure-support/import-modules/modules). Looks like the marker files are cretead but not filtered by the jdk buld. Mandy