langtools/test/tools/sjavac/JavacOptionPrep.java
changeset 25603 d5fa4eab2d26
parent 24067 76e7b6bbbd85
child 30730 d3ce7619db2c
equal deleted inserted replaced
25602:7ed5b85cdbb2 25603:d5fa4eab2d26
    19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    20  *
    20  *
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22  * or visit www.oracle.com if you need additional information or have any
    22  * or visit www.oracle.com if you need additional information or have any
    23  * questions.
    23  * questions.
       
    24  */
       
    25 
       
    26 /*
       
    27  * @test
       
    28  * @bug 8035063
       
    29  * @summary Tests the preparation of javac-arguments.
       
    30  *
       
    31  * @build Wrapper
       
    32  * @run main Wrapper JavacOptionPrep
    24  */
    33  */
    25 
    34 
    26 import java.io.File;
    35 import java.io.File;
    27 import java.io.IOException;
    36 import java.io.IOException;
    28 import java.nio.file.Files;
    37 import java.nio.file.Files;