File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/jdk/sun/tools/jstatd Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
import java .rmi .registry .Registry ;
29
29
import java .util .Arrays ;
30
30
31
- import jdk .test .lib .process .OutputAnalyzer ;
32
31
import jdk .test .lib .thread .ProcessThread ;
33
32
import static jdk .testlibrary .Asserts .*;
34
33
import jdk .testlibrary .JDKToolLauncher ;
35
34
import jdk .testlibrary .Utils ;
35
+ import jdk .testlibrary .OutputAnalyzer ;
36
36
import jdk .testlibrary .ProcessTools ;
37
37
38
38
/**
@@ -325,7 +325,7 @@ public void doTest() throws Throwable {
325
325
}
326
326
327
327
// Verify output from jstatd
328
- OutputAnalyzer output = jstatdThread .getOutput ();
328
+ jdk . test . lib . process . OutputAnalyzer output = jstatdThread .getOutput ();
329
329
assertTrue (output .getOutput ().isEmpty (),
330
330
"jstatd should get an empty output, got: "
331
331
+ Utils .NEW_LINE + output .getOutput ());
You can’t perform that action at this time.
0 commit comments