--- old/test/jdk/tools/jpackage/JPackageMissingArgumentsTest.java 2019-02-28 20:46:46.898755600 -0800 +++ new/test/jdk/tools/jpackage/JPackageMissingArgumentsTest.java 2019-02-28 20:46:45.615627300 -0800 @@ -39,7 +39,6 @@ "--name", "test", "--main-jar", "hello.jar", "--main-class", "Hello", - "--overwrite", "--files", "hello.jar"}; private static final String [] RESULT_2 = {"--input"}; @@ -49,7 +48,6 @@ "--name", "test", "--main-jar", "hello.jar", "--main-class", "Hello", - "--overwrite", "--files", "hello.jar"}; private static final String [] RESULT_3 = {"--input", "--app-image"}; @@ -59,7 +57,6 @@ "--name", "test", "--main-jar", "hello.jar", "--main-class", "Hello", - "--overwrite", "--files", "hello.jar"}; private static final String [] RESULT_4 = {"--main-class"}; @@ -69,7 +66,6 @@ "--output", "output", "--name", "test", "--main-jar", "hello.jar", - "--overwrite", "--files", "hello.jar"}; private static final String [] RESULT_5 = {"--main-jar"}; @@ -79,7 +75,6 @@ "--output", "output", "--name", "test", "--main-class", "Hello", - "--overwrite", "--files", "hello.jar"}; private static final String [] RESULT_6 = {"--module-path", "--runtime-image"}; @@ -88,7 +83,6 @@ "--output", "output", "--name", "test", "--module", "com.hello/com.hello.Hello", - "--overwrite", "--files", "hello.jar"}; private static final String [] RESULT_7 = {"--module-path", "--runtime-image", @@ -98,7 +92,6 @@ "--output", "output", "--name", "test", "--module", "com.hello/com.hello.Hello", - "--overwrite", "--files", "hello.jar"}; private static void validate(String output, String [] expected)