public class org.jruby.RubySystemExit extends org.jruby.RubyException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.RubySystemExit
  super_class: org.jruby.RubyException
{
  org.jruby.runtime.builtin.IRubyObject status;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0000) 

  private static final org.jruby.runtime.ObjectAllocator ALLOCATOR;
    descriptor: Lorg/jruby/runtime/ObjectAllocator;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 48
            invokedynamic allocate()Lorg/jruby/runtime/ObjectAllocator;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
                  org/jruby/RubySystemExit.lambda$0(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject; (6)
                  (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
            putstatic org.jruby.RubySystemExit.ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static org.jruby.RubyClass define(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/RubyClass;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyClass exceptionClass
         0: .line 51
            aload 0 /* runtime */
            ldc "SystemExit"
            aload 1 /* exceptionClass */
            getstatic org.jruby.RubySystemExit.ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
            invokevirtual org.jruby.Ruby.defineClass:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;)Lorg/jruby/RubyClass;
            astore 2 /* systemExitClass */
        start local 2 // org.jruby.RubyClass systemExitClass
         1: .line 53
            aload 2 /* systemExitClass */
            ldc Lorg/jruby/RubySystemExit;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
         2: .line 55
            aload 2 /* systemExitClass */
            areturn
        end local 2 // org.jruby.RubyClass systemExitClass
        end local 1 // org.jruby.RubyClass exceptionClass
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0          runtime  Lorg/jruby/Ruby;
            0    3     1   exceptionClass  Lorg/jruby/RubyClass;
            1    3     2  systemExitClass  Lorg/jruby/RubyClass;
    MethodParameters:
                Name  Flags
      runtime         
      exceptionClass  

  public static org.jruby.RubySystemExit newInstance(org.jruby.Ruby, int, java.lang.String);
    descriptor: (Lorg/jruby/Ruby;ILjava/lang/String;)Lorg/jruby/RubySystemExit;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.jruby.Ruby runtime
        start local 1 // int status
        start local 2 // java.lang.String message
         0: .line 59
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getSystemExit:()Lorg/jruby/RubyClass;
            astore 3 /* klass */
        start local 3 // org.jruby.RubyClass klass
         1: .line 60
            iconst_2
            anewarray org.jruby.runtime.builtin.IRubyObject
            dup
            iconst_0
         2: .line 61
            aload 0 /* runtime */
            iload 1 /* status */
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            aastore
            dup
            iconst_1
            aload 0 /* runtime */
            aload 2 /* message */
            invokevirtual org.jruby.Ruby.newString:(Ljava/lang/String;)Lorg/jruby/RubyString;
            aastore
         3: .line 60
            astore 4 /* args */
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
         4: .line 63
            aload 3 /* klass */
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            aload 4 /* args */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.RubyClass.newInstance:(Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            checkcast org.jruby.RubySystemExit
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.RubyClass klass
        end local 2 // java.lang.String message
        end local 1 // int status
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0  runtime  Lorg/jruby/Ruby;
            0    5     1   status  I
            0    5     2  message  Ljava/lang/String;
            1    5     3    klass  Lorg/jruby/RubyClass;
            4    5     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      runtime  
      status   
      message  

  protected void <init>(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.RubySystemExit this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass exceptionClass
         0: .line 67
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* exceptionClass */
            invokespecial org.jruby.RubyException.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
         1: .line 68
            aload 0 /* this */
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.RubySystemExit.status:Lorg/jruby/runtime/builtin/IRubyObject;
         2: .line 69
            return
        end local 2 // org.jruby.RubyClass exceptionClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubySystemExit this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/jruby/RubySystemExit;
            0    3     1         runtime  Lorg/jruby/Ruby;
            0    3     2  exceptionClass  Lorg/jruby/RubyClass;
    MethodParameters:
                Name  Flags
      runtime         
      exceptionClass  

  protected org.jruby.exceptions.RaiseException constructThrowable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.RubySystemExit this
        start local 1 // java.lang.String message
         0: .line 73
            new org.jruby.exceptions.SystemExit
            dup
            aload 1 /* message */
            aload 0 /* this */
            invokespecial org.jruby.exceptions.SystemExit.<init>:(Ljava/lang/String;Lorg/jruby/RubySystemExit;)V
            areturn
        end local 1 // java.lang.String message
        end local 0 // org.jruby.RubySystemExit this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubySystemExit;
            0    1     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: ([Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.jruby.RubySystemExit this
        start local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 2 // org.jruby.runtime.Block block
         0: .line 79
            aload 1 /* args */
            arraylength
            ifle 16
         1: .line 80
            aload 1 /* args */
            iconst_0
            aaload
            astore 3 /* arg */
        start local 3 // org.jruby.runtime.builtin.IRubyObject arg
         2: .line 81
            aload 3 /* arg */
            instanceof org.jruby.RubyFixnum
            ifeq 6
         3: .line 82
            aload 0 /* this */
            aload 3 /* arg */
            putfield org.jruby.RubySystemExit.status:Lorg/jruby/runtime/builtin/IRubyObject;
         4: .line 83
            aload 1 /* args */
            arraylength
            iconst_1
            if_icmple 17
            aload 0 /* this */
            aload 1 /* args */
            iconst_1
            aaload
            putfield org.jruby.RubySystemExit.message:Lorg/jruby/runtime/builtin/IRubyObject;
         5: .line 84
            goto 17
         6: .line 85
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 3 /* arg */
            instanceof org.jruby.RubyBoolean
            ifeq 13
         7: .line 86
            aload 0 /* this */
            invokevirtual org.jruby.RubySystemExit.getRuntime:()Lorg/jruby/Ruby;
            astore 4 /* runtime */
        start local 4 // org.jruby.Ruby runtime
         8: .line 87
            aload 0 /* this */
            aload 4 /* runtime */
            aload 3 /* arg */
            aload 4 /* runtime */
            invokevirtual org.jruby.Ruby.getTrue:()Lorg/jruby/RubyBoolean;
            if_acmpne 9
            iconst_0
            goto 10
      StackMap locals: org.jruby.RubySystemExit org.jruby.runtime.builtin.IRubyObject[] org.jruby.runtime.Block org.jruby.runtime.builtin.IRubyObject org.jruby.Ruby
      StackMap stack: org.jruby.RubySystemExit org.jruby.Ruby
         9: iconst_1
      StackMap locals: org.jruby.RubySystemExit org.jruby.runtime.builtin.IRubyObject[] org.jruby.runtime.Block org.jruby.runtime.builtin.IRubyObject org.jruby.Ruby
      StackMap stack: org.jruby.RubySystemExit org.jruby.Ruby int
        10: invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            putfield org.jruby.RubySystemExit.status:Lorg/jruby/runtime/builtin/IRubyObject;
        11: .line 88
            aload 1 /* args */
            arraylength
            iconst_1
            if_icmple 17
            aload 0 /* this */
            aload 1 /* args */
            iconst_1
            aaload
            putfield org.jruby.RubySystemExit.message:Lorg/jruby/runtime/builtin/IRubyObject;
        end local 4 // org.jruby.Ruby runtime
        12: .line 89
            goto 17
        13: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* arg */
            putfield org.jruby.RubySystemExit.message:Lorg/jruby/runtime/builtin/IRubyObject;
        14: .line 92
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.jruby.RubySystemExit.getRuntime:()Lorg/jruby/Ruby;
            invokestatic org.jruby.RubyFixnum.zero:(Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
            putfield org.jruby.RubySystemExit.status:Lorg/jruby/runtime/builtin/IRubyObject;
        end local 3 // org.jruby.runtime.builtin.IRubyObject arg
        15: .line 94
            goto 17
        16: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.jruby.RubySystemExit.getRuntime:()Lorg/jruby/Ruby;
            invokestatic org.jruby.RubyFixnum.zero:(Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
            putfield org.jruby.RubySystemExit.status:Lorg/jruby/runtime/builtin/IRubyObject;
        17: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.jruby.RubySystemExit.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
            aload 2 /* block */
            invokespecial org.jruby.RubyException.initialize:([Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
        18: .line 99
            aload 0 /* this */
            areturn
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 0 // org.jruby.RubySystemExit this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Lorg/jruby/RubySystemExit;
            0   19     1     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0   19     2    block  Lorg/jruby/runtime/Block;
            2   15     3      arg  Lorg/jruby/runtime/builtin/IRubyObject;
            8   12     4  runtime  Lorg/jruby/Ruby;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(optional = 2, visibility = org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;)
    MethodParameters:
       Name  Flags
      args   
      block  

  public org.jruby.runtime.builtin.IRubyObject status();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubySystemExit this
         0: .line 104
            aload 0 /* this */
            getfield org.jruby.RubySystemExit.status:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.RubySystemExit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubySystemExit;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()

  public org.jruby.runtime.builtin.IRubyObject success_p();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.jruby.RubySystemExit this
         0: .line 109
            aload 0 /* this */
            invokevirtual org.jruby.RubySystemExit.getRuntime:()Lorg/jruby/Ruby;
            astore 1 /* runtime */
        start local 1 // org.jruby.Ruby runtime
         1: .line 110
            aload 0 /* this */
            getfield org.jruby.RubySystemExit.status:Lorg/jruby/runtime/builtin/IRubyObject;
            astore 2 /* status */
        start local 2 // org.jruby.runtime.builtin.IRubyObject status
         2: .line 111
            aload 2 /* status */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifeq 3
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getTrue:()Lorg/jruby/RubyBoolean;
            areturn
         3: .line 112
      StackMap locals: org.jruby.Ruby org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 2 /* status */
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getTrue:()Lorg/jruby/RubyBoolean;
            if_acmpeq 4
            aload 2 /* status */
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getFalse:()Lorg/jruby/RubyBoolean;
            if_acmpne 5
      StackMap locals:
      StackMap stack:
         4: aload 2 /* status */
            areturn
         5: .line 113
      StackMap locals:
      StackMap stack:
            aload 2 /* status */
            aload 1 /* runtime */
            invokestatic org.jruby.RubyFixnum.zero:(Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getTrue:()Lorg/jruby/RubyBoolean;
            areturn
         6: .line 114
      StackMap locals:
      StackMap stack:
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getFalse:()Lorg/jruby/RubyBoolean;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject status
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubySystemExit this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/jruby/RubySystemExit;
            1    7     1  runtime  Lorg/jruby/Ruby;
            2    7     2   status  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"success?"})

  private static org.jruby.runtime.builtin.IRubyObject lambda$0(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyClass klass
         0: .line 48
            new org.jruby.RubySystemExit
            dup
            aload 0 /* runtime */
            aload 1 /* klass */
            invokespecial org.jruby.RubySystemExit.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
            areturn
        end local 1 // org.jruby.RubyClass klass
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  runtime  Lorg/jruby/Ruby;
            0    1     1    klass  Lorg/jruby/RubyClass;
}
SourceFile: "RubySystemExit.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyClass(name = {"SystemExit"}, parent = "Exception")