public class micro.benchmarks.ConcurrentSkipListBenchmark$ThreadState
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: micro.benchmarks.ConcurrentSkipListBenchmark$ThreadState
  super_class: java.lang.Object
{
  java.util.concurrent.ConcurrentSkipListMap<java.lang.Integer, java.lang.Integer> list;
    descriptor: Ljava/util/concurrent/ConcurrentSkipListMap;
    flags: (0x0000) 
    Signature: Ljava/util/concurrent/ConcurrentSkipListMap<Ljava/lang/Integer;Ljava/lang/Integer;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // micro.benchmarks.ConcurrentSkipListBenchmark$ThreadState this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            new java.util.concurrent.ConcurrentSkipListMap
            dup
            invokespecial java.util.concurrent.ConcurrentSkipListMap.<init>:()V
            putfield micro.benchmarks.ConcurrentSkipListBenchmark$ThreadState.list:Ljava/util/concurrent/ConcurrentSkipListMap;
         2: .line 41
            return
        end local 0 // micro.benchmarks.ConcurrentSkipListBenchmark$ThreadState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lmicro/benchmarks/ConcurrentSkipListBenchmark$ThreadState;
}
SourceFile: "ConcurrentSkipListBenchmark.java"
NestHost: micro.benchmarks.ConcurrentSkipListBenchmark
InnerClasses:
  public ThreadState = micro.benchmarks.ConcurrentSkipListBenchmark$ThreadState of micro.benchmarks.ConcurrentSkipListBenchmark
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.State(value = org.openjdk.jmh.annotations.Scope.Benchmark:Lorg/openjdk/jmh/annotations/Scope;)