public class sun.jvm.hotspot.runtime.bsd_x86.BsdSignals
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.bsd_x86.BsdSignals
  super_class: java.lang.Object
{
  private static java.lang.String[] signalNames;
    descriptor: [Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 28
            bipush 32
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 29
            ldc ""
            aastore
            dup
            iconst_1
         2: .line 30
            ldc "SIGHUP"
            aastore
            dup
            iconst_2
         3: .line 31
            ldc "SIGINT"
            aastore
            dup
            iconst_3
         4: .line 32
            ldc "SIGQUIT"
            aastore
            dup
            iconst_4
         5: .line 33
            ldc "SIGILL"
            aastore
            dup
            iconst_5
         6: .line 34
            ldc "SIGTRAP"
            aastore
            dup
            bipush 6
         7: .line 35
            ldc "SIGABRT"
            aastore
            dup
            bipush 7
         8: .line 36
            ldc "SIGEMT"
            aastore
            dup
            bipush 8
         9: .line 37
            ldc "SIGFPE"
            aastore
            dup
            bipush 9
        10: .line 38
            ldc "SIGKILL"
            aastore
            dup
            bipush 10
        11: .line 39
            ldc "SIGBUS"
            aastore
            dup
            bipush 11
        12: .line 40
            ldc "SIGSEGV"
            aastore
            dup
            bipush 12
        13: .line 41
            ldc "SIGSYS"
            aastore
            dup
            bipush 13
        14: .line 42
            ldc "SIGPIPE"
            aastore
            dup
            bipush 14
        15: .line 43
            ldc "SIGALRM"
            aastore
            dup
            bipush 15
        16: .line 44
            ldc "SIGTERM"
            aastore
            dup
            bipush 16
        17: .line 45
            ldc "SIGURG"
            aastore
            dup
            bipush 17
        18: .line 46
            ldc "SIGSTOP"
            aastore
            dup
            bipush 18
        19: .line 47
            ldc "SIGTSTP"
            aastore
            dup
            bipush 19
        20: .line 48
            ldc "SIGCONT"
            aastore
            dup
            bipush 20
        21: .line 49
            ldc "SIGCHLD"
            aastore
            dup
            bipush 21
        22: .line 50
            ldc "SIGTTIN"
            aastore
            dup
            bipush 22
        23: .line 51
            ldc "SIGTTOU"
            aastore
            dup
            bipush 23
        24: .line 52
            ldc "SIGIO"
            aastore
            dup
            bipush 24
        25: .line 53
            ldc "SIGXCPU"
            aastore
            dup
            bipush 25
        26: .line 54
            ldc "SIGXFSZ"
            aastore
            dup
            bipush 26
        27: .line 55
            ldc "SIGVTALRM"
            aastore
            dup
            bipush 27
        28: .line 56
            ldc "SIGPROF"
            aastore
            dup
            bipush 28
        29: .line 57
            ldc "SIGWINCH"
            aastore
            dup
            bipush 29
        30: .line 58
            ldc "SIGINFO"
            aastore
            dup
            bipush 30
        31: .line 59
            ldc "SIGUSR1"
            aastore
            dup
            bipush 31
        32: .line 60
            ldc "SIGUSR2"
            aastore
        33: .line 28
            putstatic sun.jvm.hotspot.runtime.bsd_x86.BsdSignals.signalNames:[Ljava/lang/String;
        34: .line 61
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.bsd_x86.BsdSignals this
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.runtime.bsd_x86.BsdSignals this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/bsd_x86/BsdSignals;

  public static java.lang.String getSignalName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int sigNum
         0: .line 64
            iload 0 /* sigNum */
            ifle 1
            iload 0 /* sigNum */
            getstatic sun.jvm.hotspot.runtime.bsd_x86.BsdSignals.signalNames:[Ljava/lang/String;
            arraylength
            if_icmplt 2
         1: .line 66
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "<Error: Illegal signal number "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* sigNum */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ">"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         2: .line 68
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.bsd_x86.BsdSignals.signalNames:[Ljava/lang/String;
            iload 0 /* sigNum */
            aaload
            areturn
        end local 0 // int sigNum
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  sigNum  I
    MethodParameters:
        Name  Flags
      sigNum  
}
SourceFile: "BsdSignals.java"