public class org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest extends org.graalvm.compiler.replacements.test.ArraysSubstitutionsTestBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest
  super_class: org.graalvm.compiler.replacements.test.ArraysSubstitutionsTestBase
{
  private static final int N;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  public static int[] intArrayCompare;
    descriptor: [I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static int[] intArray;
    descriptor: [I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static final int[] constantArray1;
    descriptor: [I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int[] constantArray2;
    descriptor: [I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int[] constantArray3;
    descriptor: [I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 98
            bipush 9
            newarray 10
            dup
            iconst_0
            iconst_1
            iastore
            dup
            iconst_1
            iconst_2
            iastore
            dup
            iconst_2
            iconst_3
            iastore
            dup
            iconst_3
            iconst_4
            iastore
            dup
            iconst_4
            iconst_5
            iastore
            dup
            iconst_5
            bipush 6
            iastore
            dup
            bipush 6
            bipush 7
            iastore
            dup
            bipush 7
            bipush 8
            iastore
            dup
            bipush 8
            bipush 9
            iastore
            putstatic org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.intArrayCompare:[I
         1: .line 119
            bipush 9
            newarray 10
            dup
            iconst_0
            iconst_1
            iastore
            dup
            iconst_1
            iconst_2
            iastore
            dup
            iconst_2
            iconst_3
            iastore
            dup
            iconst_3
            iconst_4
            iastore
            dup
            iconst_4
            iconst_5
            iastore
            dup
            iconst_5
            bipush 6
            iastore
            dup
            bipush 6
            bipush 7
            iastore
            dup
            bipush 7
            bipush 8
            iastore
            dup
            bipush 8
            bipush 9
            iastore
            putstatic org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.constantArray1:[I
         2: .line 120
            bipush 9
            newarray 10
            dup
            iconst_0
            iconst_1
            iastore
            dup
            iconst_1
            iconst_2
            iastore
            dup
            iconst_2
            iconst_3
            iastore
            dup
            iconst_3
            iconst_4
            iastore
            dup
            iconst_4
            iconst_5
            iastore
            dup
            iconst_5
            bipush 6
            iastore
            dup
            bipush 6
            bipush 7
            iastore
            dup
            bipush 7
            bipush 8
            iastore
            dup
            bipush 8
            bipush 9
            iastore
            putstatic org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.constantArray2:[I
         3: .line 141
            iconst_3
            newarray 10
            dup
            iconst_0
            iconst_1
            iastore
            dup
            iconst_1
            iconst_2
            iastore
            dup
            iconst_2
            iconst_3
            iastore
            putstatic org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.constantArray3:[I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest this
         0: .line 42
            aload 0 /* this */
            invokespecial org.graalvm.compiler.replacements.test.ArraysSubstitutionsTestBase.<init>:()V
            return
        end local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTest;

  private void testEquals(java.lang.String, java.lang.Class<?>[], org.graalvm.compiler.replacements.test.ArraysSubstitutionsTestBase$ArrayBuilder);
    descriptor: (Ljava/lang/String;[Ljava/lang/Class;Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTestBase$ArrayBuilder;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=8, args_size=4
        start local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest this
        start local 1 // java.lang.String methodName
        start local 2 // java.lang.Class[] parameterTypes
        start local 3 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTestBase$ArrayBuilder builder
         0: .line 47
            bipush 10
            anewarray java.lang.Object
            astore 4 /* args1 */
        start local 4 // java.lang.Object[] args1
         1: .line 48
            bipush 10
            anewarray java.lang.Object
            astore 5 /* args2 */
        start local 5 // java.lang.Object[] args2
         2: .line 49
            iconst_0
            istore 6 /* n */
        start local 6 // int n
         3: .line 51
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         4: goto 8
         5: .line 52
      StackMap locals: org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest java.lang.String java.lang.Class[] org.graalvm.compiler.replacements.test.ArraysSubstitutionsTestBase$ArrayBuilder java.lang.Object[] java.lang.Object[] int int
      StackMap stack:
            aload 4 /* args1 */
            iload 6 /* n */
            aload 3 /* builder */
            iload 7 /* i */
            iconst_0
            iconst_1
            invokeinterface org.graalvm.compiler.replacements.test.ArraysSubstitutionsTestBase$ArrayBuilder.newArray:(III)Ljava/lang/Object;
            aastore
         6: .line 53
            aload 5 /* args2 */
            iload 6 /* n */
            aload 3 /* builder */
            iload 7 /* i */
            iconst_0
            iconst_1
            invokeinterface org.graalvm.compiler.replacements.test.ArraysSubstitutionsTestBase$ArrayBuilder.newArray:(III)Ljava/lang/Object;
            aastore
         7: .line 51
            iinc 7 /* i */ 1
            iinc 6 /* n */ 1
      StackMap locals:
      StackMap stack:
         8: iload 7 /* i */
            iconst_5
            if_icmplt 5
        end local 7 // int i
         9: .line 56
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        10: goto 14
        11: .line 57
      StackMap locals:
      StackMap stack:
            aload 4 /* args1 */
            iload 6 /* n */
            aload 3 /* builder */
            iload 7 /* i */
            iconst_0
            iconst_1
            invokeinterface org.graalvm.compiler.replacements.test.ArraysSubstitutionsTestBase$ArrayBuilder.newArray:(III)Ljava/lang/Object;
            aastore
        12: .line 58
            aload 5 /* args2 */
            iload 6 /* n */
            aload 3 /* builder */
            iload 7 /* i */
            iconst_1
            iconst_1
            invokeinterface org.graalvm.compiler.replacements.test.ArraysSubstitutionsTestBase$ArrayBuilder.newArray:(III)Ljava/lang/Object;
            aastore
        13: .line 56
            iinc 7 /* i */ 1
            iinc 6 /* n */ 1
      StackMap locals:
      StackMap stack:
        14: iload 7 /* i */
            iconst_5
            if_icmplt 11
        end local 7 // int i
        15: .line 60
            aload 0 /* this */
            aload 1 /* methodName */
            ldc Lorg/graalvm/compiler/replacements/nodes/ArrayEqualsNode;
            ldc Ljava/util/Arrays;
            ldc "equals"
            aload 2 /* parameterTypes */
            iconst_0
            iconst_0
            aload 4 /* args1 */
            aload 5 /* args2 */
            invokevirtual org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.testSubstitution:(Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;ZZ[Ljava/lang/Object;[Ljava/lang/Object;)V
        16: .line 61
            return
        end local 6 // int n
        end local 5 // java.lang.Object[] args2
        end local 4 // java.lang.Object[] args1
        end local 3 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTestBase$ArrayBuilder builder
        end local 2 // java.lang.Class[] parameterTypes
        end local 1 // java.lang.String methodName
        end local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   17     0            this  Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTest;
            0   17     1      methodName  Ljava/lang/String;
            0   17     2  parameterTypes  [Ljava/lang/Class;
            0   17     3         builder  Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTestBase$ArrayBuilder;
            1   17     4           args1  [Ljava/lang/Object;
            2   17     5           args2  [Ljava/lang/Object;
            3   17     6               n  I
            4    9     7               i  I
           10   15     7               i  I
    Signature: (Ljava/lang/String;[Ljava/lang/Class<*>;Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTestBase$ArrayBuilder;)V
    MethodParameters:
                Name  Flags
      methodName      
      parameterTypes  
      builder         

  public void testEqualsBoolean();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest 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.replacements.test.ArraysSubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testEqualsByte();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest 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.replacements.test.ArraysSubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testEqualsChar();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest 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.replacements.test.ArraysSubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testEqualsShort();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest 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.replacements.test.ArraysSubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testEqualsInt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest 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.replacements.test.ArraysSubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testEqualsLong();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest 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.replacements.test.ArraysSubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public void testEqualsNodeGVN();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest 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.replacements.test.ArraysSubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static boolean testEqualsNodeGVNSnippet(boolean);
    descriptor: (Z)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // boolean b
         0: .line 102
            bipush 9
            newarray 10
            dup
            iconst_1
            iconst_2
            iastore
            dup
            iconst_2
            iconst_3
            iastore
            dup
            iconst_3
            iconst_4
            iastore
            dup
            iconst_4
            iconst_5
            iastore
            dup
            iconst_5
            bipush 6
            iastore
            dup
            bipush 6
            bipush 7
            iastore
            dup
            bipush 7
            bipush 8
            iastore
            dup
            bipush 8
            bipush 9
            iastore
            astore 1 /* newIntArray */
        start local 1 // int[] newIntArray
         1: .line 103
            aload 1 /* newIntArray */
            putstatic org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.intArray:[I
         2: .line 105
            iload 0 /* b */
            ifeq 5
         3: .line 106
            aload 1 /* newIntArray */
            iconst_0
            iconst_1
            iastore
         4: .line 107
            aload 1 /* newIntArray */
            getstatic org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.intArrayCompare:[I
            invokestatic java.util.Arrays.equals:([I[I)Z
            ireturn
         5: .line 109
      StackMap locals: int[]
      StackMap stack:
            aload 1 /* newIntArray */
            iconst_0
            iconst_1
            iastore
         6: .line 110
            aload 1 /* newIntArray */
            getstatic org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.intArrayCompare:[I
            invokestatic java.util.Arrays.equals:([I[I)Z
            ireturn
        end local 1 // int[] newIntArray
        end local 0 // boolean b
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0            b  Z
            1    7     1  newIntArray  [I
    MethodParameters:
      Name  Flags
      b     

  public void testConstants();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest this
         0: .line 114
            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.replacements.test.ArraysSubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static boolean testConstantsSnippet();
    descriptor: ()Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=0
         0: .line 123
            getstatic org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.constantArray2:[I
            iconst_0
            bipush 10
            iastore
         1: .line 125
            getstatic org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.constantArray1:[I
            getstatic org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.constantArray2:[I
            invokestatic java.util.Arrays.equals:([I[I)Z
            istore 1
         2: .line 127
            getstatic org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.constantArray2:[I
            iconst_0
            iconst_1
            iastore
         3: .line 125
            iload 1
            ireturn
         4: .line 126
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 0
         5: .line 127
            getstatic org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.constantArray2:[I
            iconst_0
            iconst_1
            iastore
         6: .line 128
            aload 0
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           1     2       4  any

  public void testCanonicalLength();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest this
         0: .line 131
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static boolean testCanonicalLengthSnippet();
    descriptor: ()Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 144
            getstatic org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.constantArray1:[I
            getstatic org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.constantArray3:[I
            invokestatic java.util.Arrays.equals:([I[I)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void testCanonicalEqual();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest this
         0: .line 147
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static boolean testCanonicalEqualSnippet();
    descriptor: ()Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 158
            getstatic org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.constantArray1:[I
            getstatic org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest.constantArray1:[I
            invokestatic java.util.Arrays.equals:([I[I)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void testVirtualEqual();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest this
         0: .line 161
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static boolean testVirtualEqualSnippet();
    descriptor: ()Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=0
         0: .line 174
            iconst_4
            newarray 10
            dup
            iconst_0
            iconst_1
            iastore
            dup
            iconst_1
            iconst_2
            iastore
            dup
            iconst_2
            iconst_3
            iastore
            dup
            iconst_3
            iconst_4
            iastore
            astore 0 /* array1 */
        start local 0 // int[] array1
         1: .line 175
            iconst_4
            newarray 10
            dup
            iconst_0
            iconst_1
            iastore
            dup
            iconst_1
            iconst_2
            iastore
            dup
            iconst_2
            iconst_3
            iastore
            dup
            iconst_3
            iconst_4
            iastore
            astore 1 /* array2 */
        start local 1 // int[] array2
         2: .line 176
            aload 0 /* array1 */
            aload 1 /* array2 */
            invokestatic java.util.Arrays.equals:([I[I)Z
            ireturn
        end local 1 // int[] array2
        end local 0 // int[] array1
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            1    3     0  array1  [I
            2    3     1  array2  [I

  public void testVirtualNotEqual();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest this
         0: .line 179
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTest cannot be resolved to a type\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.replacements.test.ArraysSubstitutionsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/ArraysSubstitutionsTest;
    RuntimeInvisibleAnnotations: 
      Test()

  public static boolean testVirtualNotEqualSnippet(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // int x
         0: .line 192
            iconst_4
            newarray 10
            dup
            iconst_0
            iconst_1
            iastore
            dup
            iconst_1
            iconst_2
            iastore
            dup
            iconst_2
            bipush 100
            iastore
            dup
            iconst_3
            iload 0 /* x */
            iastore
            astore 1 /* array1 */
        start local 1 // int[] array1
         1: .line 193
            iconst_4
            newarray 10
            dup
            iconst_0
            iconst_1
            iastore
            dup
            iconst_1
            iconst_2
            iastore
            dup
            iconst_2
            iconst_3
            iastore
            dup
            iconst_3
            iconst_4
            iastore
            astore 2 /* array2 */
        start local 2 // int[] array2
         2: .line 194
            aload 1 /* array1 */
            aload 2 /* array2 */
            invokestatic java.util.Arrays.equals:([I[I)Z
            ireturn
        end local 2 // int[] array2
        end local 1 // int[] array1
        end local 0 // int x
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0       x  I
            1    3     1  array1  [I
            2    3     2  array2  [I
    MethodParameters:
      Name  Flags
      x     
}
SourceFile: "ArraysSubstitutionsTest.java"
InnerClasses:
  abstract ArrayBuilder = org.graalvm.compiler.replacements.test.ArraysSubstitutionsTestBase$ArrayBuilder of org.graalvm.compiler.replacements.test.ArraysSubstitutionsTestBase