langtools/test/tools/sjavac/ParallelCompilations.java
changeset 35356 e919fd8db52c
parent 32799 ee577901f4bb
child 36526 3b41f1c69604
equal deleted inserted replaced
35355:817b3a285dbb 35356:e919fd8db52c
     1 /*
     1 /*
     2  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2016, 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.
    59     // Method will throw an exception if compilation fails
    59     // Method will throw an exception if compilation fails
    60     compile("src",
    60     compile("src",
    61             "-d", BIN.toString(),
    61             "-d", BIN.toString(),
    62             "--state-dir=" + BIN,
    62             "--state-dir=" + BIN,
    63             "-j", "10",
    63             "-j", "10",
    64             SERVER_ARG,
       
    65             "--log=debug");
    64             "--log=debug");
    66   }
    65   }
    67 }
    66 }