--- old/test/jdk/jshell/ExternalEditorTest.java 2016-08-18 00:26:31.677462360 -0700 +++ new/test/jdk/jshell/ExternalEditorTest.java 2016-08-18 00:26:31.562459407 -0700 @@ -203,7 +203,7 @@ @Test(enabled = false) // TODO 8159229 public void testRemoveTempFile() { - test(new String[]{"-nostartup"}, + test(new String[]{"--no-startup"}, a -> assertCommandCheckOutput(a, "/set editor " + executionScript, assertStartsWith("| Editor set to: " + executionScript)), a -> assertVariable(a, "int", "a", "0", "0"),