--- old/test/runtime/CommandLine/VMDeprecatedOptions.java 2015-08-27 17:39:02.243393728 -0400 +++ new/test/runtime/CommandLine/VMDeprecatedOptions.java 2015-08-27 17:39:02.113395353 -0400 @@ -52,7 +52,7 @@ }; static String getDeprecationString(String optionName) { - return "Option " + optionName + return "Option " + optionName + " was deprecated in version [\\S]+ and will likely be removed in a future release"; }