--- old/test/langtools/tools/jdeps/Options.java 2018-11-14 16:48:25.000000000 -0800 +++ new/test/langtools/tools/jdeps/Options.java 2018-11-14 16:48:23.000000000 -0800 @@ -53,7 +53,15 @@ }, { new String[] { "-jdkinternal", "-p", "java.lang", TEST_CLASSES }, - "--package, --regex, --require cannot be used with -jdkinternals option" + "--package, --regex, --require cannot be used with -jdkinternals option" + }, + { + new String[] { "--missing-deps", "-summary", TEST_CLASSES }, + "-summary or -verbose cannot be used with --missing-deps option" + }, + { + new String[] { "--missing-deps", "-p", "java.lang", TEST_CLASSES }, + "--package, --regex, --require cannot be used with --missing-deps option" }, { new String[] { "--inverse", TEST_CLASSES },