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

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