hotspot/src/os/aix/vm/os_aix.cpp
changeset 30240 a7ba42fa1df6
parent 30234 aa6bfe87720b
child 30248 5c6dacbd17ae
--- a/hotspot/src/os/aix/vm/os_aix.cpp	Wed Apr 15 09:34:46 2015 +0200
+++ b/hotspot/src/os/aix/vm/os_aix.cpp	Wed Apr 15 17:34:28 2015 -0700
@@ -1211,6 +1211,10 @@
 // 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) {
+  abort(dump_core, NULL, NULL);
+}
+
+void os::abort(bool dump_core, void* siginfo, void* context) {
   os::shutdown();
   if (dump_core) {
 #ifndef PRODUCT