diff -r 4267f38a1706 -r 3fbda1dca565 test/tools/javap/InvalidOptions.java --- a/test/tools/javap/InvalidOptions.java Thu Feb 20 18:28:46 2014 +0400 +++ b/test/tools/javap/InvalidOptions.java Mon Mar 03 16:08:06 2014 +0400 @@ -24,7 +24,7 @@ /* * @test * @bug 8027411 - * @summary test invalid options -h and -b + * @summary test an invalid option */ import java.io.*; @@ -39,7 +39,6 @@ } void run() throws Exception { - test(2, "-h", "Error: -h is no longer available - use the javah program"); test(2, "-b", "Error: unknown option: -b", "Usage: javap ", "use -help for a list of possible options");