8269616: serviceability/dcmd/framework/VMVersionTest.java fails with Address already in use error
Reviewed-by: sspitsyn, kevinw
This commit is contained in:
parent
3aadae2077
commit
8785737ba5
@ -50,7 +50,7 @@ public class TestProcessLauncher {
|
||||
}
|
||||
|
||||
public TestProcessLauncher(String className) {
|
||||
this(className, new ArgumentHandler(new String[0]));
|
||||
this(className, new ArgumentHandler(new String[] {"-transport.address=dynamic"}));
|
||||
}
|
||||
|
||||
public Process launch() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user