public class micro.benchmarks.GroupAllocationBenchmark extends micro.benchmarks.BenchmarkBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: micro.benchmarks.GroupAllocationBenchmark
  super_class: micro.benchmarks.BenchmarkBase
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // micro.benchmarks.GroupAllocationBenchmark this
         0: .line 35
            aload 0 /* this */
            invokespecial micro.benchmarks.BenchmarkBase.<init>:()V
            return
        end local 0 // micro.benchmarks.GroupAllocationBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/GroupAllocationBenchmark;

  public void groupAllocate3(Blackhole);
    descriptor: (LBlackhole;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // micro.benchmarks.GroupAllocationBenchmark this
         0: .line 64
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBenchmark cannot be resolved to a type\n\tBlackhole cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // micro.benchmarks.GroupAllocationBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/GroupAllocationBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
    MethodParameters:
      Name  Flags
      bh    

  public void groupAllocate2(Blackhole);
    descriptor: (LBlackhole;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // micro.benchmarks.GroupAllocationBenchmark this
         0: .line 69
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBenchmark cannot be resolved to a type\n\tBlackhole cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // micro.benchmarks.GroupAllocationBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/GroupAllocationBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
    MethodParameters:
      Name  Flags
      bh    

  public void groupAllocate1(Blackhole);
    descriptor: (LBlackhole;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // micro.benchmarks.GroupAllocationBenchmark this
         0: .line 74
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBenchmark cannot be resolved to a type\n\tBlackhole cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // micro.benchmarks.GroupAllocationBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/GroupAllocationBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
    MethodParameters:
      Name  Flags
      bh    

  public void bufDecode(Blackhole, micro.benchmarks.GroupAllocationBenchmark$BenchState);
    descriptor: (LBlackhole;Lmicro/benchmarks/GroupAllocationBenchmark$BenchState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // micro.benchmarks.GroupAllocationBenchmark this
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBenchmark cannot be resolved to a type\n\tBlackhole cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // micro.benchmarks.GroupAllocationBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/GroupAllocationBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
    MethodParameters:
       Name  Flags
      bh     
      state  

  public void rangeTxnLevelImpl(Blackhole, micro.benchmarks.GroupAllocationBenchmark$BenchState);
    descriptor: (LBlackhole;Lmicro/benchmarks/GroupAllocationBenchmark$BenchState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // micro.benchmarks.GroupAllocationBenchmark this
         0: .line 134
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBenchmark cannot be resolved to a type\n\tBlackhole cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // micro.benchmarks.GroupAllocationBenchmark this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lmicro/benchmarks/GroupAllocationBenchmark;
    RuntimeInvisibleAnnotations: 
      Benchmark()
    MethodParameters:
       Name  Flags
      bh     
      state  
}
SourceFile: "GroupAllocationBenchmark.java"
NestMembers:
  micro.benchmarks.GroupAllocationBenchmark$BenchState  micro.benchmarks.GroupAllocationBenchmark$BufByteArray  micro.benchmarks.GroupAllocationBenchmark$Node  micro.benchmarks.GroupAllocationBenchmark$Pair  micro.benchmarks.GroupAllocationBenchmark$TxnLevelImpl
InnerClasses:
  public BenchState = micro.benchmarks.GroupAllocationBenchmark$BenchState of micro.benchmarks.GroupAllocationBenchmark
  BufByteArray = micro.benchmarks.GroupAllocationBenchmark$BufByteArray of micro.benchmarks.GroupAllocationBenchmark
  Node = micro.benchmarks.GroupAllocationBenchmark$Node of micro.benchmarks.GroupAllocationBenchmark
  Pair = micro.benchmarks.GroupAllocationBenchmark$Pair of micro.benchmarks.GroupAllocationBenchmark
  TxnLevelImpl = micro.benchmarks.GroupAllocationBenchmark$TxnLevelImpl of micro.benchmarks.GroupAllocationBenchmark