class org.graalvm.compiler.jtt.hotpath.HP_field02$TestClass
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.jtt.hotpath.HP_field02$TestClass
  super_class: java.lang.Object
{
  public int a;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int b;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int c;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.hotpath.HP_field02$TestClass this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.hotpath.HP_field02$TestClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_field02$TestClass;

  public int run(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.jtt.hotpath.HP_field02$TestClass this
        start local 1 // int count
         0: .line 43
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 10
         2: .line 44
      StackMap locals: int
      StackMap stack:
            iload 2 /* i */
            iconst_5
            if_icmple 5
         3: .line 45
            aload 0 /* this */
            dup
            getfield org.graalvm.compiler.jtt.hotpath.HP_field02$TestClass.a:I
            iload 2 /* i */
            iadd
            putfield org.graalvm.compiler.jtt.hotpath.HP_field02$TestClass.a:I
         4: .line 46
            goto 9
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            bipush 7
            if_icmple 8
         6: .line 47
            aload 0 /* this */
            dup
            getfield org.graalvm.compiler.jtt.hotpath.HP_field02$TestClass.b:I
            iload 2 /* i */
            iadd
            putfield org.graalvm.compiler.jtt.hotpath.HP_field02$TestClass.b:I
         7: .line 48
            goto 9
         8: .line 49
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.graalvm.compiler.jtt.hotpath.HP_field02$TestClass.c:I
            iload 2 /* i */
            iadd
            putfield org.graalvm.compiler.jtt.hotpath.HP_field02$TestClass.c:I
         9: .line 43
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            iload 1 /* count */
            if_icmple 2
        end local 2 // int i
        11: .line 52
            aload 0 /* this */
            getfield org.graalvm.compiler.jtt.hotpath.HP_field02$TestClass.a:I
            aload 0 /* this */
            getfield org.graalvm.compiler.jtt.hotpath.HP_field02$TestClass.b:I
            iadd
            aload 0 /* this */
            getfield org.graalvm.compiler.jtt.hotpath.HP_field02$TestClass.c:I
            iadd
            ireturn
        end local 1 // int count
        end local 0 // org.graalvm.compiler.jtt.hotpath.HP_field02$TestClass this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lorg/graalvm/compiler/jtt/hotpath/HP_field02$TestClass;
            0   12     1  count  I
            1   11     2      i  I
    MethodParameters:
       Name  Flags
      count  
}
SourceFile: "HP_field02.java"
NestHost: org.graalvm.compiler.jtt.hotpath.HP_field02
InnerClasses:
  private TestClass = org.graalvm.compiler.jtt.hotpath.HP_field02$TestClass of org.graalvm.compiler.jtt.hotpath.HP_field02