class com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter implements java.lang.Comparable<com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter
  super_class: java.lang.Object
{
  private long value;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter this
         0: .line 98
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 99
            aload 0 /* this */
            lconst_0
            putfield com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter.value:J
         2: .line 100
            return
        end local 0 // com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/trufflenode/jniboundaryprofiler/ProfilingAgent$PerfCounter;

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter this
         0: .line 103
            aload 0 /* this */
            getfield com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter.value:J
            lreturn
        end local 0 // com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/trufflenode/jniboundaryprofiler/ProfilingAgent$PerfCounter;

  public void increment();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter this
         0: .line 107
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter.value:J
            lconst_1
            ladd
            putfield com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter.value:J
         1: .line 108
            return
        end local 0 // com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/trufflenode/jniboundaryprofiler/ProfilingAgent$PerfCounter;

  public void increment(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter this
        start local 1 // long inc
         0: .line 111
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter.value:J
            lload 1 /* inc */
            ladd
            putfield com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter.value:J
         1: .line 112
            return
        end local 1 // long inc
        end local 0 // com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/trufflenode/jniboundaryprofiler/ProfilingAgent$PerfCounter;
            0    2     1   inc  J
    MethodParameters:
      Name  Flags
      inc   

  public int compareTo(com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter);
    descriptor: (Lcom/oracle/truffle/trufflenode/jniboundaryprofiler/ProfilingAgent$PerfCounter;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter this
        start local 1 // com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter o
         0: .line 115
            aload 0 /* this */
            getfield com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter.value:J
            aload 1 /* o */
            getfield com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter.value:J
            lcmp
            ifge 1
            iconst_m1
            goto 3
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter.value:J
            aload 1 /* o */
            getfield com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter.value:J
            lcmp
            ifne 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter o
        end local 0 // com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/trufflenode/jniboundaryprofiler/ProfilingAgent$PerfCounter;
            0    4     1     o  Lcom/oracle/truffle/trufflenode/jniboundaryprofiler/ProfilingAgent$PerfCounter;
    MethodParameters:
      Name  Flags
      o     

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter
            invokevirtual com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter.compareTo:(Lcom/oracle/truffle/trufflenode/jniboundaryprofiler/ProfilingAgent$PerfCounter;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lcom/oracle/truffle/trufflenode/jniboundaryprofiler/ProfilingAgent$PerfCounter;>;
SourceFile: "ProfilingAgent.java"
NestHost: com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent
InnerClasses:
  private PerfCounter = com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent$PerfCounter of com.oracle.truffle.trufflenode.jniboundaryprofiler.ProfilingAgent