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 // org.jruby.runtime.opto.ConstantInvalidator this
        start local 1 // org.jruby.management.Caches caches
         0: .line 13
            aload 0 /* this */
            invokespecial org.jruby.runtime.opto.SwitchPointInvalidator.<init>:()V
         1: .line 14
            aload 0 /* this */
            aload 1 /* caches */
            putfield org.jruby.runtime.opto.ConstantInvalidator.caches:Lorg/jruby/management/Caches;
         2: .line 15
            return
        end local 1 // org.jruby.management.Caches caches
        end local 0 // org.jruby.runtime.opto.ConstantInvalidator this
      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 // org.jruby.runtime.opto.ConstantInvalidator this
         0: .line 20
            aload 0 /* this */
            invokespecial org.jruby.runtime.opto.SwitchPointInvalidator.invalidate:()V
         1: .line 21
            aload 0 /* this */
            getfield org.jruby.runtime.opto.ConstantInvalidator.caches:Lorg/jruby/management/Caches;
            invokevirtual org.jruby.management.Caches.incrementConstantInvalidations:()J
            pop2
         2: .line 22
            return
        end local 0 // org.jruby.runtime.opto.ConstantInvalidator this
      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 // org.jruby.runtime.opto.ConstantInvalidator this
        start local 1 // java.util.List invalidators
         0: .line 27
            aload 0 /* this */
            aload 1 /* invalidators */
            invokespecial org.jruby.runtime.opto.SwitchPointInvalidator.invalidateAll:(Ljava/util/List;)V
         1: .line 28
            aload 0 /* this */
            getfield org.jruby.runtime.opto.ConstantInvalidator.caches:Lorg/jruby/management/Caches;
            invokevirtual org.jruby.management.Caches.incrementConstantInvalidations:()J
            pop2
         2: .line 29
            return
        end local 1 // java.util.List invalidators
        end local 0 // org.jruby.runtime.opto.ConstantInvalidator this
      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"