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

  public static float test(int, int, int, int, int, float, float, float, float, int, int, float, float, float, float, float);
    descriptor: (IIIIIFFFFIIFFFFF)F
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=16, args_size=16
        start local 0 // int choice
        start local 1 // int i0
        start local 2 // int i1
        start local 3 // int i2
        start local 4 // int i3
        start local 5 // float p0
        start local 6 // float p1
        start local 7 // float p2
        start local 8 // float p3
        start local 9 // int i4
        start local 10 // int i5
        start local 11 // float p4
        start local 12 // float p5
        start local 13 // float p6
        start local 14 // float p7
        start local 15 // float p8
         0: .line 40
            iload 0 /* choice */
            tableswitch { // 0 - 8
                    0: 1
                    1: 2
                    2: 3
                    3: 4
                    4: 5
                    5: 6
                    6: 7
                    7: 8
                    8: 9
              default: 10
          }
         1: .line 42
      StackMap locals:
      StackMap stack:
            fload 5 /* p0 */
            freturn
         2: .line 44
      StackMap locals:
      StackMap stack:
            fload 6 /* p1 */
            freturn
         3: .line 46
      StackMap locals:
      StackMap stack:
            fload 7 /* p2 */
            freturn
         4: .line 48
      StackMap locals:
      StackMap stack:
            fload 8 /* p3 */
            freturn
         5: .line 50
      StackMap locals:
      StackMap stack:
            fload 11 /* p4 */
            freturn
         6: .line 52
      StackMap locals:
      StackMap stack:
            fload 12 /* p5 */
            freturn
         7: .line 54
      StackMap locals:
      StackMap stack:
            fload 13 /* p6 */
            freturn
         8: .line 56
      StackMap locals:
      StackMap stack:
            fload 14 /* p7 */
            freturn
         9: .line 58
      StackMap locals:
      StackMap stack:
            fload 15 /* p8 */
            freturn
        10: .line 60
      StackMap locals:
      StackMap stack:
            ldc 42.0
            freturn
        end local 15 // float p8
        end local 14 // float p7
        end local 13 // float p6
        end local 12 // float p5
        end local 11 // float p4
        end local 10 // int i5
        end local 9 // int i4
        end local 8 // float p3
        end local 7 // float p2
        end local 6 // float p1
        end local 5 // float p0
        end local 4 // int i3
        end local 3 // int i2
        end local 2 // int i1
        end local 1 // int i0
        end local 0 // int choice
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0  choice  I
            0   11     1      i0  I
            0   11     2      i1  I
            0   11     3      i2  I
            0   11     4      i3  I
            0   11     5      p0  F
            0   11     6      p1  F
            0   11     7      p2  F
            0   11     8      p3  F
            0   11     9      i4  I
            0   11    10      i5  I
            0   11    11      p4  F
            0   11    12      p5  F
            0   11    13      p6  F
            0   11    14      p7  F
            0   11    15      p8  F
    MethodParameters:
        Name  Flags
      choice  
      i0      
      i1      
      i2      
      i3      
      p0      
      p1      
      p2      
      p3      
      i4      
      i5      
      p4      
      p5      
      p6      
      p7      
      p8      

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

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