jdk/test/java/lang/ProcessBuilder/Basic.java
changeset 42338 a60f280f803c
parent 41825 6dd7bb19cef2
child 44107 a3d145e4f03c
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    27  *      5026830 5023243 5070673 4052517 4811767 6192449 6397034 6413313
    27  *      5026830 5023243 5070673 4052517 4811767 6192449 6397034 6413313
    28  *      6464154 6523983 6206031 4960438 6631352 6631966 6850957 6850958
    28  *      6464154 6523983 6206031 4960438 6631352 6631966 6850957 6850958
    29  *      4947220 7018606 7034570 4244896 5049299 8003488 8054494 8058464
    29  *      4947220 7018606 7034570 4244896 5049299 8003488 8054494 8058464
    30  *      8067796
    30  *      8067796
    31  * @summary Basic tests for Process and Environment Variable code
    31  * @summary Basic tests for Process and Environment Variable code
       
    32  * @modules java.base/java.lang:open
    32  * @run main/othervm/timeout=300 Basic
    33  * @run main/othervm/timeout=300 Basic
    33  * @run main/othervm/timeout=300 -Djdk.lang.Process.launchMechanism=fork Basic
    34  * @run main/othervm/timeout=300 -Djdk.lang.Process.launchMechanism=fork Basic
    34  * @author Martin Buchholz
    35  * @author Martin Buchholz
    35  */
    36  */
    36 
    37