public class org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests 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.ClassSubstitutionsTests
  super_class: org.graalvm.compiler.core.test.GraalCompilerTest
{
  public java.lang.Number instanceField;
    descriptor: Ljava/lang/Number;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.Object[] arrayField;
    descriptor: [Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String[] stringArrayField;
    descriptor: [Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  static java.lang.Runnable runTest;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0008) ACC_STATIC

  private static final org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$A aInstance;
    descriptor: Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$A;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$B bInstance;
    descriptor: Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$B;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$C cInstance;
    descriptor: Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$C;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 224
            new org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$A
            dup
            invokespecial org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$A.<init>:()V
            putstatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.aInstance:Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$A;
         1: .line 225
            new org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$B
            dup
            invokespecial org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$B.<init>:()V
            putstatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.bInstance:Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$B;
         2: .line 226
            new org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$C
            dup
            invokespecial org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$C.<init>:()V
            putstatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.cInstance:Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$C;
            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.hotspot.test.ClassSubstitutionsTests this
         0: .line 56
            aload 0 /* this */
            invokespecial org.graalvm.compiler.core.test.GraalCompilerTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;

  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=5, locals=7, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
        start local 1 // java.lang.String snippet
         0: .line 66
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.getDebugContext:()Lorg/graalvm/compiler/debug/DebugContext;
            astore 2 /* debug */
        start local 2 // org.graalvm.compiler.debug.DebugContext debug
         1: .line 67
            aconst_null
            astore 3
            aconst_null
            astore 4
         2: aload 2 /* debug */
            ldc "ClassSubstitutionsTest"
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.getMetaAccess:()Ljdk/vm/ci/meta/MetaAccessProvider;
            aload 0 /* this */
            aload 1 /* snippet */
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.getMethod:(Ljava/lang/String;)Ljava/lang/reflect/Method;
            invokeinterface jdk.vm.ci.meta.MetaAccessProvider.lookupJavaMethod:(Ljava/lang/reflect/Executable;)Ljdk/vm/ci/meta/ResolvedJavaMethod;
            invokevirtual org.graalvm.compiler.debug.DebugContext.scope:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/graalvm/compiler/debug/DebugContext$Scope;
            astore 5 /* s */
        start local 5 // org.graalvm.compiler.debug.DebugContext$Scope s
         3: .line 68
            aload 0 /* this */
            aload 1 /* snippet */
            getstatic org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions.YES:Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;
            aload 2 /* debug */
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.parseEager:(Ljava/lang/String;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;Lorg/graalvm/compiler/debug/DebugContext;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 6 /* graph */
        start local 6 // org.graalvm.compiler.nodes.StructuredGraph graph
         4: .line 69
            aload 0 /* this */
            aload 6 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.method:()Ljdk/vm/ci/meta/ResolvedJavaMethod;
            aload 6 /* graph */
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.compile:(Ljdk/vm/ci/meta/ResolvedJavaMethod;Lorg/graalvm/compiler/nodes/StructuredGraph;)Lorg/graalvm/compiler/code/CompilationResult;
            pop
         5: .line 70
            aload 6 /* graph */
            ldc Lorg/graalvm/compiler/nodes/Invoke;
            invokestatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.assertNotInGraph:(Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Class;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            pop
         6: .line 71
            aload 2 /* debug */
            iconst_1
            aload 6 /* graph */
            aload 1 /* snippet */
            invokevirtual org.graalvm.compiler.debug.DebugContext.dump:(ILjava/lang/Object;Ljava/lang/String;)V
         7: .line 72
            aload 6 /* graph */
         8: .line 73
            aload 5 /* s */
            ifnull 9
            aload 5 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.close:()V
         9: .line 72
      StackMap locals: org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests java.lang.String org.graalvm.compiler.debug.DebugContext java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugContext$Scope org.graalvm.compiler.nodes.StructuredGraph
      StackMap stack: org.graalvm.compiler.nodes.StructuredGraph
            areturn
        end local 6 // org.graalvm.compiler.nodes.StructuredGraph graph
      StackMap locals: org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests java.lang.String org.graalvm.compiler.debug.DebugContext java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugContext$Scope
      StackMap stack: java.lang.Throwable
        10: astore 3
        11: .line 73
            aload 5 /* s */
            ifnull 12
            aload 5 /* s */
            invokeinterface org.graalvm.compiler.debug.DebugContext$Scope.close:()V
        end local 5 // org.graalvm.compiler.debug.DebugContext$Scope s
      StackMap locals:
      StackMap stack:
        12: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: astore 4
            aload 3
            ifnonnull 14
            aload 4
            astore 3
            goto 15
      StackMap locals:
      StackMap stack:
        14: aload 3
            aload 4
            if_acmpeq 15
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        15: aload 3
            athrow
      StackMap locals: org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests java.lang.String org.graalvm.compiler.debug.DebugContext
      StackMap stack: java.lang.Throwable
        16: astore 3 /* e */
        start local 3 // java.lang.Throwable e
        17: .line 74
            aload 2 /* debug */
            aload 3 /* e */
            invokevirtual org.graalvm.compiler.debug.DebugContext.handle:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 3 // java.lang.Throwable e
        end local 2 // org.graalvm.compiler.debug.DebugContext debug
        end local 1 // java.lang.String snippet
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   18     0     this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;
            0   18     1  snippet  Ljava/lang/String;
            1   18     2    debug  Lorg/graalvm/compiler/debug/DebugContext;
            3   12     5        s  Lorg/graalvm/compiler/debug/DebugContext$Scope;
            4   10     6    graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
           17   18     3        e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     8      10  any
           2     9      13  any
          10    13      13  any
           1     9      16  Class java.lang.Throwable
          10    16      16  Class java.lang.Throwable
    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=2, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.nodes.StructuredGraph graph
        start local 1 // java.lang.Class clazz
         0: .line 79
            aload 0 /* graph */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:()Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.graalvm.compiler.nodes.StructuredGraph java.lang.Class top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.graalvm.compiler.graph.Node
            astore 2 /* node */
        start local 2 // org.graalvm.compiler.graph.Node node
         2: .line 80
            aload 1 /* clazz */
            aload 2 /* node */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 81
            aload 2 /* node */
            invokevirtual org.graalvm.compiler.graph.Node.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.fail:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 2 // org.graalvm.compiler.graph.Node node
         4: .line 79
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 84
            aload 0 /* graph */
            areturn
        end local 1 // java.lang.Class clazz
        end local 0 // org.graalvm.compiler.nodes.StructuredGraph graph
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0  graph  Lorg/graalvm/compiler/nodes/StructuredGraph;
            0    6     1  clazz  Ljava/lang/Class<*>;
            2    4     2   node  Lorg/graalvm/compiler/graph/Node;
    Signature: (Lorg/graalvm/compiler/nodes/StructuredGraph;Ljava/lang/Class<*>;)Lorg/graalvm/compiler/nodes/StructuredGraph;
    MethodParameters:
       Name  Flags
      graph  
      clazz  

  public boolean constantIsArray();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 88
            ldc ""
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isArray:()Z
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;

  public boolean constantIsInterface();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 92
            ldc ""
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isInterface:()Z
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;

  public boolean constantIsPrimitive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 96
            ldc ""
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isPrimitive:()Z
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;

  public void testIsArray();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 101
            aload 0 /* this */
            ldc "constantIsArray"
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.testConstantReturn:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 102
            return
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testIsInterface();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 106
            aload 0 /* this */
            ldc "constantIsInterface"
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.testConstantReturn:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 107
            return
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testIsPrimitive();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 111
            aload 0 /* this */
            ldc "constantIsPrimitive"
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.testConstantReturn:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 112
            return
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public boolean fieldIsNotArray();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 115
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.instanceField:Ljava/lang/Number;
            ifnull 2
         1: .line 118
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.instanceField:Ljava/lang/Number;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isArray:()Z
            ireturn
         2: .line 120
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;

  public void testFieldIsNotArray();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 125
            aload 0 /* this */
            ldc "fieldIsNotArray"
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.testConstantReturn:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 126
            return
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public boolean foldComponentType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 129
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.stringArrayField:[Ljava/lang/String;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getComponentType:()Ljava/lang/Class;
            ldc Ljava/lang/String;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;

  public void testFoldComponentType();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 134
            aload 0 /* this */
            ldc "foldComponentType"
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.testConstantReturn:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 135
            return
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public static  unsafeFoldComponentType(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 138
            aload 0 /* clazz */
            invokestatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.readComponentType:(Ljava/lang/Class;)Ljava/lang/Class;
            areturn
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      clazz  

  public void testUnsafeFoldComponentType();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 154
            getstatic org.graalvm.compiler.serviceprovider.JavaVersionUtil.JAVA_SPEC:I
            bipush 9
            if_icmplt 1
            getstatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.JVMCI_20_3_b04:Lorg/graalvm/compiler/hotspot/JVMCIVersionCheck$Version;
            invokestatic org.graalvm.compiler.hotspot.GraalHotSpotVMConfig.jvmciGE:(Lorg/graalvm/compiler/hotspot/JVMCIVersionCheck$Version;)Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic org.junit.Assume.assumeTrue:(Z)V
         3: .line 155
            new org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$1
            dup
            aload 0 /* this */
            invokespecial org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$1.<init>:(Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;)V
            putstatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.runTest:Ljava/lang/Runnable;
         4: .line 170
            invokestatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$DummyClass.init:()V
         5: .line 171
            return
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  static java.lang.Class<?> readComponentType(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Class;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Class clazz
         0: .line 176
            new java.lang.InternalError
            dup
            ldc "unimplemented"
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // java.lang.Class clazz
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  clazz  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Ljava/lang/Class<*>;
    MethodParameters:
       Name  Flags
      clazz  

  protected void registerInvocationPlugins(org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins);
    descriptor: (Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
         0: .line 181
            getstatic org.graalvm.compiler.serviceprovider.JavaVersionUtil.JAVA_SPEC:I
            bipush 9
            if_icmplt 7
         1: .line 183
            ldc Ljava/lang/Class;
            ldc "componentType"
            invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
            astore 2 /* f */
        start local 2 // java.lang.reflect.Field f
         2: .line 184
            new org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration
            dup
            aload 1 /* plugins */
            ldc Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;
            invokespecial org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.<init>:(Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;Ljava/lang/reflect/Type;)V
            astore 3 /* r */
        start local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
         3: .line 185
            aload 3 /* r */
            ldc "readComponentType"
            ldc Ljava/lang/Class;
            new org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$2
            dup
            aload 0 /* this */
            aload 2 /* f */
            invokespecial org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$2.<init>:(Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;Ljava/lang/reflect/Field;)V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration.register1:(Ljava/lang/String;Ljava/lang/reflect/Type;Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugin;)V
        end local 3 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration r
        end local 2 // java.lang.reflect.Field f
         4: .line 195
            goto 7
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldException
         5: astore 2 /* e */
        start local 2 // java.lang.NoSuchFieldException e
         6: .line 196
            new java.lang.InternalError
            dup
            aload 2 /* e */
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.NoSuchFieldException e
         7: .line 199
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins plugins
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;
            0    8     1  plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins;
            2    4     2        f  Ljava/lang/reflect/Field;
            3    4     3        r  Lorg/graalvm/compiler/nodes/graphbuilderconf/InvocationPlugins$Registration;
            6    7     2        e  Ljava/lang/NoSuchFieldException;
      Exception table:
        from    to  target  type
           1     4       5  Class java.lang.NoSuchFieldException
    MethodParameters:
         Name  Flags
      plugins  

  public void testFieldIsArray();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 203
            aload 0 /* this */
            ldc "fieldIsArray"
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.testConstantReturn:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 204
            return
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public boolean fieldIsArray();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 207
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.arrayField:[Ljava/lang/Object;
            ifnull 2
         1: .line 210
            aload 0 /* this */
            getfield org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.arrayField:[Ljava/lang/Object;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isArray:()Z
            ireturn
         2: .line 212
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;

  public boolean classIsAssignable1();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 229
            getstatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.aInstance:Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$A;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            getstatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.aInstance:Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$A;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;

  public boolean classIsAssignable2();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 233
            getstatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.aInstance:Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$A;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            getstatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.bInstance:Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$B;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;

  public boolean classIsAssignable3();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 237
            getstatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.aInstance:Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$A;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            getstatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.cInstance:Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$C;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;

  public boolean classIsAssignable4();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 241
            getstatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.bInstance:Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$B;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            getstatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.aInstance:Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$A;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;

  public boolean classIsAssignable5();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 245
            getstatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.cInstance:Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$C;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            getstatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.bInstance:Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$B;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;

  public boolean classIsAssignable6();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 249
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            getstatic org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.bInstance:Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests$B;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;

  public boolean classIsAssignable7();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 253
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ireturn
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;

  public void testClassIsAssignable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
         0: .line 258
            aload 0 /* this */
            ldc "classIsAssignable1"
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.testConstantReturn:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 259
            aload 0 /* this */
            ldc "classIsAssignable2"
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.testConstantReturn:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 260
            aload 0 /* this */
            ldc "classIsAssignable3"
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.testConstantReturn:(Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 261
            aload 0 /* this */
            ldc "classIsAssignable4"
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.testConstantReturn:(Ljava/lang/String;Ljava/lang/Object;)V
         4: .line 262
            aload 0 /* this */
            ldc "classIsAssignable5"
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.testConstantReturn:(Ljava/lang/String;Ljava/lang/Object;)V
         5: .line 263
            aload 0 /* this */
            ldc "classIsAssignable6"
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.testConstantReturn:(Ljava/lang/String;Ljava/lang/Object;)V
         6: .line 264
            aload 0 /* this */
            ldc "classIsAssignable7"
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.testConstantReturn:(Ljava/lang/String;Ljava/lang/Object;)V
         7: .line 265
            return
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  private void testConstantReturn(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 268
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.test:(Ljava/lang/String;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            astore 3 /* result */
        start local 3 // org.graalvm.compiler.nodes.StructuredGraph result
         1: .line 269
            aload 3 /* result */
            getstatic org.graalvm.compiler.nodes.ReturnNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:(Lorg/graalvm/compiler/graph/NodeClass;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.first:()Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.ReturnNode
            astore 4 /* ret */
        start local 4 // org.graalvm.compiler.nodes.ReturnNode ret
         2: .line 270
            aload 0 /* this */
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 3 /* result */
            getstatic org.graalvm.compiler.nodes.ReturnNode.TYPE:Lorg/graalvm/compiler/graph/NodeClass;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.getNodes:(Lorg/graalvm/compiler/graph/NodeClass;)Lorg/graalvm/compiler/graph/iterators/NodeIterable;
            invokeinterface org.graalvm.compiler.graph.iterators.NodeIterable.count:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.assertDeepEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 272
            aload 0 /* this */
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aload 4 /* ret */
            invokevirtual org.graalvm.compiler.nodes.ReturnNode.result:()Lorg/graalvm/compiler/nodes/ValueNode;
            invokevirtual org.graalvm.compiler.nodes.ValueNode.isConstant:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.assertDeepEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 273
            aload 0 /* this */
            aload 2 /* value */
            aload 4 /* ret */
            invokevirtual org.graalvm.compiler.nodes.ReturnNode.result:()Lorg/graalvm/compiler/nodes/ValueNode;
            invokevirtual org.graalvm.compiler.nodes.ValueNode.asJavaConstant:()Ljdk/vm/ci/meta/JavaConstant;
            invokeinterface jdk.vm.ci.meta.JavaConstant.asBoxedPrimitive:()Ljava/lang/Object;
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.assertDeepEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 274
            return
        end local 4 // org.graalvm.compiler.nodes.ReturnNode ret
        end local 3 // org.graalvm.compiler.nodes.StructuredGraph result
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;
            0    6     1    name  Ljava/lang/String;
            0    6     2   value  Ljava/lang/Object;
            1    6     3  result  Lorg/graalvm/compiler/nodes/StructuredGraph;
            2    6     4     ret  Lorg/graalvm/compiler/nodes/ReturnNode;
    MethodParameters:
       Name  Flags
      name   
      value  

  static org.graalvm.compiler.nodes.StructuredGraph access$0(org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests, java.lang.String, org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;Ljava/lang/String;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;)Lorg/graalvm/compiler/nodes/StructuredGraph;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.parseEager:(Ljava/lang/String;Lorg/graalvm/compiler/nodes/StructuredGraph$AllowAssumptions;)Lorg/graalvm/compiler/nodes/StructuredGraph;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static org.graalvm.compiler.phases.tiers.HighTierContext access$1(org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;)Lorg/graalvm/compiler/phases/tiers/HighTierContext;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.getDefaultHighTierContext:()Lorg/graalvm/compiler/phases/tiers/HighTierContext;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static org.graalvm.compiler.api.replacements.SnippetReflectionProvider access$2(org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;)Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.getSnippetReflection:()Lorg/graalvm/compiler/api/replacements/SnippetReflectionProvider;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static jdk.vm.ci.meta.MetaAccessProvider access$3(org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;)Ljdk/vm/ci/meta/MetaAccessProvider;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.getMetaAccess:()Ljdk/vm/ci/meta/MetaAccessProvider;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static org.graalvm.compiler.phases.common.CanonicalizerPhase access$4(org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;)Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.createCanonicalizerPhase:()Lorg/graalvm/compiler/phases/common/CanonicalizerPhase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void access$5(org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests, java.lang.String, java.lang.Object, java.lang.Object);
    descriptor: (Lorg/graalvm/compiler/hotspot/test/ClassSubstitutionsTests;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests.assertDeepEquals:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ClassSubstitutionsTests.java"
NestMembers:
  org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$1  org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$2  org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$A  org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$B  org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$C  org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$DummyClass
InnerClasses:
  public abstract Scope = org.graalvm.compiler.debug.DebugContext$Scope of org.graalvm.compiler.debug.DebugContext
  public abstract Version = org.graalvm.compiler.hotspot.JVMCIVersionCheck$Version of org.graalvm.compiler.hotspot.JVMCIVersionCheck
  org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$1
  org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$2
  private A = org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$A of org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests
  private B = org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$B of org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests
  private C = org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$C of org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests
  DummyClass = org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests$DummyClass of org.graalvm.compiler.hotspot.test.ClassSubstitutionsTests
  public final AllowAssumptions = org.graalvm.compiler.nodes.StructuredGraph$AllowAssumptions of org.graalvm.compiler.nodes.StructuredGraph
  public Registration = org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration of org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins