< prev index next >

langtools/test/tools/javap/T8038414.java

Print this page

        

*** 30,40 **** /* * @test * @bug 8038414 * @summary Constant pool's strings are not escaped properly ! * @modules jdk.compiler */ public class T8038414 { private static final String NEW_LINE = System.getProperty("line.separator"); private static final String TEST_CLASSES = System.getProperty("test.classes", "."); private static final String GOLDEN_STRING = escapeString(Test.test); --- 30,40 ---- /* * @test * @bug 8038414 * @summary Constant pool's strings are not escaped properly ! * @modules jdk.jdeps */ public class T8038414 { private static final String NEW_LINE = System.getProperty("line.separator"); private static final String TEST_CLASSES = System.getProperty("test.classes", "."); private static final String GOLDEN_STRING = escapeString(Test.test);
< prev index next >