hotspot/src/os/aix/vm/os_aix.hpp
changeset 34145 f8097485b483
parent 32080 9d2ace436482
child 34647 fafb32d71489
--- a/hotspot/src/os/aix/vm/os_aix.hpp	Mon Nov 16 18:50:55 2015 -0500
+++ b/hotspot/src/os/aix/vm/os_aix.hpp	Thu Nov 05 15:05:59 2015 +0100
@@ -34,15 +34,9 @@
 class Aix {
   friend class os;
 
-  // For signal-chaining
-  // highest so far (AIX 5.2 - 6.1) is SIGSAK (63)
-#define MAXSIGNUM 63
   // Length of strings included in the libperfstat structures.
 #define IDENTIFIER_LENGTH 64
 
-  static struct sigaction sigact[MAXSIGNUM]; // saved preinstalled sigactions
-  static unsigned int sigs;             // mask of signals that have
-                                        // preinstalled signal handlers
   static bool libjsig_is_loaded;        // libjsig that interposes sigaction(),
                                         // __sigaction(), signal() is loaded
   static struct sigaction *(*get_signal_action)(int);
@@ -51,9 +45,6 @@
 
   static void check_signal_handler(int sig);
 
-  // For signal flags diagnostics
-  static int sigflags[MAXSIGNUM];
-
  protected:
 
   static julong _physical_memory;