--- old/src/jdk.jpackage/linux/classes/jdk/jpackage/internal/LinuxAppBundler.java 2019-09-18 10:31:11.531567900 -0400 +++ new/src/jdk.jpackage/linux/classes/jdk/jpackage/internal/LinuxAppBundler.java 2019-09-18 10:31:09.904917000 -0400 @@ -110,12 +110,6 @@ return true; } - // it is static for the sake of sharing with "installer" bundlers - // that may skip calls to validate/bundle in this class! - static File getRootDir(File outDir, Map params) { - return new File(outDir, APP_NAME.fetchFrom(params)); - } - File doBundle(Map params, File outputDirectory, boolean dependentTask) throws PackagerException { if (StandardBundlerParam.isRuntimeInstaller(params)) {