8366659: Fixed tests.

This commit is contained in:
Anton Artemov 2025-11-20 10:51:04 +01:00
parent d4f01852d8
commit 5fe2d5065f
5 changed files with 4 additions and 16 deletions

View File

@ -134,8 +134,4 @@ public class SuspendWithObjectMonitorWait1 extends SuspendWithObjectMonitorWaitB
return 0;
}
}
}

View File

@ -149,8 +149,4 @@ public class SuspendWithObjectMonitorWait2 extends SuspendWithObjectMonitorWaitB
return 0;
}
}
}

View File

@ -160,7 +160,3 @@ public class SuspendWithObjectMonitorWait3 extends SuspendWithObjectMonitorWaitB
return 0;
}
}

View File

@ -184,4 +184,4 @@ public class SuspendWithObjectMonitorWaitBase {
int result = test.run(timeMax, System.out);
System.exit(result + exit_delta);
}
}
}

View File

@ -125,4 +125,4 @@ public class SuspendWithObjectMonitorWaitWorker extends Thread {
}
}
}
}
}