langtools/test/tools/javap/8006334/JavapTaskCtorFailWithNPE.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 8006334
    26  * @bug 8006334
    27  * @summary javap: JavapTask constructor breaks with null pointer exception if
    27  * @summary javap: JavapTask constructor breaks with null pointer exception if
    28  * parameter options is null
    28  * parameter options is null
    29  * @modules jdk.compiler
    29  * @modules jdk.jdeps
    30  */
    30  */
    31 
    31 
    32 import java.io.File;
    32 import java.io.File;
    33 import java.util.Arrays;
    33 import java.util.Arrays;
    34 import java.io.PrintWriter;
    34 import java.io.PrintWriter;