public class org.graalvm.compiler.hotspot.test.ConstantPoolSubstitutionsTests 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.ConstantPoolSubstitutionsTests
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  private static final java.lang.String PACKAGE_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String PACKAGE_NAME_INTERNAL;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static org.graalvm.compiler.hotspot.test.ConstantPoolSubstitutionsTests$AsmLoader LOADER;
    descriptor: Lorg/graalvm/compiler/hotspot/test/ConstantPoolSubstitutionsTests$AsmLoader;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ConstantPoolSubstitutionsTests this
         0: .line 26
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.graalvm.compiler.core.common.util.ModuleAPI.addExports cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.objectweb cannot be resolved\n\tThe import org.objectweb cannot be resolved\n\tThe import org.objectweb cannot be resolved\n\tOpcodes cannot be resolved to a type\n\tBeforeClass cannot be resolved to a type\n\taddExports cannot be resolved\n\taddExports cannot be resolved\n\tTest cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tTest cannot be resolved to a type\n\tClassWriter cannot be resolved to a type\n\tClassWriter cannot be resolved to a type\n\tMethodVisitor cannot be resolved to a type\n\tACC_SUPER cannot be resolved to a variable\n\tACC_STATIC cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tINVOKESPECIAL cannot be resolved to a variable\n\tRETURN cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_STATIC cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tCHECKCAST cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tINVOKEVIRTUAL cannot be resolved to a variable\n\tIRETURN cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_STATIC cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tCHECKCAST cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tICONST_0 cannot be resolved to a variable\n\tINVOKEVIRTUAL cannot be resolved to a variable\n\tIRETURN cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_STATIC cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tCHECKCAST cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tICONST_0 cannot be resolved to a variable\n\tINVOKEVIRTUAL cannot be resolved to a variable\n\tLRETURN cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_STATIC cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tCHECKCAST cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tICONST_0 cannot be resolved to a variable\n\tINVOKEVIRTUAL cannot be resolved to a variable\n\tFRETURN cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_STATIC cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tCHECKCAST cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tICONST_0 cannot be resolved to a variable\n\tINVOKEVIRTUAL cannot be resolved to a variable\n\tDRETURN cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_STATIC cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tCHECKCAST cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tICONST_0 cannot be resolved to a variable\n\tINVOKEVIRTUAL cannot be resolved to a variable\n\tARETURN cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.ConstantPoolSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ConstantPoolSubstitutionsTests;

  protected org.graalvm.compiler.nodes.StructuredGraph test(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/graalvm/compiler/nodes/StructuredGraph;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.ConstantPoolSubstitutionsTests this
         0: .line 50
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.ConstantPoolSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ConstantPoolSubstitutionsTests;
    MethodParameters:
         Name  Flags
      snippet  final

  protected static org.graalvm.compiler.nodes.StructuredGraph assertNotInGraph(org.graalvm.compiler.nodes.StructuredGraph, java.lang.Class<?>);
    descriptor: (Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Class;)Lorg/graalvm/compiler/nodes/StructuredGraph;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 63
            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: (Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Class<*>;)Lorg/graalvm/compiler/nodes/StructuredGraph;
    MethodParameters:
       Name  Flags
      graph  
      clazz  

  private static java.lang.Object getConstantPoolForObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 72
            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

  protected java.lang.reflect.Method getMethod(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/reflect/Method;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.ConstantPoolSubstitutionsTests this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.ConstantPoolSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ConstantPoolSubstitutionsTests;
    MethodParameters:
            Name  Flags
      methodName  

  public static void beforeClass();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 99
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBeforeClass cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeInvisibleAnnotations: 
      BeforeClass()

  private static void addExports(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 111
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\taddExports cannot be resolved\n\taddExports cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
      Name  Flags
      c     

  private static void assumeJDK8();
    descriptor: ()V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 128
            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

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

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

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

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

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

  public void testGetUTF8At();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ConstantPoolSubstitutionsTests this
         0: .line 164
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.ConstantPoolSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ConstantPoolSubstitutionsTests;

  private static byte[] generateClass();
    descriptor: ()[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 234
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tClassWriter cannot be resolved to a type\n\tClassWriter cannot be resolved to a type\n\tMethodVisitor cannot be resolved to a type\n\tACC_SUPER cannot be resolved to a variable\n\tACC_STATIC cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tINVOKESPECIAL cannot be resolved to a variable\n\tRETURN cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_STATIC cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tCHECKCAST cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tINVOKEVIRTUAL cannot be resolved to a variable\n\tIRETURN cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_STATIC cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tCHECKCAST cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tICONST_0 cannot be resolved to a variable\n\tINVOKEVIRTUAL cannot be resolved to a variable\n\tIRETURN cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_STATIC cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tCHECKCAST cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tICONST_0 cannot be resolved to a variable\n\tINVOKEVIRTUAL cannot be resolved to a variable\n\tLRETURN cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_STATIC cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tCHECKCAST cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tICONST_0 cannot be resolved to a variable\n\tINVOKEVIRTUAL cannot be resolved to a variable\n\tFRETURN cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_STATIC cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tCHECKCAST cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tICONST_0 cannot be resolved to a variable\n\tINVOKEVIRTUAL cannot be resolved to a variable\n\tDRETURN cannot be resolved to a variable\n\tACC_PUBLIC cannot be resolved to a variable\n\tACC_STATIC cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tCHECKCAST cannot be resolved to a variable\n\tASTORE cannot be resolved to a variable\n\tALOAD cannot be resolved to a variable\n\tICONST_0 cannot be resolved to a variable\n\tINVOKEVIRTUAL cannot be resolved to a variable\n\tARETURN cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ConstantPoolSubstitutionsTests.java"
NestMembers:
  org.graalvm.compiler.hotspot.test.ConstantPoolSubstitutionsTests$AsmLoader
InnerClasses:
  public AsmLoader = org.graalvm.compiler.hotspot.test.ConstantPoolSubstitutionsTests$AsmLoader of org.graalvm.compiler.hotspot.test.ConstantPoolSubstitutionsTests