class org.graalvm.compiler.debug.Debug$1 implements org.graalvm.compiler.debug.DebugCounter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.debug.Debug$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$1 this
         0: .line 1330
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.debug.Debug$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$1;

  public void increment();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$1 this
         0: .line 1334
            return
        end local 0 // org.graalvm.compiler.debug.Debug$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$1;

  public void add(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.debug.Debug$1 this
        start local 1 // long value
         0: .line 1338
            return
        end local 1 // long value
        end local 0 // org.graalvm.compiler.debug.Debug$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/graalvm/compiler/debug/Debug$1;
            0    1     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public void setConditional(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.debug.Debug$1 this
        start local 1 // boolean flag
         0: .line 1342
            new java.lang.InternalError
            dup
            ldc "Cannot make void counter conditional"
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // boolean flag
        end local 0 // org.graalvm.compiler.debug.Debug$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$1;
            0    1     1  flag  Z
    MethodParameters:
      Name  Flags
      flag  

  public boolean isConditional();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$1 this
         0: .line 1347
            iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.debug.Debug$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$1;

  public long getCurrentValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.debug.Debug$1 this
         0: .line 1352
            lconst_0
            lreturn
        end local 0 // org.graalvm.compiler.debug.Debug$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/debug/Debug$1;
}
SourceFile: "Debug.java"
EnclosingMethod: org.graalvm.compiler.debug.Debug
NestHost: org.graalvm.compiler.debug.Debug
InnerClasses:
  org.graalvm.compiler.debug.Debug$1