mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-19 04:13:07 +00:00
8366659: Fixed tests.
This commit is contained in:
parent
d4f01852d8
commit
5fe2d5065f
@ -134,8 +134,4 @@ public class SuspendWithObjectMonitorWait1 extends SuspendWithObjectMonitorWaitB
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
@ -149,8 +149,4 @@ public class SuspendWithObjectMonitorWait2 extends SuspendWithObjectMonitorWaitB
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
@ -160,7 +160,3 @@ public class SuspendWithObjectMonitorWait3 extends SuspendWithObjectMonitorWaitB
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -184,4 +184,4 @@ public class SuspendWithObjectMonitorWaitBase {
|
||||
int result = test.run(timeMax, System.out);
|
||||
System.exit(result + exit_delta);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -125,4 +125,4 @@ public class SuspendWithObjectMonitorWaitWorker extends Thread {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user