mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8269302: serviceability/dcmd/framework/InvalidCommandTest.java still fails after JDK-8268433
Reviewed-by: kevinw, dcubed
This commit is contained in:
@@ -234,7 +234,7 @@ public class SocketIOPipe extends Log.Logger implements Finalizable {
|
||||
|
||||
public SocketConnection getConnection() {
|
||||
synchronized (this) {
|
||||
while (!connection.isConnected() && error != null) {
|
||||
while (!connection.isConnected() && error == null) {
|
||||
try {
|
||||
wait();
|
||||
} catch (InterruptedException e) {
|
||||
|
||||
Reference in New Issue
Block a user