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

  public static int test();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=0
         0: .line 42
            ldc 2147483647
            istore 0 /* end */
        start local 0 // int end
         1: .line 43
            iconst_0
            istore 1 /* count */
        start local 1 // int count
         2: .line 44
            ldc 2147483642
            istore 2 /* i */
        start local 2 // int i
         3: goto 8
         4: .line 45
      StackMap locals: int int int
      StackMap stack:
            iinc 1 /* count */ 1
         5: .line 46
            iload 1 /* count */
            ldc 100000
            if_icmple 7
         6: .line 47
            bipush 95
            ireturn
         7: .line 44
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            iload 0 /* end */
            if_icmple 4
        end local 2 // int i
         9: .line 50
            bipush 97
            ireturn
        end local 1 // int count
        end local 0 // int end
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1   10     0    end  I
            2   10     1  count  I
            3    9     2      i  I

  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.Test6753639 this
         0: .line 53
            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.Test6753639 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/hotspot/Test6753639;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "Test6753639.java"