public class micro.benchmarks.GuardedIntrinsicBenchmark$InheritHashcode extends micro.benchmarks.GuardedIntrinsicBenchmark$HashcodeState
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: micro.benchmarks.GuardedIntrinsicBenchmark$InheritHashcode
  super_class: micro.benchmarks.GuardedIntrinsicBenchmark$HashcodeState
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // micro.benchmarks.GuardedIntrinsicBenchmark$InheritHashcode this
         0: .line 86
            aload 0 /* this */
            ldc Ljava/lang/Class;
            invokestatic java.lang.Runtime.getRuntime:()Ljava/lang/Runtime;
            invokespecial micro.benchmarks.GuardedIntrinsicBenchmark$HashcodeState.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 87
            return
        end local 0 // micro.benchmarks.GuardedIntrinsicBenchmark$InheritHashcode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lmicro/benchmarks/GuardedIntrinsicBenchmark$InheritHashcode;

  public void beforeInvocation();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // micro.benchmarks.GuardedIntrinsicBenchmark$InheritHashcode this
         0: .line 91
            aload 0 /* this */
            invokevirtual micro.benchmarks.GuardedIntrinsicBenchmark$InheritHashcode.swap:()V
         1: .line 92
            return
        end local 0 // micro.benchmarks.GuardedIntrinsicBenchmark$InheritHashcode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lmicro/benchmarks/GuardedIntrinsicBenchmark$InheritHashcode;
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.Setup(value = org.openjdk.jmh.annotations.Level.Invocation:Lorg/openjdk/jmh/annotations/Level;)
}
SourceFile: "GuardedIntrinsicBenchmark.java"
NestHost: micro.benchmarks.GuardedIntrinsicBenchmark
InnerClasses:
  public HashcodeState = micro.benchmarks.GuardedIntrinsicBenchmark$HashcodeState of micro.benchmarks.GuardedIntrinsicBenchmark
  public InheritHashcode = micro.benchmarks.GuardedIntrinsicBenchmark$InheritHashcode of micro.benchmarks.GuardedIntrinsicBenchmark
    RuntimeVisibleAnnotations: 
      org.openjdk.jmh.annotations.State(value = org.openjdk.jmh.annotations.Scope.Benchmark:Lorg/openjdk/jmh/annotations/Scope;)