class org.jruby.runtime.JavaSites$HelpersSites$1 implements org.jruby.runtime.ThreadContext$RecursiveFunctionEx<org.jruby.Ruby>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.runtime.JavaSites$HelpersSites$1
  super_class: java.lang.Object
{
  final org.jruby.runtime.JavaSites$HelpersSites this$1;
    descriptor: Lorg/jruby/runtime/JavaSites$HelpersSites;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.runtime.JavaSites$HelpersSites);
    descriptor: (Lorg/jruby/runtime/JavaSites$HelpersSites;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.JavaSites$HelpersSites$1 this
         0: .line 370
            aload 0 /* this */
            aload 1
            putfield org.jruby.runtime.JavaSites$HelpersSites$1.this$1:Lorg/jruby/runtime/JavaSites$HelpersSites;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.runtime.JavaSites$HelpersSites$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/JavaSites$HelpersSites$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.Ruby, org.jruby.runtime.builtin.IRubyObject, boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.jruby.runtime.JavaSites$HelpersSites$1 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.Ruby runtime
        start local 3 // org.jruby.runtime.builtin.IRubyObject obj
        start local 4 // boolean recur
         0: .line 372
            iload 4 /* recur */
            ifeq 1
            aload 2 /* runtime */
            invokestatic org.jruby.RubyFixnum.zero:(Lorg/jruby/Ruby;)Lorg/jruby/RubyFixnum;
            areturn
         1: .line 373
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.runtime.JavaSites$HelpersSites$1.this$1:Lorg/jruby/runtime/JavaSites$HelpersSites;
            getfield org.jruby.runtime.JavaSites$HelpersSites.hash:Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 3 /* obj */
            aload 3 /* obj */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // boolean recur
        end local 3 // org.jruby.runtime.builtin.IRubyObject obj
        end local 2 // org.jruby.Ruby runtime
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.JavaSites$HelpersSites$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/runtime/JavaSites$HelpersSites$1;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2  runtime  Lorg/jruby/Ruby;
            0    2     3      obj  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     4    recur  Z
    MethodParameters:
         Name  Flags
      context  
      runtime  
      obj      
      recur    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, java.lang.Object, org.jruby.runtime.builtin.IRubyObject, boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast org.jruby.Ruby
            aload 3
            iload 4
            invokevirtual org.jruby.runtime.JavaSites$HelpersSites$1.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/jruby/runtime/ThreadContext$RecursiveFunctionEx<Lorg/jruby/Ruby;>;
SourceFile: "JavaSites.java"
EnclosingMethod: org.jruby.runtime.JavaSites$HelpersSites
NestHost: org.jruby.runtime.JavaSites
InnerClasses:
  public HelpersSites = org.jruby.runtime.JavaSites$HelpersSites of org.jruby.runtime.JavaSites
  org.jruby.runtime.JavaSites$HelpersSites$1
  public abstract RecursiveFunctionEx = org.jruby.runtime.ThreadContext$RecursiveFunctionEx of org.jruby.runtime.ThreadContext