--- old/src/os/linux/vm/os_linux.cpp 2015-03-25 10:42:46.493376466 -0700 +++ new/src/os/linux/vm/os_linux.cpp 2015-03-25 10:42:46.376370609 -0700 @@ -1489,7 +1489,7 @@ // Note: os::abort() might be called very early during initialization, or // called from signal handler. Before adding something to os::abort(), make // sure it is async-safe and can handle partially initialized VM. -void os::abort(bool dump_core) { +void os::abort(bool dump_core, void* siginfo, void* context) { os::shutdown(); if (dump_core) { #ifndef PRODUCT