public class org.graalvm.compiler.hotspot.test.ArrayNewInstanceTest extends org.graalvm.compiler.core.test.GraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.test.ArrayNewInstanceTest
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  private final java.lang.Class<?> type;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  private final int length;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean shouldDeopt;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.graalvm.compiler.hotspot.test.ArrayNewInstanceTest$DeoptimizationBox box;
    descriptor: Lorg/graalvm/compiler/hotspot/test/ArrayNewInstanceTest$DeoptimizationBox;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static java.lang.Iterable<java.lang.Object[]> data();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tParameters cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/lang/Iterable<[Ljava/lang/Object;>;
    RuntimeInvisibleAnnotations: 
      Parameters()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Parameters()

  public void <init>(java.lang.Class<?>, int, );
    descriptor: (Ljava/lang/Class;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.hotspot.test.ArrayNewInstanceTest this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tRunWith cannot be resolved to a type\n\tParameterized cannot be resolved to a type\n\tTest cannot be resolved to a type\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.hotspot.test.ArrayNewInstanceTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ArrayNewInstanceTest;
    Signature: (Ljava/lang/Class<*>;IZ)V
    MethodParameters:
             Name  Flags
      type         
      length       
      shouldDeopt  

  public static  newArray(java.lang.Class<?>, int, org.graalvm.compiler.hotspot.test.ArrayNewInstanceTest$DeoptimizationBox);
    descriptor: (Ljava/lang/Class;ILorg/graalvm/compiler/hotspot/test/ArrayNewInstanceTest$DeoptimizationBox;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/lang/Class<*>;ILorg/graalvm/compiler/hotspot/test/ArrayNewInstanceTest$DeoptimizationBox;)Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      klass   
      length  
      box     

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

  public static  newArrayInLoop(java.lang.Class<?>, int, int, org.graalvm.compiler.hotspot.test.ArrayNewInstanceTest$DeoptimizationBox);
    descriptor: (Ljava/lang/Class;IILorg/graalvm/compiler/hotspot/test/ArrayNewInstanceTest$DeoptimizationBox;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
         0: .line 90
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/lang/Class<*>;IILorg/graalvm/compiler/hotspot/test/ArrayNewInstanceTest$DeoptimizationBox;)Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      klass       
      length      
      iterations  
      box         

  public void testNewArrayInLoop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ArrayNewInstanceTest this
         0: .line 99
            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.hotspot.test.ArrayNewInstanceTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ArrayNewInstanceTest;
    RuntimeInvisibleAnnotations: 
      Test()
}
SourceFile: "ArrayNewInstanceTest.java"
NestMembers:
  org.graalvm.compiler.hotspot.test.ArrayNewInstanceTest$DeoptimizationBox
InnerClasses:
  private DeoptimizationBox = org.graalvm.compiler.hotspot.test.ArrayNewInstanceTest$DeoptimizationBox of org.graalvm.compiler.hotspot.test.ArrayNewInstanceTest