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 39
            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();
    descriptor: ()Lorg/graalvm/compiler/phases/tiers/Suites;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.graalvm.compiler.core.test.DontReuseArgumentSpaceTest this
         0: .line 44
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: getstatic org.graalvm.compiler.core.phases.HighTier$Options.Inline:Lorg/graalvm/compiler/options/OptionValue;
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokestatic org.graalvm.compiler.options.OptionValue.override:(Lorg/graalvm/compiler/options/OptionValue;Ljava/lang/Object;)Lorg/graalvm/compiler/options/OptionValue$OverrideScope;
            astore 3 /* scope */
        start local 3 // org.graalvm.compiler.options.OptionValue$OverrideScope scope
         2: .line 45
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.createSuites:()Lorg/graalvm/compiler/phases/tiers/Suites;
         3: .line 46
            aload 3 /* scope */
            ifnull 4
            aload 3 /* scope */
            invokevirtual org.graalvm.compiler.options.OptionValue$OverrideScope.close:()V
         4: .line 45
      StackMap locals: org.graalvm.compiler.core.test.DontReuseArgumentSpaceTest java.lang.Throwable java.lang.Throwable org.graalvm.compiler.options.OptionValue$OverrideScope
      StackMap stack: org.graalvm.compiler.phases.tiers.Suites
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 46
            aload 3 /* scope */
            ifnull 7
            aload 3 /* scope */
            invokevirtual org.graalvm.compiler.options.OptionValue$OverrideScope.close:()V
        end local 3 // org.graalvm.compiler.options.OptionValue$OverrideScope scope
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.graalvm.compiler.core.test.DontReuseArgumentSpaceTest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lorg/graalvm/compiler/core/test/DontReuseArgumentSpaceTest;
            2    7     3  scope  Lorg/graalvm/compiler/options/OptionValue$OverrideScope;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any

  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
  public abstract OverrideScope = org.graalvm.compiler.options.OptionValue$OverrideScope of org.graalvm.compiler.options.OptionValue