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 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            iconst_0
            putfield org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.num:I
         2: .line 41
            aload 0 /* this */
            iload 1 /* n */
            putfield org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.num:I
         3: .line 42
            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 45
            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 java.util.ArrayList<?> test1();
    descriptor: ()Ljava/util/ArrayList;
    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 49
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* res */
        start local 1 // java.util.ArrayList res
         1: .line 50
            ldc 2147483647
            istore 2 /* maxResults */
        start local 2 // int maxResults
         2: .line 51
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         3: .line 52
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.more:()Z
            istore 4 /* more */
        start local 4 // boolean more
         4: .line 53
            goto 7
         5: .line 54
      StackMap locals: org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass java.util.ArrayList int int int
      StackMap stack:
            aload 1 /* res */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         6: .line 55
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.more:()Z
            istore 4 /* more */
         7: .line 53
      StackMap locals:
      StackMap stack:
            iload 3 /* n */
            iinc 3 /* n */ 1
            iload 2 /* maxResults */
            if_icmpge 8
            iload 4 /* more */
            ifne 5
         8: .line 57
      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 // java.util.ArrayList 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  Ljava/util/ArrayList<Ljava/lang/Object;>;
            2    9     2  maxResults  I
            3    9     3           n  I
            4    9     4        more  Z
    Signature: ()Ljava/util/ArrayList<*>;
}
SourceFile: "Test6186134.java"
NestHost: org.graalvm.compiler.jtt.hotspot.Test6186134
InnerClasses:
  public TestClass = org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass of org.graalvm.compiler.jtt.hotspot.Test6186134