public final class org.graalvm.compiler.core.test.DontReuseArgumentSpaceTest extends org.graalvm.compiler.core.test.GraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.graalvm.compiler.core.test.DontReuseArgumentSpaceTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.DontReuseArgumentSpaceTest this
         0: .line 41
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.core.test.DontReuseArgumentSpaceTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/DontReuseArgumentSpaceTest;

  protected org.graalvm.compiler.phases.tiers.Suites createSuites(org.graalvm.compiler.options.OptionValues);
    descriptor: (Lorg/graalvm/compiler/options/OptionValues;)Lorg/graalvm/compiler/phases/tiers/Suites;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.test.DontReuseArgumentSpaceTest this
        start local 1 // org.graalvm.compiler.options.OptionValues options
         0: .line 46
            aload 0 /* this */
            new org.graalvm.compiler.options.OptionValues
            dup
            aload 1 /* options */
            getstatic org.graalvm.compiler.core.phases.HighTier$Options.Inline:Lorg/graalvm/compiler/options/OptionKey;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.graalvm.compiler.options.OptionValues.<init>:(Lorg/graalvm/compiler/options/OptionValues;Lorg/graalvm/compiler/options/OptionKey;Ljava/lang/Object;[Ljava/lang/Object;)V
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.createSuites:(Lorg/graalvm/compiler/options/OptionValues;)Lorg/graalvm/compiler/phases/tiers/Suites;
            areturn
        end local 1 // org.graalvm.compiler.options.OptionValues options
        end local 0 // org.graalvm.compiler.core.test.DontReuseArgumentSpaceTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/graalvm/compiler/core/test/DontReuseArgumentSpaceTest;
            0    1     1  options  Lorg/graalvm/compiler/options/OptionValues;
    MethodParameters:
         Name  Flags
      options  

  public static int killArguments(int, int, int, int, int, int, int, int, int, int);
    descriptor: (IIIIIIIIII)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=10, args_size=10
        start local 0 // int a
        start local 1 // int b
        start local 2 // int c
        start local 3 // int d
        start local 4 // int e
        start local 5 // int f
        start local 6 // int g
        start local 7 // int h
        start local 8 // int i
        start local 9 // int j
         0: .line 51
            iload 0 /* a */
            iload 1 /* b */
            iadd
            iload 2 /* c */
            iadd
            iload 3 /* d */
            iadd
            iload 4 /* e */
            iadd
            iload 5 /* f */
            iadd
            iload 6 /* g */
            iadd
            iload 7 /* h */
            iadd
            iload 8 /* i */
            iadd
            iload 9 /* j */
            iadd
            ireturn
        end local 9 // int j
        end local 8 // int i
        end local 7 // int h
        end local 6 // int g
        end local 5 // int f
        end local 4 // int e
        end local 3 // int d
        end local 2 // int c
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     a  I
            0    1     1     b  I
            0    1     2     c  I
            0    1     3     d  I
            0    1     4     e  I
            0    1     5     f  I
            0    1     6     g  I
            0    1     7     h  I
            0    1     8     i  I
            0    1     9     j  I
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.core.test.GraalCompilerTest$BytecodeParserNeverInline()
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     
      e     
      f     
      g     
      h     
      i     
      j     

  public static int callTwice(int, int, int, int, int, int, int, int, int, int);
    descriptor: (IIIIIIIIII)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=10, args_size=10
        start local 0 // int a
        start local 1 // int b
        start local 2 // int c
        start local 3 // int d
        start local 4 // int e
        start local 5 // int f
        start local 6 // int g
        start local 7 // int h
        start local 8 // int i
        start local 9 // int j
         0: .line 60
            iload 0 /* a */
            iload 1 /* b */
            iload 2 /* c */
            iload 3 /* d */
            iload 4 /* e */
            iload 5 /* f */
            iload 6 /* g */
            iload 7 /* h */
            iload 8 /* i */
            iload 9 /* j */
            invokestatic org.graalvm.compiler.core.test.DontReuseArgumentSpaceTest.killArguments:(IIIIIIIIII)I
            pop
         1: .line 61
            iload 0 /* a */
            iload 1 /* b */
            iload 2 /* c */
            iload 3 /* d */
            iload 4 /* e */
            iload 5 /* f */
            iload 6 /* g */
            iload 7 /* h */
            iload 8 /* i */
            iload 9 /* j */
            invokestatic org.graalvm.compiler.core.test.DontReuseArgumentSpaceTest.killArguments:(IIIIIIIIII)I
            ireturn
        end local 9 // int j
        end local 8 // int i
        end local 7 // int h
        end local 6 // int g
        end local 5 // int f
        end local 4 // int e
        end local 3 // int d
        end local 2 // int c
        end local 1 // int b
        end local 0 // int a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     a  I
            0    2     1     b  I
            0    2     2     c  I
            0    2     3     d  I
            0    2     4     e  I
            0    2     5     f  I
            0    2     6     g  I
            0    2     7     h  I
            0    2     8     i  I
            0    2     9     j  I
    RuntimeVisibleAnnotations: 
      org.graalvm.compiler.core.test.GraalCompilerTest$BytecodeParserNeverInline()
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     
      e     
      f     
      g     
      h     
      i     
      j     

  public void run0();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.test.DontReuseArgumentSpaceTest 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.core.test.DontReuseArgumentSpaceTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/test/DontReuseArgumentSpaceTest;
    Exceptions:
      throws java.lang.Throwable
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "DontReuseArgumentSpaceTest.java"
InnerClasses:
  public Options = org.graalvm.compiler.core.phases.HighTier$Options of org.graalvm.compiler.core.phases.HighTier
  public abstract BytecodeParserNeverInline = org.graalvm.compiler.core.test.GraalCompilerTest$BytecodeParserNeverInline of org.graalvm.compiler.core.test.GraalCompilerTest