--- a/jdk/test/tools/jlink/plugins/FileCopierPluginTest.java Thu Apr 28 08:26:38 2016 -0700
+++ b/jdk/test/tools/jlink/plugins/FileCopierPluginTest.java Tue May 03 09:09:57 2016 +0100
@@ -101,9 +101,8 @@
}
Path root = new File(".").toPath();
- DefaultImageBuilder imgbuilder = new DefaultImageBuilder(false,
- root);
- imgbuilder.storeFiles(pool, "");
+ DefaultImageBuilder imgbuilder = new DefaultImageBuilder(root);
+ imgbuilder.storeFiles(pool);
if (lic.exists()) {
File license = new File(root.toFile(), "LICENSE");