This commit is contained in:
Jesper Wilhelmsson 2020-07-03 00:14:21 +02:00
commit 6b8bf62a75
22 changed files with 425 additions and 248 deletions

View file

@ -2045,7 +2045,6 @@ void JavaThread::exit(bool destroy_vm, ExitType exit_type) {
CLEAR_PENDING_EXCEPTION;
}
}
JFR_ONLY(Jfr::on_java_thread_dismantle(this);)
// Call Thread.exit(). We try 3 times in case we got another Thread.stop during
// the execution of the method. If that is not enough, then we don't really care. Thread.stop