public class org.graalvm.compiler.jtt.hotpath.HP_field03 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_field03
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  public static byte b;
    descriptor: B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static char c;
    descriptor: C
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static short s;
    descriptor: S
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

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

  public static long l;
    descriptor: J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static float f;
    descriptor: F
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static double d;
    descriptor: D
    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_field03 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_field03 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_field03;

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // int count
         0: .line 47
            iconst_0
            istore 1 /* x */
        start local 1 // int x
         1: goto 10
         2: .line 48
      StackMap locals: int
      StackMap stack:
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field03.b:B
            iload 1 /* x */
            iadd
            i2b
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field03.b:B
         3: .line 49
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field03.c:C
            iload 1 /* x */
            iadd
            i2c
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field03.c:C
         4: .line 50
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field03.s:S
            iload 1 /* x */
            iadd
            i2s
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field03.s:S
         5: .line 51
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field03.i:I
            iload 1 /* x */
            iadd
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field03.i:I
         6: .line 52
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field03.l:J
            iload 1 /* x */
            i2l
            ladd
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field03.l:J
         7: .line 53
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field03.f:F
            iload 1 /* x */
            i2f
            fadd
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field03.f:F
         8: .line 54
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field03.d:D
            iload 1 /* x */
            i2d
            dadd
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field03.d:D
         9: .line 47
            iinc 1 /* x */ 1
      StackMap locals:
      StackMap stack:
        10: iload 1 /* x */
            iload 0 /* count */
            if_icmple 2
        end local 1 // int x
        11: .line 56
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field03.b:B
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field03.c:C
            iadd
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field03.s:S
            iadd
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field03.i:I
            iadd
            i2l
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field03.l:J
            ladd
            l2f
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field03.f:F
            fadd
            f2d
            getstatic org.graalvm.compiler.jtt.hotpath.HP_field03.d:D
            dadd
            d2i
            ireturn
        end local 0 // int count
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0  count  I
            1   11     1      x  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=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.jtt.hotpath.HP_field03 this
        start local 1 // jdk.vm.ci.meta.ResolvedJavaMethod m
         0: .line 61
            iconst_0
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field03.b:B
         1: .line 62
            iconst_0
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field03.c:C
         2: .line 63
            iconst_0
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field03.s:S
         3: .line 64
            iconst_0
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field03.i:I
         4: .line 65
            lconst_0
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field03.l:J
         5: .line 66
            fconst_0
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field03.f:F
         6: .line 67
            dconst_0
            putstatic org.graalvm.compiler.jtt.hotpath.HP_field03.d:D
         7: .line 68
            return
        end local 1 // jdk.vm.ci.meta.ResolvedJavaMethod m
        end local 0 // org.graalvm.compiler.jtt.hotpath.HP_field03 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_field03;
            0    8     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_field03 this
         0: .line 70
            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_field03 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotpath/HP_field03;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "HP_field03.java"