public class org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass
  super_class: java.lang.Object
{
  int num;
    descriptor: I
    flags: (0x0000) 

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass this
        start local 1 // int n
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 43
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.num:I
         2: .line 46
            aload 0 /* this */
            iload 1 /* n */
            putfield org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.num:I
         3: .line 47
            return
        end local 1 // int n
        end local 0 // org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/graalvm/compiler/jtt/hotspot/Test6186134$TestClass;
            0    4     1     n  I
    MethodParameters:
      Name  Flags
      n     

  public boolean more();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass this
         0: .line 50
            aload 0 /* this */
            dup
            getfield org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.num:I
            dup_x1
            iconst_1
            isub
            putfield org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.num:I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/jtt/hotspot/Test6186134$TestClass;

  public org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList<?> test1();
    descriptor: ()Lorg/graalvm/compiler/jtt/hotspot/Test6186134$MyArrayList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass this
         0: .line 54
            new org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList
            dup
            invokespecial org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList.<init>:()V
            astore 1 /* res */
        start local 1 // org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList res
         1: .line 55
            ldc 2147483647
            istore 2 /* maxResults */
        start local 2 // int maxResults
         2: .line 56
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         3: .line 57
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.more:()Z
            istore 4 /* more */
        start local 4 // boolean more
         4: .line 58
            goto 7
         5: .line 59
      StackMap locals: org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList int int int
      StackMap stack:
            aload 1 /* res */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            invokevirtual org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList.add:(Ljava/lang/Object;)Z
            pop
         6: .line 60
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.more:()Z
            istore 4 /* more */
         7: .line 58
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            iinc 3 /* n */ 1
            iload 2 /* maxResults */
            if_icmpge 8
            iload 4 /* more */
            ifne 5
         8: .line 62
      StackMap locals:
      StackMap stack:
            aload 1 /* res */
            areturn
        end local 4 // boolean more
        end local 3 // int n
        end local 2 // int maxResults
        end local 1 // org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList res
        end local 0 // org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/graalvm/compiler/jtt/hotspot/Test6186134$TestClass;
            1    9     1         res  Lorg/graalvm/compiler/jtt/hotspot/Test6186134$MyArrayList<Ljava/lang/Object;>;
            2    9     2  maxResults  I
            3    9     3           n  I
            4    9     4        more  Z
    Signature: ()Lorg/graalvm/compiler/jtt/hotspot/Test6186134$MyArrayList<*>;
}
SourceFile: "Test6186134.java"
NestHost: org.graalvm.compiler.jtt.hotspot.Test6186134
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