langtools/test/tools/javap/T8038414.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
child 36526 3b41f1c69604
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    30 
    30 
    31 /*
    31 /*
    32  * @test
    32  * @test
    33  * @bug 8038414
    33  * @bug 8038414
    34  * @summary Constant pool's strings are not escaped properly
    34  * @summary Constant pool's strings are not escaped properly
    35  * @modules jdk.compiler
    35  * @modules jdk.jdeps
    36  */
    36  */
    37 public class T8038414 {
    37 public class T8038414 {
    38     private static final String NEW_LINE = System.getProperty("line.separator");
    38     private static final String NEW_LINE = System.getProperty("line.separator");
    39     private static final String TEST_CLASSES = System.getProperty("test.classes", ".");
    39     private static final String TEST_CLASSES = System.getProperty("test.classes", ".");
    40     private static final String GOLDEN_STRING = escapeString(Test.test);
    40     private static final String GOLDEN_STRING = escapeString(Test.test);