Skip to content
Snippets Groups Projects
Commit df82c1c6 authored by Goetz Lindenmaier's avatar Goetz Lindenmaier
Browse files

8268433: serviceability/dcmd/framework/VMVersionTest.java fails with Unable to...

8268433: serviceability/dcmd/framework/VMVersionTest.java fails with Unable to send object throw not established PipeIO Listener Thread connection

Backport-of: 280f2d57d1f78b3d15dd98e726267a100eb0b5db
parent 0cdcc137
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,3 @@ serviceability/sa/TestJmapCoreMetaspace.java 8268722,8268636 ...@@ -44,7 +44,3 @@ serviceability/sa/TestJmapCoreMetaspace.java 8268722,8268636
serviceability/sa/TestJhsdbJstackMixed.java 8248912 generic-all serviceability/sa/TestJhsdbJstackMixed.java 8248912 generic-all
serviceability/sa/ClhsdbPstack.java#id0 8248912 generic-all serviceability/sa/ClhsdbPstack.java#id0 8248912 generic-all
serviceability/sa/ClhsdbPstack.java#id1 8248912 generic-all serviceability/sa/ClhsdbPstack.java#id1 8248912 generic-all
serviceability/dcmd/framework/HelpTest.java 8268433 windows-x64
serviceability/dcmd/framework/InvalidCommandTest.java 8268433 windows-x64
serviceability/dcmd/framework/VMVersionTest.java 8268433 windows-x64
...@@ -77,7 +77,11 @@ public class TestProcessLauncher { ...@@ -77,7 +77,11 @@ public class TestProcessLauncher {
public void quit() { public void quit() {
if (pipe != null) { if (pipe != null) {
if (pipe.isConnected()) {
pipe.println("quit"); pipe.println("quit");
} else {
System.out.println("WARNING: IOPipe is not connected");
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment