class micro.benchmarks.GroupAllocationBenchmark$BufByteArray
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: micro.benchmarks.GroupAllocationBenchmark$BufByteArray
  super_class: java.lang.Object
{
  int begin;
    descriptor: I
    flags: (0x0000) 

  int end;
    descriptor: I
    flags: (0x0000) 

  byte[] bytes;
    descriptor: [B
    flags: (0x0000) 

  final micro.benchmarks.GroupAllocationBenchmark this$0;
    descriptor: Lmicro/benchmarks/GroupAllocationBenchmark;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(micro.benchmarks.GroupAllocationBenchmark, byte[]);
    descriptor: (Lmicro/benchmarks/GroupAllocationBenchmark;[B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // micro.benchmarks.GroupAllocationBenchmark$BufByteArray this
        start local 2 // byte[] bytes
         0: .line 84
            aload 0 /* this */
            aload 1
            putfield micro.benchmarks.GroupAllocationBenchmark$BufByteArray.this$0:Lmicro/benchmarks/GroupAllocationBenchmark;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 85
            aload 0 /* this */
            aload 2 /* bytes */
            putfield micro.benchmarks.GroupAllocationBenchmark$BufByteArray.bytes:[B
         2: .line 86
            aload 0 /* this */
            bipush 116
            putfield micro.benchmarks.GroupAllocationBenchmark$BufByteArray.begin:I
         3: .line 87
            aload 0 /* this */
            sipush 324
            putfield micro.benchmarks.GroupAllocationBenchmark$BufByteArray.end:I
         4: .line 88
            return
        end local 2 // byte[] bytes
        end local 0 // micro.benchmarks.GroupAllocationBenchmark$BufByteArray this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lmicro/benchmarks/GroupAllocationBenchmark$BufByteArray;
            0    5     2  bytes  [B
    MethodParameters:
        Name  Flags
      this$0  final
      bytes   
}
SourceFile: "GroupAllocationBenchmark.java"
NestHost: micro.benchmarks.GroupAllocationBenchmark
InnerClasses:
  BufByteArray = micro.benchmarks.GroupAllocationBenchmark$BufByteArray of micro.benchmarks.GroupAllocationBenchmark