--- old/test/jdk/jshell/ToolLocaleMessageTest.java 2016-08-18 00:26:32.904493861 -0700 +++ new/test/jdk/jshell/ToolLocaleMessageTest.java 2016-08-18 00:26:32.790490934 -0700 @@ -44,7 +44,7 @@ public class ToolLocaleMessageTest extends ReplToolTesting { void testLocale(ReplTest... tests) { - test(Locale.getDefault(), false, new String[]{"-nostartup"}, "", tests); + test(Locale.getDefault(), false, new String[]{"--no-startup"}, "", tests); } void assertCommandOK(boolean after, String cmd, String... contains) {