public class org.graalvm.compiler.jtt.hotpath.HP_field01 extends org.graalvm.compiler.jtt.JTTTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.hotpath.HP_field01
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  public static int a;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static int b;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static int c;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.hotpath.HP_field01 this
         0: .line 36
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.hotpath.HP_field01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_field01;

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int count
         0: .line 43
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 10
         2: .line 44
      StackMap locals: int
      StackMap stack:
            iload 1 /* i */
            iconst_5
            if_icmple 5
         3: .line 45
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field01.a:I
            iload 1 /* i */
            iadd
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field01.a:I
         4: .line 46
            goto 9
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            bipush 7
            if_icmple 8
         6: .line 47
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field01.b:I
            iload 1 /* i */
            iadd
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field01.b:I
         7: .line 48
            goto 9
         8: .line 49
      StackMap locals:
      StackMap stack:
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field01.c:I
            iload 1 /* i */
            iadd
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field01.c:I
         9: .line 43
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 1 /* i */
            iload 0 /* count */
            if_icmple 2
        end local 1 // int i
        11: .line 52
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field01.a:I
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field01.b:I
            iadd
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field01.c:I
            iadd
            ireturn
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0  count  I
            1   11     1      i  I
    MethodParameters:
       Name  Flags
      count  

  public void before(jdk.vm.ci.meta.ResolvedJavaMethod);
    descriptor: (Ljdk/vm/ci/meta/ResolvedJavaMethod;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.jtt.hotpath.HP_field01 this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod m
         0: .line 57
            iconst_0
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field01.a:I
         1: .line 58
            iconst_0
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field01.b:I
         2: .line 59
            iconst_0
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field01.c:I
         3: .line 60
            return
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod m
        end local 0 // org.graalvm.compiler.jtt.hotpath.HP_field01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_field01;
            0    4     1     m  Ljdk/vm/ci/meta/ResolvedJavaMethod;
    MethodParameters:
      Name  Flags
      m     

  public void run0();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.hotpath.HP_field01 this
         0: .line 62
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.hotpath.HP_field01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_field01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "HP_field01.java"