Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8269616: serviceability/dcmd/framework/VMVersionTest.java fails with …
…Address already in use error

Backport-of: 8785737ba5f398888816ddd0f50adeea6a75bb0f
  • Loading branch information
GoeLin committed Feb 1, 2022
1 parent ac8a550 commit cb769c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ public TestProcessLauncher(String className, ArgumentHandler argHandler) {
}

public TestProcessLauncher(String className) {
this(className, new ArgumentHandler(new String[0]));
this(className, new ArgumentHandler(new String[] {"-transport.address=dynamic"}));
}

public Process launch() {
Expand Down

1 comment on commit cb769c0

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.