--- old/src/hotspot/os/bsd/os_bsd.hpp 2019-03-05 18:14:43.679829391 +0800 +++ new/src/hotspot/os/bsd/os_bsd.hpp 2019-03-05 18:14:43.327377658 +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);