Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
8269302: serviceability/dcmd/framework/InvalidCommandTest.java still …
…fails after JDK-8268433

Reviewed-by: kevinw, dcubed
  • Loading branch information
Alex Menkov committed Jun 25, 2021
1 parent fb0a95f commit 1404e4b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -234,7 +234,7 @@ public void run() {

public SocketConnection getConnection() {
synchronized (this) {
while (!connection.isConnected() && error != null) {
while (!connection.isConnected() && error == null) {
try {
wait();
} catch (InterruptedException e) {
Expand Down

1 comment on commit 1404e4b

@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.