public class org.graalvm.compiler.jtt.hotspot.Test6186134 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.hotspot.Test6186134
  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.hotspot.Test6186134 this
         0: .line 34
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.hotspot.Test6186134 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotspot/Test6186134;

  public static int test(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // int n
         0: .line 68
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 7
         2: .line 69
      StackMap locals: int
      StackMap stack:
            new org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass
            dup
            bipush 10
            invokespecial org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.<init>:(I)V
            astore 2 /* t */
        start local 2 // org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass t
         3: .line 70
            aload 2 /* t */
            invokevirtual org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.test1:()Lorg/graalvm/compiler/jtt/hotspot/Test6186134$MyArrayList;
            invokevirtual org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList.size:()I
            istore 3 /* size */
        start local 3 // int size
         4: .line 71
            iload 3 /* size */
            bipush 10
            if_icmpeq 6
         5: .line 72
            bipush 97
            ireturn
        end local 3 // int size
        end local 2 // org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass t
         6: .line 68
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 1 /* i */
            iload 0 /* n */
            if_icmplt 2
        end local 1 // int i
         8: .line 75
            iconst_0
            ireturn
        end local 0 // int n
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     n  I
            1    8     1     i  I
            3    6     2     t  Lorg/graalvm/compiler/jtt/hotspot/Test6186134$TestClass;
            4    6     3  size  I
    MethodParameters:
      Name  Flags
      n     

  public void run0();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.hotspot.Test6186134 this
         0: .line 78
            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.hotspot.Test6186134 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotspot/Test6186134;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "Test6186134.java"
NestMembers:
  org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList  org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass
InnerClasses:
  public final MyArrayList = org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList of org.graalvm.compiler.jtt.hotspot.Test6186134
  public TestClass = org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass of org.graalvm.compiler.jtt.hotspot.Test6186134