public final class org.graalvm.compiler.jtt.lang.Class_getSuperClass01 extends org.graalvm.compiler.jtt.JTTTest
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.jtt.lang.Class_getSuperClass01
  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.lang.Class_getSuperClass01 this
         0: .line 33
            aload 0 /* this */
            invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.jtt.lang.Class_getSuperClass01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/lang/Class_getSuperClass01;

  public static java.lang.String test(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int i
         0: .line 36
            ldc Ljava/lang/Object;
            astore 1 /* cl */
        start local 1 // java.lang.Class cl
         1: .line 37
            iload 0 /* i */
            ifne 4
         2: .line 38
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            astore 1 /* cl */
         3: .line 39
            goto 21
      StackMap locals: java.lang.Class
      StackMap stack:
         4: iload 0 /* i */
            iconst_1
            if_icmpne 7
         5: .line 40
            ldc Ljava/lang/Object;
            astore 1 /* cl */
         6: .line 41
            goto 21
      StackMap locals:
      StackMap stack:
         7: iload 0 /* i */
            iconst_2
            if_icmpne 10
         8: .line 42
            ldc [I
            astore 1 /* cl */
         9: .line 43
            goto 21
      StackMap locals:
      StackMap stack:
        10: iload 0 /* i */
            iconst_3
            if_icmpne 13
        11: .line 44
            ldc Ljava/lang/Cloneable;
            astore 1 /* cl */
        12: .line 45
            goto 21
      StackMap locals:
      StackMap stack:
        13: iload 0 /* i */
            iconst_4
            if_icmpne 16
        14: .line 46
            ldc Ljava/lang/Integer;
            astore 1 /* cl */
        15: .line 47
            goto 21
      StackMap locals:
      StackMap stack:
        16: iload 0 /* i */
            iconst_5
            if_icmpne 19
        17: .line 48
            ldc Ljava/lang/Class;
            astore 1 /* cl */
        18: .line 49
            goto 21
      StackMap locals:
      StackMap stack:
        19: iload 0 /* i */
            bipush 6
            if_icmpne 21
        20: .line 50
            ldc Lorg/graalvm/compiler/jtt/lang/Class_getSuperClass01;
            astore 1 /* cl */
        21: .line 52
      StackMap locals:
      StackMap stack:
            aload 1 /* cl */
            invokevirtual java.lang.Class.getSuperclass:()Ljava/lang/Class;
            astore 1 /* cl */
        22: .line 53
            aload 1 /* cl */
            ifnonnull 24
        23: .line 54
            aconst_null
            areturn
        24: .line 56
      StackMap locals:
      StackMap stack:
            aload 1 /* cl */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.Class cl
        end local 0 // int i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0     i  I
            1   25     1    cl  Ljava/lang/Class<*>;
    MethodParameters:
      Name  Flags
      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.lang.Class_getSuperClass01 this
         0: .line 59
            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.lang.Class_getSuperClass01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/lang/Class_getSuperClass01;
    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.lang.Class_getSuperClass01 this
         0: .line 64
            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.lang.Class_getSuperClass01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/lang/Class_getSuperClass01;
    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.lang.Class_getSuperClass01 this
         0: .line 69
            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.lang.Class_getSuperClass01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/lang/Class_getSuperClass01;
    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.lang.Class_getSuperClass01 this
         0: .line 74
            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.lang.Class_getSuperClass01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/lang/Class_getSuperClass01;
    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.lang.Class_getSuperClass01 this
         0: .line 79
            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.lang.Class_getSuperClass01 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/lang/Class_getSuperClass01;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()

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

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

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