mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8255711: Fix and unify hotspot signal handlers
Reviewed-by: coleenp, gziemski, dholmes
This commit is contained in:
parent
d99e1f6c29
commit
dd8e4ffbe5
15 changed files with 270 additions and 853 deletions
|
@ -2144,6 +2144,8 @@ static int check_pending_signals() {
|
|||
}
|
||||
} while (threadIsSuspended);
|
||||
}
|
||||
ShouldNotReachHere();
|
||||
return 0; // Satisfy compiler
|
||||
}
|
||||
|
||||
int os::signal_wait() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue