test/jdk/com/sun/tools/attach/RunnerUtil.java
changeset 51541 69ee8894f5fa
parent 47216 71c04702a3d5
child 51675 b487c1e914d0
equal deleted inserted replaced
51540:3d3e8a33701e 51541:69ee8894f5fa
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2018, 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.
    24 import java.io.IOException;
    24 import java.io.IOException;
    25 import java.io.File;
    25 import java.io.File;
    26 import java.nio.file.Files;
    26 import java.nio.file.Files;
    27 import java.util.Arrays;
    27 import java.util.Arrays;
    28 
    28 
       
    29 import jdk.test.lib.thread.ProcessThread;
    29 import jdk.testlibrary.ProcessTools;
    30 import jdk.testlibrary.ProcessTools;
    30 import jdk.testlibrary.Utils;
    31 import jdk.testlibrary.Utils;
    31 import jdk.testlibrary.ProcessThread;
       
    32 
    32 
    33 /*
    33 /*
    34  * Utility functions for test runners.
    34  * Utility functions for test runners.
    35  * (Test runner = class that launch a test)
    35  * (Test runner = class that launch a test)
    36  */
    36  */