mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8289610: Degrade Thread.stop
Reviewed-by: rriggs, cjplummer, jpai, mchung, prr, mullan
This commit is contained in:
parent
05c8cabdad
commit
acd5bcfc88
26 changed files with 179 additions and 226 deletions
|
@ -129,9 +129,7 @@ class Shutdown {
|
|||
}
|
||||
if (hook != null) hook.run();
|
||||
} catch (Throwable t) {
|
||||
if (t instanceof ThreadDeath td) {
|
||||
throw td;
|
||||
}
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue