public class org.jruby.runtime.opto.ConstantInvalidator extends org.jruby.runtime.opto.SwitchPointInvalidator
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.runtime.opto.ConstantInvalidator
super_class: org.jruby.runtime.opto.SwitchPointInvalidator
{
private final org.jruby.management.Caches caches;
descriptor: Lorg/jruby/management/Caches;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.jruby.management.Caches);
descriptor: (Lorg/jruby/management/Caches;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.jruby.runtime.opto.SwitchPointInvalidator.<init>:()V
1: aload 0
aload 1
putfield org.jruby.runtime.opto.ConstantInvalidator.caches:Lorg/jruby/management/Caches;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/runtime/opto/ConstantInvalidator;
0 3 1 caches Lorg/jruby/management/Caches;
MethodParameters:
Name Flags
caches
public void invalidate();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.jruby.runtime.opto.SwitchPointInvalidator.invalidate:()V
1: aload 0
getfield org.jruby.runtime.opto.ConstantInvalidator.caches:Lorg/jruby/management/Caches;
invokevirtual org.jruby.management.Caches.incrementConstantInvalidations:()J
pop2
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/runtime/opto/ConstantInvalidator;
public void invalidateAll(java.util.List<org.jruby.runtime.opto.Invalidator>);
descriptor: (Ljava/util/List;)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.runtime.opto.SwitchPointInvalidator.invalidateAll:(Ljava/util/List;)V
1: aload 0
getfield org.jruby.runtime.opto.ConstantInvalidator.caches:Lorg/jruby/management/Caches;
invokevirtual org.jruby.management.Caches.incrementConstantInvalidations:()J
pop2
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/runtime/opto/ConstantInvalidator;
0 3 1 invalidators Ljava/util/List<Lorg/jruby/runtime/opto/Invalidator;>;
Signature: (Ljava/util/List<Lorg/jruby/runtime/opto/Invalidator;>;)V
MethodParameters:
Name Flags
invalidators
}
SourceFile: "ConstantInvalidator.java"