mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8134537: Much nearly duplicated code for sun.misc.Signal support
Merged jvm_<os>.cpp into jvm_posix.cpp Reviewed-by: dholmes, stuefe
This commit is contained in:
parent
87ca9d07df
commit
ab469d40fc
14 changed files with 32 additions and 400 deletions
|
@ -160,7 +160,6 @@ class Linux {
|
|||
static void signal_sets_init();
|
||||
static void install_signal_handlers();
|
||||
static void set_signal_handler(int, bool);
|
||||
static bool is_sig_ignored(int sig);
|
||||
|
||||
static sigset_t* unblocked_signals();
|
||||
static sigset_t* vm_signals();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue