8255711: Fix and unify hotspot signal handlers

Reviewed-by: coleenp, gziemski, dholmes
This commit is contained in:
Thomas Stuefe 2020-11-09 12:03:06 +00:00
parent d99e1f6c29
commit dd8e4ffbe5
15 changed files with 270 additions and 853 deletions

View file

@ -2144,6 +2144,8 @@ static int check_pending_signals() {
}
} while (threadIsSuspended);
}
ShouldNotReachHere();
return 0; // Satisfy compiler
}
int os::signal_wait() {