public class org.jruby.ir.targets.ZSuperInvokeSite extends org.jruby.ir.targets.SuperInvokeSite
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.targets.ZSuperInvokeSite
  super_class: org.jruby.ir.targets.SuperInvokeSite
{
  public void <init>(java.lang.invoke.MethodType, java.lang.String, java.lang.String, java.lang.String, int);
    descriptor: (Ljava/lang/invoke/MethodType;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.jruby.ir.targets.ZSuperInvokeSite this
        start local 1 // java.lang.invoke.MethodType type
        start local 2 // java.lang.String name
        start local 3 // java.lang.String splatmapString
        start local 4 // java.lang.String file
        start local 5 // int line
         0: .line 16
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* name */
            aload 3 /* splatmapString */
            aload 4 /* file */
            iload 5 /* line */
            invokespecial org.jruby.ir.targets.SuperInvokeSite.<init>:(Ljava/lang/invoke/MethodType;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
         1: .line 17
            return
        end local 5 // int line
        end local 4 // java.lang.String file
        end local 3 // java.lang.String splatmapString
        end local 2 // java.lang.String name
        end local 1 // java.lang.invoke.MethodType type
        end local 0 // org.jruby.ir.targets.ZSuperInvokeSite this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/jruby/ir/targets/ZSuperInvokeSite;
            0    2     1            type  Ljava/lang/invoke/MethodType;
            0    2     2            name  Ljava/lang/String;
            0    2     3  splatmapString  Ljava/lang/String;
            0    2     4            file  Ljava/lang/String;
            0    2     5            line  I
    MethodParameters:
                Name  Flags
      type            
      name            
      splatmapString  
      file            
      line            

  public org.jruby.runtime.builtin.IRubyObject invoke(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // org.jruby.ir.targets.ZSuperInvokeSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.RubyClass definingModule
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 6 // org.jruby.runtime.Block block
         0: .line 22
            aload 6 /* block */
            ifnull 1
            aload 6 /* block */
            invokevirtual org.jruby.runtime.Block.isGiven:()Z
            ifne 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameBlock:()Lorg/jruby/runtime/Block;
            astore 6 /* block */
         2: .line 23
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 3 /* self */
            aload 5 /* args */
            aload 6 /* block */
            aload 0 /* this */
            getfield org.jruby.ir.targets.ZSuperInvokeSite.splatMap:[Z
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.zSuperSplatArgs:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;[Z)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // org.jruby.RubyClass definingModule
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.targets.ZSuperInvokeSite this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/jruby/ir/targets/ZSuperInvokeSite;
            0    3     1         context  Lorg/jruby/runtime/ThreadContext;
            0    3     2          caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3            self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     4  definingModule  Lorg/jruby/RubyClass;
            0    3     5            args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     6           block  Lorg/jruby/runtime/Block;
    Exceptions:
      throws java.lang.Throwable
    MethodParameters:
                Name  Flags
      context         
      caller          
      self            
      definingModule  
      args            
      block           

  public org.jruby.runtime.builtin.IRubyObject fail(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // org.jruby.ir.targets.ZSuperInvokeSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.RubyClass definingModule
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 6 // org.jruby.runtime.Block block
         0: .line 27
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* definingModule */
            aload 5 /* args */
            aload 6 /* block */
            invokevirtual org.jruby.ir.targets.ZSuperInvokeSite.invoke:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // org.jruby.RubyClass definingModule
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.targets.ZSuperInvokeSite this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/jruby/ir/targets/ZSuperInvokeSite;
            0    1     1         context  Lorg/jruby/runtime/ThreadContext;
            0    1     2          caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3            self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4  definingModule  Lorg/jruby/RubyClass;
            0    1     5            args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6           block  Lorg/jruby/runtime/Block;
    Exceptions:
      throws java.lang.Throwable
    MethodParameters:
                Name  Flags
      context         
      caller          
      self            
      definingModule  
      args            
      block           
}
SourceFile: "ZSuperInvokeSite.java"