8269616: serviceability/dcmd/framework/VMVersionTest.java fails with Address already in use error

Reviewed-by: sspitsyn, kevinw
This commit is contained in:
Alex Menkov 2021-07-26 20:16:32 +00:00
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() {