--- old/functional/appBundlerTestsJDK9/appBundlerTestsJDK9/test/com/oracle/appbundlers/tests/functionality/jdk9test/NamedModuleWithEntireJreTest.java 2016-08-19 23:42:14.703659300 +0530 +++ new/functional/appBundlerTestsJDK9/appBundlerTestsJDK9/test/com/oracle/appbundlers/tests/functionality/jdk9test/NamedModuleWithEntireJreTest.java 2016-08-19 23:42:13.928504300 +0530 @@ -42,7 +42,7 @@ protected AdditionalParams getAdditionalParams() { return () -> { Map hashMap = new HashMap(); - hashMap.put(ADD_MODS, this.currentParameter.getApp().getAllModuleNamesSeparatedByPathSeparator()); + hashMap.put(ADD_MODS, this.currentParameter.getApp().addAllModules()); return hashMap; }; }