mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8309637: runtime/handshake/HandshakeTimeoutTest.java fails with "has not cleared handshake op" and SIGILL
Reviewed-by: dholmes, coleenp
This commit is contained in:
parent
63f32fbe97
commit
57e7e82fa1
5 changed files with 34 additions and 34 deletions
|
@ -471,9 +471,7 @@ void before_exit(JavaThread* thread, bool halt) {
|
|||
|
||||
// Stop the WatcherThread. We do this before disenrolling various
|
||||
// PeriodicTasks to reduce the likelihood of races.
|
||||
if (PeriodicTask::num_tasks() > 0) {
|
||||
WatcherThread::stop();
|
||||
}
|
||||
WatcherThread::stop();
|
||||
|
||||
// shut down the StatSampler task
|
||||
StatSampler::disengage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue