langtools/test/tools/javap/T6863746.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
child 36526 3b41f1c69604
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    25 
    25 
    26 /*
    26 /*
    27  * @test
    27  * @test
    28  * @bug 6863746
    28  * @bug 6863746
    29  * @summary javap should not scan ct.sym by default
    29  * @summary javap should not scan ct.sym by default
    30  * @modules jdk.compiler
    30  * @modules jdk.jdeps
    31  */
    31  */
    32 
    32 
    33 public class T6863746 {
    33 public class T6863746 {
    34     public static void main(String... args) throws Exception{
    34     public static void main(String... args) throws Exception{
    35         new T6863746().run();
    35         new T6863746().run();