public class micro.benchmarks.ConcurrentSkipListBenchmark extends micro.benchmarks.BenchmarkBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: micro.benchmarks.ConcurrentSkipListBenchmark
  super_class: micro.benchmarks.BenchmarkBase
{
  private static final int N;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 100

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // micro.benchmarks.ConcurrentSkipListBenchmark this
         0: .line 36
            aload 0 /* this */
            invokespecial micro.benchmarks.BenchmarkBase.<init>:()V
            return
        end local 0 // micro.benchmarks.ConcurrentSkipListBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/ConcurrentSkipListBenchmark;

  public void addBoxed(micro.benchmarks.ConcurrentSkipListBenchmark$ThreadState);
    descriptor: (Lmicro/benchmarks/ConcurrentSkipListBenchmark$ThreadState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // micro.benchmarks.ConcurrentSkipListBenchmark this
        start local 1 // micro.benchmarks.ConcurrentSkipListBenchmark$ThreadState state
         0: .line 47
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 48
      StackMap locals: int
      StackMap stack:
            aload 1 /* state */
            getfield micro.benchmarks.ConcurrentSkipListBenchmark$ThreadState.list:Ljava/util/concurrent/ConcurrentSkipListMap;
            iload 2 /* i */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iload 2 /* i */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.util.concurrent.ConcurrentSkipListMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 47
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            bipush 100
            if_icmplt 2
        end local 2 // int i
         5: .line 50
            return
        end local 1 // micro.benchmarks.ConcurrentSkipListBenchmark$ThreadState state
        end local 0 // micro.benchmarks.ConcurrentSkipListBenchmark this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lmicro/benchmarks/ConcurrentSkipListBenchmark;
            0    6     1  state  Lmicro/benchmarks/ConcurrentSkipListBenchmark$ThreadState;
            1    5     2      i  I
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.Benchmark()
    MethodParameters:
       Name  Flags
      state  
}
SourceFile: "ConcurrentSkipListBenchmark.java"
NestMembers:
  micro.benchmarks.ConcurrentSkipListBenchmark$ThreadState
InnerClasses:
  public ThreadState = micro.benchmarks.ConcurrentSkipListBenchmark$ThreadState of micro.benchmarks.ConcurrentSkipListBenchmark