public class micro.benchmarks.BoxingBenchmark$ThreadState
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: micro.benchmarks.BoxingBenchmark$ThreadState
  super_class: java.lang.Object
{
  int value;
    descriptor: I
    flags: (0x0000) 

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