src/hotspot/os/posix/os_posix.cpp
changeset 58744 c9c3bb79861e
parent 58654 562bf1878089
child 59105 76ae9aa0e794
--- a/src/hotspot/os/posix/os_posix.cpp	Wed Oct 23 10:02:26 2019 +0900
+++ b/src/hotspot/os/posix/os_posix.cpp	Tue Oct 22 22:00:21 2019 -0400
@@ -685,6 +685,9 @@
 #endif
   {  SIGHUP,      "SIGHUP" },
   {  SIGILL,      "SIGILL" },
+#ifdef SIGINFO
+  {  SIGINFO,     "SIGINFO" },
+#endif
   {  SIGINT,      "SIGINT" },
 #ifdef SIGIO
   {  SIGIO,       "SIGIO" },