--- old/test/jdk/tools/jpackage/JPackageHelpTest.java 2019-03-11 20:55:41.995837500 -0400 +++ new/test/jdk/tools/jpackage/JPackageHelpTest.java 2019-03-11 20:55:40.371958800 -0400 @@ -34,11 +34,11 @@ // Platform specific help messages. private static final String WINDOWS_HELP = - "The following options are valid for Windows platforms"; + "--win-dir-chooser"; private static final String OSX_HELP = - "The following options are valid for Mac OS X platforms"; + "--mac-bundle-identifier"; private static final String LINUX_HELP = - "The following options are valid for Linux platforms"; + "--linux-bundle-name"; private static void validate(String output1, String output2) throws Exception { --- old/test/jdk/tools/jpackage/createimage/JPackageCreateImageRuntimeModuleTest.java 2019-03-11 20:55:49.878161100 -0400 +++ new/test/jdk/tools/jpackage/createimage/JPackageCreateImageRuntimeModuleTest.java 2019-03-11 20:55:48.286491900 -0400 @@ -38,7 +38,6 @@ "--runtime-image", "runtime", "--output", OUTPUT, "--name", "test", - "--win-console", "--module", "com.hello/com.hello.Hello", "--module-path", "input"};