langtools/test/tools/javap/T8038414.java
changeset 30730 d3ce7619db2c
parent 26390 1d0902fe3ca0
child 30846 2b3f379840f0
equal deleted inserted replaced
30729:398f0f51917a 30730:d3ce7619db2c
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    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  */
    36  */
    36 public class T8038414 {
    37 public class T8038414 {
    37     private static final String NEW_LINE = System.getProperty("line.separator");
    38     private static final String NEW_LINE = System.getProperty("line.separator");
    38     private static final String TEST_CLASSES = System.getProperty("test.classes", ".");
    39     private static final String TEST_CLASSES = System.getProperty("test.classes", ".");
    39     private static final String GOLDEN_STRING = escapeString(Test.test);
    40     private static final String GOLDEN_STRING = escapeString(Test.test);