langtools/test/tools/javap/T4501660.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
child 36526 3b41f1c69604
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 4501660
    26  * @bug 4501660
    27  * @summary change diagnostic of -help as 'print this help message and exit'
    27  * @summary change diagnostic of -help as 'print this help message and exit'
    28  *            (actually, verify -help does not cause premature exit)
    28  *            (actually, verify -help does not cause premature exit)
    29  * @modules jdk.compiler
    29  * @modules jdk.jdeps
    30  */
    30  */
    31 
    31 
    32 import java.io.*;
    32 import java.io.*;
    33 import java.util.zip.*;
    33 import java.util.zip.*;
    34 
    34