< prev index next >

langtools/test/tools/javap/T6863746.java

Print this page

        

*** 25,35 **** /* * @test * @bug 6863746 * @summary javap should not scan ct.sym by default ! * @modules jdk.compiler */ public class T6863746 { public static void main(String... args) throws Exception{ new T6863746().run(); --- 25,35 ---- /* * @test * @bug 6863746 * @summary javap should not scan ct.sym by default ! * @modules jdk.jdeps */ public class T6863746 { public static void main(String... args) throws Exception{ new T6863746().run();
< prev index next >