--- old/src/hotspot/os/bsd/os_bsd.hpp 2019-02-28 17:46:00.983207018 +0800 +++ new/src/hotspot/os/bsd/os_bsd.hpp 2019-02-28 17:46:00.587691177 +0800 @@ -37,8 +37,6 @@ static bool libjsig_is_loaded; // libjsig that interposes sigaction(), // __sigaction(), signal() is loaded static struct sigaction *(*get_signal_action)(int); - static struct sigaction *get_preinstalled_handler(int); - static void save_preinstalled_handler(int, struct sigaction&); static void check_signal_handler(int sig);