public class org.jruby.internal.runtime.methods.SynchronizedDynamicMethod extends org.jruby.internal.runtime.methods.DelegatingDynamicMethod
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
super_class: org.jruby.internal.runtime.methods.DelegatingDynamicMethod
{
public void <init>(org.jruby.internal.runtime.methods.DynamicMethod);
descriptor: (Lorg/jruby/internal/runtime/methods/DynamicMethod;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.jruby.internal.runtime.methods.DelegatingDynamicMethod.<init>:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/internal/runtime/methods/SynchronizedDynamicMethod;
0 2 1 delegate Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
delegate
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 2
dup
astore 5
monitorenter
1: aload 0
getfield org.jruby.internal.runtime.methods.SynchronizedDynamicMethod.delegate:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
aload 4
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
aload 5
monitorexit
2: areturn
3: StackMap locals: org.jruby.internal.runtime.methods.SynchronizedDynamicMethod org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.runtime.builtin.IRubyObject
StackMap stack: java.lang.Throwable
aload 5
monitorexit
4: athrow
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/internal/runtime/methods/SynchronizedDynamicMethod;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 clazz Lorg/jruby/RubyModule;
0 5 4 name Ljava/lang/String;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
context
self
clazz
name
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 2
dup
astore 6
monitorenter
1: aload 0
getfield org.jruby.internal.runtime.methods.SynchronizedDynamicMethod.delegate:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
aload 6
monitorexit
2: areturn
3: StackMap locals: org.jruby.internal.runtime.methods.SynchronizedDynamicMethod org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject
StackMap stack: java.lang.Throwable
aload 6
monitorexit
4: athrow
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/internal/runtime/methods/SynchronizedDynamicMethod;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 clazz Lorg/jruby/RubyModule;
0 5 4 name Ljava/lang/String;
0 5 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
context
self
clazz
name
arg0
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 2
dup
astore 7
monitorenter
1: aload 0
getfield org.jruby.internal.runtime.methods.SynchronizedDynamicMethod.delegate:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
aload 7
monitorexit
2: areturn
3: StackMap locals: org.jruby.internal.runtime.methods.SynchronizedDynamicMethod org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject
StackMap stack: java.lang.Throwable
aload 7
monitorexit
4: athrow
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/internal/runtime/methods/SynchronizedDynamicMethod;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 clazz Lorg/jruby/RubyModule;
0 5 4 name Ljava/lang/String;
0 5 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 5 6 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
context
self
clazz
name
arg0
arg1
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=9, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 2
dup
astore 8
monitorenter
1: aload 0
getfield org.jruby.internal.runtime.methods.SynchronizedDynamicMethod.delegate:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
aload 8
monitorexit
2: areturn
3: StackMap locals: org.jruby.internal.runtime.methods.SynchronizedDynamicMethod org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject
StackMap stack: java.lang.Throwable
aload 8
monitorexit
4: athrow
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/internal/runtime/methods/SynchronizedDynamicMethod;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 clazz Lorg/jruby/RubyModule;
0 5 4 name Ljava/lang/String;
0 5 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 5 6 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 5 7 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
context
self
clazz
name
arg0
arg1
arg2
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[]);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 2
dup
astore 6
monitorenter
1: aload 0
getfield org.jruby.internal.runtime.methods.SynchronizedDynamicMethod.delegate:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
aload 6
monitorexit
2: areturn
3: StackMap locals: org.jruby.internal.runtime.methods.SynchronizedDynamicMethod org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.runtime.builtin.IRubyObject[] org.jruby.runtime.builtin.IRubyObject
StackMap stack: java.lang.Throwable
aload 6
monitorexit
4: athrow
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/internal/runtime/methods/SynchronizedDynamicMethod;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 clazz Lorg/jruby/RubyModule;
0 5 4 name Ljava/lang/String;
0 5 5 args [Lorg/jruby/runtime/builtin/IRubyObject;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
context
self
clazz
name
args
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 2
dup
astore 6
monitorenter
1: aload 0
getfield org.jruby.internal.runtime.methods.SynchronizedDynamicMethod.delegate:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
aload 6
monitorexit
2: areturn
3: StackMap locals: org.jruby.internal.runtime.methods.SynchronizedDynamicMethod org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.runtime.Block org.jruby.runtime.builtin.IRubyObject
StackMap stack: java.lang.Throwable
aload 6
monitorexit
4: athrow
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/internal/runtime/methods/SynchronizedDynamicMethod;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 clazz Lorg/jruby/RubyModule;
0 5 4 name Ljava/lang/String;
0 5 5 block Lorg/jruby/runtime/Block;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
context
self
clazz
name
block
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 2
dup
astore 7
monitorenter
1: aload 0
getfield org.jruby.internal.runtime.methods.SynchronizedDynamicMethod.delegate:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
aload 7
monitorexit
2: areturn
3: StackMap locals: org.jruby.internal.runtime.methods.SynchronizedDynamicMethod org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.Block org.jruby.runtime.builtin.IRubyObject
StackMap stack: java.lang.Throwable
aload 7
monitorexit
4: athrow
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/internal/runtime/methods/SynchronizedDynamicMethod;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 clazz Lorg/jruby/RubyModule;
0 5 4 name Ljava/lang/String;
0 5 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 5 6 block Lorg/jruby/runtime/Block;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
context
self
clazz
name
arg0
block
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=9, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 2
dup
astore 8
monitorenter
1: aload 0
getfield org.jruby.internal.runtime.methods.SynchronizedDynamicMethod.delegate:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
aload 8
monitorexit
2: areturn
3: StackMap locals: org.jruby.internal.runtime.methods.SynchronizedDynamicMethod org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.Block org.jruby.runtime.builtin.IRubyObject
StackMap stack: java.lang.Throwable
aload 8
monitorexit
4: athrow
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/internal/runtime/methods/SynchronizedDynamicMethod;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 clazz Lorg/jruby/RubyModule;
0 5 4 name Ljava/lang/String;
0 5 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 5 6 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 5 7 block Lorg/jruby/runtime/Block;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
context
self
clazz
name
arg0
arg1
block
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=10, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 2
dup
astore 9
monitorenter
1: aload 0
getfield org.jruby.internal.runtime.methods.SynchronizedDynamicMethod.delegate:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
aload 8
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
aload 9
monitorexit
2: areturn
3: StackMap locals: org.jruby.internal.runtime.methods.SynchronizedDynamicMethod org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.Block org.jruby.runtime.builtin.IRubyObject
StackMap stack: java.lang.Throwable
aload 9
monitorexit
4: athrow
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/internal/runtime/methods/SynchronizedDynamicMethod;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 clazz Lorg/jruby/RubyModule;
0 5 4 name Ljava/lang/String;
0 5 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 5 6 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 5 7 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
0 5 8 block Lorg/jruby/runtime/Block;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
context
self
clazz
name
arg0
arg1
arg2
block
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 2
dup
astore 7
monitorenter
1: aload 0
getfield org.jruby.internal.runtime.methods.SynchronizedDynamicMethod.delegate:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
aload 7
monitorexit
2: areturn
3: StackMap locals: org.jruby.internal.runtime.methods.SynchronizedDynamicMethod org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.runtime.builtin.IRubyObject[] org.jruby.runtime.Block org.jruby.runtime.builtin.IRubyObject
StackMap stack: java.lang.Throwable
aload 7
monitorexit
4: athrow
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/internal/runtime/methods/SynchronizedDynamicMethod;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 clazz Lorg/jruby/RubyModule;
0 5 4 name Ljava/lang/String;
0 5 5 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 5 6 block Lorg/jruby/runtime/Block;
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
context
self
clazz
name
args
block
public org.jruby.internal.runtime.methods.DynamicMethod dup();
descriptor: ()Lorg/jruby/internal/runtime/methods/DynamicMethod;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.jruby.internal.runtime.methods.SynchronizedDynamicMethod
dup
aload 0
getfield org.jruby.internal.runtime.methods.SynchronizedDynamicMethod.delegate:Lorg/jruby/internal/runtime/methods/DynamicMethod;
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.dup:()Lorg/jruby/internal/runtime/methods/DynamicMethod;
invokespecial org.jruby.internal.runtime.methods.SynchronizedDynamicMethod.<init>:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/internal/runtime/methods/SynchronizedDynamicMethod;
}
SourceFile: "SynchronizedDynamicMethod.java"