public class org.graalvm.compiler.core.test.NestedArithmeticTest extends org.graalvm.compiler.core.test.GraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.core.test.NestedArithmeticTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  private static volatile org.graalvm.compiler.core.test.NestedArithmeticTest$FloatSupplier problematicFloatValue;
    descriptor: Lorg/graalvm/compiler/core/test/NestedArithmeticTest$FloatSupplier;
    flags: (0x004a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE

  private static volatile org.graalvm.compiler.core.test.NestedArithmeticTest$FloatSupplier normalFloatValue;
    descriptor: Lorg/graalvm/compiler/core/test/NestedArithmeticTest$FloatSupplier;
    flags: (0x004a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 64
            new org.graalvm.compiler.core.test.NestedArithmeticTest$1
            dup
            invokespecial org.graalvm.compiler.core.test.NestedArithmeticTest$1.<init>:()V
            putstatic org.graalvm.compiler.core.test.NestedArithmeticTest.problematicFloatValue:Lorg/graalvm/compiler/core/test/NestedArithmeticTest$FloatSupplier;
         1: .line 71
            new org.graalvm.compiler.core.test.NestedArithmeticTest$2
            dup
            invokespecial org.graalvm.compiler.core.test.NestedArithmeticTest$2.<init>:()V
            putstatic org.graalvm.compiler.core.test.NestedArithmeticTest.normalFloatValue:Lorg/graalvm/compiler/core/test/NestedArithmeticTest$FloatSupplier;
         2: .line 76
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public static int runNestedLoopTry();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=0
         0: .line 31
            iconst_0
            istore 0 /* checksum */
        start local 0 // int checksum
         1: .line 32
            sipush 240
            istore 1 /* i3 */
        start local 1 // int i3
         2: .line 33
            sipush 13485
            istore 2 /* i5 */
        start local 2 // int i5
         3: .line 34
            sipush 303
            istore 3 /* i4 */
        start local 3 // int i4
         4: goto 21
         5: .line 35
      StackMap locals: int int int int
      StackMap stack:
            iconst_1
            istore 4 /* f */
        start local 4 // int f
         6: .line 38
      StackMap locals: int
      StackMap stack:
            ldc 38726
            iload 2 /* i5 */
            idiv
            istore 1 /* i3 */
         7: .line 39
            iload 3 /* i4 */
            sipush -21500
            irem
            istore 1 /* i3 */
         8: .line 40
            iload 1 /* i3 */
            sipush 787
            irem
            istore 2 /* i5 */
         9: .line 41
            goto 13
      StackMap locals:
      StackMap stack: java.lang.ArithmeticException
        10: pop
        11: .line 42
            iload 0 /* checksum */
            iload 4 /* f */
            iload 1 /* i3 */
            iadd
            iload 2 /* i5 */
            iadd
            iadd
            istore 0 /* checksum */
        12: .line 43
            iload 0 /* checksum */
            ireturn
        13: .line 45
      StackMap locals:
      StackMap stack:
            iload 1 /* i3 */
            iload 3 /* i4 */
            ishl
            istore 1 /* i3 */
        14: .line 46
            iload 2 /* i5 */
            iload 2 /* i5 */
            ishl
            istore 2 /* i5 */
        15: .line 47
            iload 1 /* i3 */
            bipush 8
            iload 4 /* f */
            iload 4 /* f */
            imul
            iadd
            iadd
            istore 1 /* i3 */
        16: .line 48
            iload 2 /* i5 */
            iload 2 /* i5 */
            ishr
            istore 2 /* i5 */
        17: .line 49
            iload 0 /* checksum */
            iload 4 /* f */
            iadd
            istore 0 /* checksum */
        18: .line 50
            iinc 4 /* f */ 1
            iload 4 /* f */
            bipush 11
        19: .line 36
            if_icmplt 6
        end local 4 // int f
        20: .line 34
            iinc 3 /* i4 */ -2
      StackMap locals:
      StackMap stack:
        21: iload 3 /* i4 */
            bipush 15
            if_icmpgt 5
        end local 3 // int i4
        22: .line 52
            iload 0 /* checksum */
            ireturn
        end local 2 // int i5
        end local 1 // int i3
        end local 0 // int checksum
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            1   23     0  checksum  I
            2   23     1        i3  I
            3   23     2        i5  I
            4   22     3        i4  I
            6   20     4         f  I
      Exception table:
        from    to  target  type
           6     9      10  Class java.lang.ArithmeticException

  public void nestedLoopTryTest();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.NestedArithmeticTest this
         0: .line 55
            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.core.test.NestedArithmeticTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/NestedArithmeticTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static int absConvert();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=10, args_size=0
         0: .line 79
            ldc -51498
            istore 0 /* i2 */
        start local 0 // int i2
         1: .line 80
            bipush -12
            istore 1 /* i16 */
        start local 1 // int i16
         2: .line 81
            bipush -121
            istore 2 /* i17 */
        start local 2 // int i17
         3: .line 82
            iconst_1
            istore 3 /* i18 */
        start local 3 // int i18
         4: .line 83
            bipush 11
            istore 4 /* i19 */
        start local 4 // int i19
         5: .line 84
            ldc -275151857
            lstore 5 /* l1 */
        start local 5 // long l1
         6: .line 85
            bipush 21
            istore 7 /* i1 */
        start local 7 // int i1
         7: goto 13
         8: .line 86
      StackMap locals: int int int int int long int
      StackMap stack:
            getstatic org.graalvm.compiler.core.test.NestedArithmeticTest.problematicFloatValue:Lorg/graalvm/compiler/core/test/NestedArithmeticTest$FloatSupplier;
            invokeinterface org.graalvm.compiler.core.test.NestedArithmeticTest$FloatSupplier.get:()F
            fstore 8 /* f */
        start local 8 // float f
         9: .line 87
            fload 8 /* f */
            invokestatic java.lang.Math.abs:(F)F
            fstore 9 /* absolute */
        start local 9 // float absolute
        10: .line 88
            fload 9 /* absolute */
            f2i
            istore 0 /* i2 */
        11: .line 89
            iload 0 /* i2 */
            iload 0 /* i2 */
            iadd
            istore 0 /* i2 */
        end local 9 // float absolute
        end local 8 // float f
        12: .line 85
            iinc 7 /* i1 */ 1
      StackMap locals:
      StackMap stack:
        13: bipush 22
            iload 7 /* i1 */
            if_icmpgt 8
        end local 7 // int i1
        14: .line 91
            iload 0 /* i2 */
            i2l
            lload 5 /* l1 */
            ladd
            iload 1 /* i16 */
            i2l
            ladd
            iload 2 /* i17 */
            i2l
            ladd
            iload 3 /* i18 */
            i2l
            ladd
            iload 4 /* i19 */
            i2l
            ladd
            lstore 7 /* result */
        start local 7 // long result
        15: .line 92
            lload 7 /* result */
            l2i
            ireturn
        end local 7 // long result
        end local 5 // long l1
        end local 4 // int i19
        end local 3 // int i18
        end local 2 // int i17
        end local 1 // int i16
        end local 0 // int i2
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            1   16     0        i2  I
            2   16     1       i16  I
            3   16     2       i17  I
            4   16     3       i18  I
            5   16     4       i19  I
            6   16     5        l1  J
            7   14     7        i1  I
            9   12     8         f  F
           10   12     9  absolute  F
           15   16     7    result  J

  public void absConvertTest();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.NestedArithmeticTest this
         0: .line 95
            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.core.test.NestedArithmeticTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/NestedArithmeticTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "NestedArithmeticTest.java"
NestMembers:
  org.graalvm.compiler.core.test.NestedArithmeticTest$1  org.graalvm.compiler.core.test.NestedArithmeticTest$2  org.graalvm.compiler.core.test.NestedArithmeticTest$FloatSupplier
InnerClasses:
  org.graalvm.compiler.core.test.NestedArithmeticTest$1
  org.graalvm.compiler.core.test.NestedArithmeticTest$2
  private abstract FloatSupplier = org.graalvm.compiler.core.test.NestedArithmeticTest$FloatSupplier of org.graalvm.compiler.core.test.NestedArithmeticTest