public class org.graalvm.compiler.jtt.loop.LoopParseLong 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.loop.LoopParseLong
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.loop.LoopParseLong this
         0: .line 31
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.loop.LoopParseLong this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopParseLong;

  public static long testShortened(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // java.lang.String s
        start local 1 // int radix
         0: .line 35
            lconst_0
            lstore 2 /* result */
        start local 2 // long result
         1: .line 37
            aload 0 /* s */
            invokevirtual java.lang.String.length:()I
            istore 4 /* len */
        start local 4 // int len
         2: .line 38
            aload 0 /* s */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 5 /* firstChar */
        start local 5 // char firstChar
         3: .line 39
            iload 5 /* firstChar */
            bipush 48
            if_icmpge 10
         4: .line 40
            iload 5 /* firstChar */
            bipush 45
            if_icmpne 6
         5: .line 42
            goto 8
      StackMap locals: long int int
      StackMap stack:
         6: iload 5 /* firstChar */
            bipush 43
            if_icmpeq 8
         7: .line 43
            new java.lang.NumberFormatException
            dup
            invokespecial java.lang.NumberFormatException.<init>:()V
            athrow
         8: .line 45
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iconst_1
            if_icmpne 10
         9: .line 46
            new java.lang.NumberFormatException
            dup
            invokespecial java.lang.NumberFormatException.<init>:()V
            athrow
        10: .line 49
      StackMap locals:
      StackMap stack:
            lload 2 /* result */
            lreturn
        end local 5 // char firstChar
        end local 4 // int len
        end local 2 // long result
        end local 1 // int radix
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0          s  Ljava/lang/String;
            0   11     1      radix  I
            1   11     2     result  J
            2   11     4        len  I
            3   11     5  firstChar  C
    Exceptions:
      throws java.lang.NumberFormatException
    MethodParameters:
       Name  Flags
      s      
      radix  

  public static long test(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=13, args_size=2
        start local 0 // java.lang.String s
        start local 1 // int radix
         0: .line 53
            aload 0 /* s */
            ifnonnull 2
         1: .line 54
            new java.lang.NumberFormatException
            dup
            ldc "null"
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 56
      StackMap locals:
      StackMap stack:
            iload 1 /* radix */
            iconst_2
            if_icmpge 4
         3: .line 57
            new java.lang.NumberFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "radix "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* radix */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " less than Character.MIN_RADIX"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 59
      StackMap locals:
      StackMap stack:
            iload 1 /* radix */
            bipush 36
            if_icmple 6
         5: .line 60
            new java.lang.NumberFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "radix "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* radix */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " greater than Character.MAX_RADIX"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 62
      StackMap locals:
      StackMap stack:
            lconst_0
            lstore 2 /* result */
        start local 2 // long result
         7: .line 63
            iconst_0
            istore 4 /* negative */
        start local 4 // boolean negative
         8: .line 64
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: .line 65
            aload 0 /* s */
            invokevirtual java.lang.String.length:()I
            istore 6 /* len */
        start local 6 // int len
        10: .line 66
            ldc -9223372036854775807
            lstore 7 /* limit */
        start local 7 // long limit
        11: .line 69
            iload 6 /* len */
            ifle 36
        12: .line 70
            aload 0 /* s */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 12 /* firstChar */
        start local 12 // char firstChar
        13: .line 71
            iload 12 /* firstChar */
            bipush 48
            if_icmpge 23
        14: .line 72
            iload 12 /* firstChar */
            bipush 45
            if_icmpne 18
        15: .line 73
            iconst_1
            istore 4 /* negative */
        16: .line 74
            ldc -9223372036854775808
            lstore 7 /* limit */
        17: .line 75
            goto 20
      StackMap locals: java.lang.String int long int int int long top top top int
      StackMap stack:
        18: iload 12 /* firstChar */
            bipush 43
            if_icmpeq 20
        19: .line 76
            new java.lang.NumberFormatException
            dup
            invokespecial java.lang.NumberFormatException.<init>:()V
            athrow
        20: .line 78
      StackMap locals:
      StackMap stack:
            iload 6 /* len */
            iconst_1
            if_icmpne 22
        21: .line 79
            new java.lang.NumberFormatException
            dup
            invokespecial java.lang.NumberFormatException.<init>:()V
            athrow
        22: .line 81
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
        23: .line 83
      StackMap locals:
      StackMap stack:
            lload 7 /* limit */
            iload 1 /* radix */
            i2l
            ldiv
            lstore 9 /* multmin */
        start local 9 // long multmin
        24: .line 84
            goto 34
        25: .line 85
      StackMap locals: java.lang.String int long int int int long long top int
      StackMap stack:
            aload 0 /* s */
            iload 5 /* i */
            iinc 5 /* i */ 1
            invokevirtual java.lang.String.charAt:(I)C
            iload 1 /* radix */
            invokestatic java.lang.Character.digit:(CI)I
            istore 11 /* digit */
        start local 11 // int digit
        26: .line 86
            iload 11 /* digit */
            ifge 28
        27: .line 87
            new java.lang.NumberFormatException
            dup
            invokespecial java.lang.NumberFormatException.<init>:()V
            athrow
        28: .line 89
      StackMap locals: java.lang.String int long int int int long long int int
      StackMap stack:
            lload 2 /* result */
            lload 9 /* multmin */
            lcmp
            ifge 30
        29: .line 90
            new java.lang.NumberFormatException
            dup
            invokespecial java.lang.NumberFormatException.<init>:()V
            athrow
        30: .line 92
      StackMap locals:
      StackMap stack:
            lload 2 /* result */
            iload 1 /* radix */
            i2l
            lmul
            lstore 2 /* result */
        31: .line 93
            lload 2 /* result */
            lload 7 /* limit */
            iload 11 /* digit */
            i2l
            ladd
            lcmp
            ifge 33
        32: .line 94
            new java.lang.NumberFormatException
            dup
            invokespecial java.lang.NumberFormatException.<init>:()V
            athrow
        33: .line 96
      StackMap locals:
      StackMap stack:
            lload 2 /* result */
            iload 11 /* digit */
            i2l
            lsub
            lstore 2 /* result */
        end local 11 // int digit
        34: .line 84
      StackMap locals: java.lang.String int long int int int long long top int
      StackMap stack:
            iload 5 /* i */
            iload 6 /* len */
            if_icmplt 25
        end local 12 // char firstChar
        35: .line 98
            goto 37
        end local 9 // long multmin
        36: .line 99
      StackMap locals: java.lang.String int long int int int long
      StackMap stack:
            new java.lang.NumberFormatException
            dup
            invokespecial java.lang.NumberFormatException.<init>:()V
            athrow
        start local 9 // long multmin
        37: .line 101
      StackMap locals: long
      StackMap stack:
            iload 4 /* negative */
            ifeq 38
            lload 2 /* result */
            goto 39
      StackMap locals:
      StackMap stack:
        38: lload 2 /* result */
            lneg
      StackMap locals:
      StackMap stack: long
        39: lreturn
        end local 9 // long multmin
        end local 7 // long limit
        end local 6 // int len
        end local 5 // int i
        end local 4 // boolean negative
        end local 2 // long result
        end local 1 // int radix
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   40     0          s  Ljava/lang/String;
            0   40     1      radix  I
            7   40     2     result  J
            8   40     4   negative  Z
            9   40     5          i  I
           10   40     6        len  I
           11   40     7      limit  J
           24   36     9    multmin  J
           37   40     9    multmin  J
           26   34    11      digit  I
           13   35    12  firstChar  C
    Exceptions:
      throws java.lang.NumberFormatException
    MethodParameters:
       Name  Flags
      s      
      radix  

  public void run0();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.loop.LoopParseLong this
         0: .line 104
            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.loop.LoopParseLong this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopParseLong;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.loop.LoopParseLong this
         0: .line 109
            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.loop.LoopParseLong this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopParseLong;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.loop.LoopParseLong this
         0: .line 114
            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.loop.LoopParseLong this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopParseLong;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

  public void run3();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.loop.LoopParseLong this
         0: .line 119
            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.loop.LoopParseLong this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopParseLong;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "LoopParseLong.java"