class org.jruby.ext.thread.Queue$1 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$1
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ext/thread/Queue$1;
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=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
aload 1
invokevirtual org.jruby.ext.thread.Queue.takeInternal:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ext/thread/Queue$1;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 queue Lorg/jruby/ext/thread/Queue;
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 start local 1 start local 2 0: aload 1
invokevirtual org.jruby.RubyThread.getNativeThread:()Ljava/lang/Thread;
invokevirtual java.lang.Thread.interrupt:()V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/ext/thread/Queue$1;
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: aload 0
aload 1
aload 2
checkcast org.jruby.ext.thread.Queue
invokevirtual org.jruby.ext.thread.Queue$1.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: aload 0
aload 1
aload 2
checkcast org.jruby.ext.thread.Queue
invokevirtual org.jruby.ext.thread.Queue$1.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$1