public class org.graalvm.compiler.jtt.loop.LoopLastIndexOf 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.LoopLastIndexOf
  super_class: org.graalvm.compiler.jtt.JTTTest
{
  private static final char[] v1;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final char[] v2;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final char[] v3;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final char[] v4;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 36
            bipush 12
            newarray 5
            dup
            iconst_0
            bipush 97
            castore
            dup
            iconst_1
            bipush 98
            castore
            dup
            iconst_2
            bipush 99
            castore
            dup
            iconst_3
            bipush 100
            castore
            dup
            iconst_4
            bipush 97
            castore
            dup
            iconst_5
            bipush 98
            castore
            dup
            bipush 6
            bipush 99
            castore
            dup
            bipush 7
            bipush 100
            castore
            dup
            bipush 8
            bipush 97
            castore
            dup
            bipush 9
            bipush 98
            castore
            dup
            bipush 10
            bipush 99
            castore
            dup
            bipush 11
            bipush 100
            castore
            putstatic org.graalvm.compiler.jtt.loop.LoopLastIndexOf.v1:[C
         1: .line 37
            iconst_2
            newarray 5
            dup
            iconst_0
            bipush 100
            castore
            dup
            iconst_1
            bipush 97
            castore
            putstatic org.graalvm.compiler.jtt.loop.LoopLastIndexOf.v2:[C
         2: .line 38
            iconst_3
            newarray 5
            dup
            iconst_0
            bipush 100
            castore
            dup
            iconst_1
            bipush 98
            castore
            dup
            iconst_2
            bipush 99
            castore
            putstatic org.graalvm.compiler.jtt.loop.LoopLastIndexOf.v3:[C
         3: .line 39
            iconst_4
            newarray 5
            dup
            iconst_0
            bipush 122
            castore
            dup
            iconst_1
            bipush 97
            castore
            dup
            iconst_2
            bipush 98
            castore
            dup
            iconst_3
            bipush 99
            castore
            putstatic org.graalvm.compiler.jtt.loop.LoopLastIndexOf.v4:[C
            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.jtt.loop.LoopLastIndexOf this
         0: .line 34
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.loop.LoopLastIndexOf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopLastIndexOf;

  public static int test(char[], int, int, char[], int, int, int);
    descriptor: ([CII[CIII)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=16, args_size=7
        start local 0 // char[] source
        start local 1 // int sourceOffset
        start local 2 // int sourceCount
        start local 3 // char[] target
        start local 4 // int targetOffset
        start local 5 // int targetCount
        start local 6 // int fromIndexParam
         0: .line 42
            iload 2 /* sourceCount */
            iload 5 /* targetCount */
            isub
            istore 7 /* rightIndex */
        start local 7 // int rightIndex
         1: .line 43
            iload 6 /* fromIndexParam */
            istore 8 /* fromIndex */
        start local 8 // int fromIndex
         2: .line 44
            iload 8 /* fromIndex */
            ifge 4
         3: .line 45
            iconst_m1
            ireturn
         4: .line 47
      StackMap locals: int int
      StackMap stack:
            iload 8 /* fromIndex */
            iload 7 /* rightIndex */
            if_icmple 6
         5: .line 48
            iload 7 /* rightIndex */
            istore 8 /* fromIndex */
         6: .line 51
      StackMap locals:
      StackMap stack:
            iload 5 /* targetCount */
            ifne 8
         7: .line 52
            iload 8 /* fromIndex */
            ireturn
         8: .line 55
      StackMap locals:
      StackMap stack:
            iload 4 /* targetOffset */
            iload 5 /* targetCount */
            iadd
            iconst_1
            isub
            istore 9 /* strLastIndex */
        start local 9 // int strLastIndex
         9: .line 56
            aload 3 /* target */
            iload 9 /* strLastIndex */
            caload
            istore 10 /* strLastChar */
        start local 10 // char strLastChar
        10: .line 57
            iload 1 /* sourceOffset */
            iload 5 /* targetCount */
            iadd
            iconst_1
            isub
            istore 11 /* min */
        start local 11 // int min
        11: .line 58
            iload 11 /* min */
            iload 8 /* fromIndex */
            iadd
            istore 12 /* i */
        start local 12 // int i
        12: .line 61
            goto 14
        13: .line 62
      StackMap locals: char[] int int char[] int int int int int int int int int
      StackMap stack:
            iinc 12 /* i */ -1
        14: .line 61
      StackMap locals:
      StackMap stack:
            iload 12 /* i */
            iload 11 /* min */
            if_icmplt 15
            aload 0 /* source */
            iload 12 /* i */
            caload
            iload 10 /* strLastChar */
            if_icmpne 13
        15: .line 64
      StackMap locals:
      StackMap stack:
            iload 12 /* i */
            iload 11 /* min */
            if_icmpge 17
        16: .line 65
            iconst_m1
            ireturn
        17: .line 67
      StackMap locals:
      StackMap stack:
            iload 12 /* i */
            iconst_1
            isub
            istore 13 /* j */
        start local 13 // int j
        18: .line 68
            iload 13 /* j */
            iload 5 /* targetCount */
            iconst_1
            isub
            isub
            istore 14 /* start */
        start local 14 // int start
        19: .line 69
            iload 9 /* strLastIndex */
            iconst_1
            isub
            istore 15 /* k */
        start local 15 // int k
        20: .line 71
            goto 24
        21: .line 72
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* source */
            iload 13 /* j */
            iinc 13 /* j */ -1
            caload
            aload 3 /* target */
            iload 15 /* k */
            iinc 15 /* k */ -1
            caload
            if_icmpeq 24
        22: .line 73
            iinc 12 /* i */ -1
        23: .line 74
            goto 26
        24: .line 71
      StackMap locals:
      StackMap stack:
            iload 13 /* j */
            iload 14 /* start */
            if_icmpgt 21
        25: .line 77
            iload 14 /* start */
            iload 1 /* sourceOffset */
            isub
            iconst_1
            iadd
            ireturn
        end local 15 // int k
        end local 14 // int start
        end local 13 // int j
        26: .line 60
      StackMap locals:
      StackMap stack:
            goto 14
        end local 12 // int i
        end local 11 // int min
        end local 10 // char strLastChar
        end local 9 // int strLastIndex
        end local 8 // int fromIndex
        end local 7 // int rightIndex
        end local 6 // int fromIndexParam
        end local 5 // int targetCount
        end local 4 // int targetOffset
        end local 3 // char[] target
        end local 2 // int sourceCount
        end local 1 // int sourceOffset
        end local 0 // char[] source
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   27     0          source  [C
            0   27     1    sourceOffset  I
            0   27     2     sourceCount  I
            0   27     3          target  [C
            0   27     4    targetOffset  I
            0   27     5     targetCount  I
            0   27     6  fromIndexParam  I
            1   27     7      rightIndex  I
            2   27     8       fromIndex  I
            9   27     9    strLastIndex  I
           10   27    10     strLastChar  C
           11   27    11             min  I
           12   27    12               i  I
           18   26    13               j  I
           19   26    14           start  I
           20   26    15               k  I
    MethodParameters:
                Name  Flags
      source          
      sourceOffset    
      sourceCount     
      target          
      targetOffset    
      targetCount     
      fromIndexParam  

  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.LoopLastIndexOf this
         0: .line 81
            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.LoopLastIndexOf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopLastIndexOf;
    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.LoopLastIndexOf this
         0: .line 86
            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.LoopLastIndexOf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopLastIndexOf;
    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.LoopLastIndexOf this
         0: .line 91
            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.LoopLastIndexOf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopLastIndexOf;
    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.LoopLastIndexOf this
         0: .line 96
            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.LoopLastIndexOf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/loop/LoopLastIndexOf;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

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