langtools/test/tools/javap/T6715251.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
child 36526 3b41f1c69604
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    26 
    26 
    27 /*
    27 /*
    28  * @test
    28  * @test
    29  * @bug 6715251
    29  * @bug 6715251
    30  * @summary javap should be consistent with javac and return 2 if given no arguments
    30  * @summary javap should be consistent with javac and return 2 if given no arguments
    31  * @modules jdk.compiler
    31  * @modules jdk.jdeps
    32  */
    32  */
    33 
    33 
    34 public class T6715251 {
    34 public class T6715251 {
    35     public static void main(String... args) throws Exception {
    35     public static void main(String... args) throws Exception {
    36         new T6715251().run();
    36         new T6715251().run();