class org.jruby.ext.thread.Queue$2 implements org.jruby.RubyThread$Task<org.jruby.ext.thread.Queue, org.jruby.runtime.builtin.IRubyObject>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.ext.thread.Queue$2
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ext.thread.Queue$2 this
         0: .line 590
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.ext.thread.Queue$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ext/thread/Queue$2;

  public org.jruby.runtime.builtin.IRubyObject run(org.jruby.runtime.ThreadContext, org.jruby.ext.thread.Queue);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/thread/Queue;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.jruby.ext.thread.Queue$2 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.ext.thread.Queue queue
         0: .line 592
            aload 2 /* queue */
            invokevirtual org.jruby.ext.thread.Queue.pollInternal:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* result */
        start local 3 // org.jruby.runtime.builtin.IRubyObject result
         1: .line 593
            aload 3 /* result */
            ifnonnull 3
         2: .line 594
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            ldc "queue empty"
            invokevirtual org.jruby.Ruby.newThreadError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         3: .line 596
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 3 /* result */
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject result
        end local 2 // org.jruby.ext.thread.Queue queue
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.thread.Queue$2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/ext/thread/Queue$2;
            0    4     1  context  Lorg/jruby/runtime/ThreadContext;
            0    4     2    queue  Lorg/jruby/ext/thread/Queue;
            1    4     3   result  Lorg/jruby/runtime/builtin/IRubyObject;
    Exceptions:
      throws java.lang.InterruptedException
    MethodParameters:
         Name  Flags
      context  
      queue    

  public void wakeup(org.jruby.RubyThread, org.jruby.ext.thread.Queue);
    descriptor: (Lorg/jruby/RubyThread;Lorg/jruby/ext/thread/Queue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.jruby.ext.thread.Queue$2 this
        start local 1 // org.jruby.RubyThread thread
        start local 2 // org.jruby.ext.thread.Queue queue
         0: .line 600
            aload 1 /* thread */
            invokevirtual org.jruby.RubyThread.getNativeThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
         1: .line 601
            return
        end local 2 // org.jruby.ext.thread.Queue queue
        end local 1 // org.jruby.RubyThread thread
        end local 0 // org.jruby.ext.thread.Queue$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ext/thread/Queue$2;
            0    2     1  thread  Lorg/jruby/RubyThread;
            0    2     2   queue  Lorg/jruby/ext/thread/Queue;
    MethodParameters:
        Name  Flags
      thread  
      queue   

  public java.lang.Object run(org.jruby.runtime.ThreadContext, java.lang.Object);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast org.jruby.ext.thread.Queue
            invokevirtual org.jruby.ext.thread.Queue$2.run:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/ext/thread/Queue;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.InterruptedException

  public void wakeup(org.jruby.RubyThread, java.lang.Object);
    descriptor: (Lorg/jruby/RubyThread;Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast org.jruby.ext.thread.Queue
            invokevirtual org.jruby.ext.thread.Queue$2.wakeup:(Lorg/jruby/RubyThread;Lorg/jruby/ext/thread/Queue;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/jruby/RubyThread$Task<Lorg/jruby/ext/thread/Queue;Lorg/jruby/runtime/builtin/IRubyObject;>;
SourceFile: "Queue.java"
EnclosingMethod: org.jruby.ext.thread.Queue
NestHost: org.jruby.ext.thread.Queue
InnerClasses:
  public abstract Task = org.jruby.RubyThread$Task of org.jruby.RubyThread
  org.jruby.ext.thread.Queue$2