class org.graalvm.compiler.hotspot.lir.test.BenchmarkCounterOverflowTest$1 extends org.graalvm.compiler.lir.jtt.LIRTestSpecification
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.lir.test.BenchmarkCounterOverflowTest$1
  super_class: org.graalvm.compiler.lir.jtt.LIRTestSpecification
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.lir.test.BenchmarkCounterOverflowTest$1 this
         0: .line 74
            aload 0 /* this */
            invokespecial org.graalvm.compiler.lir.jtt.LIRTestSpecification.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.lir.test.BenchmarkCounterOverflowTest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/lir/test/BenchmarkCounterOverflowTest$1;

  public void generate(org.graalvm.compiler.lir.gen.LIRGeneratorTool);
    descriptor: (Lorg/graalvm/compiler/lir/gen/LIRGeneratorTool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.lir.test.BenchmarkCounterOverflowTest$1 this
        start local 1 // org.graalvm.compiler.lir.gen.LIRGeneratorTool gen
         0: .line 77
            aload 1 /* gen */
            aload 1 /* gen */
            ldc "counter"
            ldc "test"
            new org.graalvm.compiler.lir.ConstantValue
            dup
            getstatic org.graalvm.compiler.hotspot.lir.test.BenchmarkCounterOverflowTest.intKind:Lorg/graalvm/compiler/core/common/LIRKind;
            ldc 2147483647
            invokestatic jdk.vm.ci.meta.JavaConstant.forLong:(J)Ljdk/vm/ci/meta/PrimitiveConstant;
            invokespecial org.graalvm.compiler.lir.ConstantValue.<init>:(Ljdk/vm/ci/meta/ValueKind;Ljdk/vm/ci/meta/Constant;)V
            invokeinterface org.graalvm.compiler.lir.gen.LIRGeneratorTool.createBenchmarkCounter:(Ljava/lang/String;Ljava/lang/String;Ljdk/vm/ci/meta/Value;)Lorg/graalvm/compiler/lir/LIRInstruction;
            invokeinterface org.graalvm.compiler.lir.gen.LIRGeneratorTool.append:(Lorg/graalvm/compiler/lir/LIRInstruction;)Lorg/graalvm/compiler/lir/LIRInstruction;
            pop
         1: .line 78
            return
        end local 1 // org.graalvm.compiler.lir.gen.LIRGeneratorTool gen
        end local 0 // org.graalvm.compiler.hotspot.lir.test.BenchmarkCounterOverflowTest$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/lir/test/BenchmarkCounterOverflowTest$1;
            0    2     1   gen  Lorg/graalvm/compiler/lir/gen/LIRGeneratorTool;
    MethodParameters:
      Name  Flags
      gen   
}
SourceFile: "BenchmarkCounterOverflowTest.java"
EnclosingMethod: org.graalvm.compiler.hotspot.lir.test.BenchmarkCounterOverflowTest
NestHost: org.graalvm.compiler.hotspot.lir.test.BenchmarkCounterOverflowTest
InnerClasses:
  org.graalvm.compiler.hotspot.lir.test.BenchmarkCounterOverflowTest$1