public class org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest extends org.graalvm.compiler.hotspot.test.HotSpotGraalCompilerTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest
  super_class: org.graalvm.compiler.hotspot.test.HotSpotGraalCompilerTest
{
  private final org.graalvm.compiler.hotspot.GraalHotSpotVMConfig config;
    descriptor: Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static int a;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest this
         0: .line 47
            aload 0 /* this */
            invokespecial org.graalvm.compiler.hotspot.test.HotSpotGraalCompilerTest.<init>:()V
         1: .line 48
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest.runtime:()Lorg/graalvm/compiler/hotspot/HotSpotGraalRuntimeProvider;
            invokeinterface org.graalvm.compiler.hotspot.HotSpotGraalRuntimeProvider.getVMConfig:()Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
            putfield org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest.config:Lorg/graalvm/compiler/hotspot/GraalHotSpotVMConfig;
         2: .line 47
            return
        end local 0 // org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/hotspot/test/ReplaceConstantNodesPhaseTest;

  protected org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins getDefaultGraphBuilderPlugins();
    descriptor: ()Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest this
         0: .line 52
            aload 0 /* this */
            invokespecial org.graalvm.compiler.hotspot.test.HotSpotGraalCompilerTest.getDefaultGraphBuilderPlugins:()Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;
            astore 1 /* plugins */
        start local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins plugins
         1: .line 53
            aload 1 /* plugins */
            new org.graalvm.compiler.hotspot.meta.HotSpotClassInitializationPlugin
            dup
            invokespecial org.graalvm.compiler.hotspot.meta.HotSpotClassInitializationPlugin.<init>:()V
            invokevirtual org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins.setClassInitializationPlugin:(Lorg/graalvm/compiler/nodes/graphbuilderconf/ClassInitializationPlugin;)V
         2: .line 54
            aload 1 /* plugins */
            areturn
        end local 1 // org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins plugins
        end local 0 // org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/graalvm/compiler/hotspot/test/ReplaceConstantNodesPhaseTest;
            1    3     1  plugins  Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderConfiguration$Plugins;

  public static void assignFields();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 72
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$X.x:I
         1: .line 73
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$X.y:I
         2: .line 74
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$X.z:I
         3: .line 75
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void assignFieldsInBranches(boolean);
    descriptor: (Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // boolean x
         0: .line 78
            iload 0 /* x */
            ifeq 3
         1: .line 79
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$X.y:I
         2: .line 80
            goto 4
         3: .line 81
      StackMap locals:
      StackMap stack:
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$X.z:I
         4: .line 83
      StackMap locals:
      StackMap stack:
            return
        end local 0 // boolean x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     x  Z
    MethodParameters:
      Name  Flags
      x     

  public static void assignFieldsWithDominatingInit(boolean);
    descriptor: (Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // boolean x
         0: .line 86
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$X.x:I
         1: .line 87
            iload 0 /* x */
            ifeq 4
         2: .line 88
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$X.y:I
         3: .line 89
            goto 5
         4: .line 90
      StackMap locals:
      StackMap stack:
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$X.z:I
         5: .line 92
      StackMap locals:
      StackMap stack:
            return
        end local 0 // boolean x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0     x  Z
    MethodParameters:
      Name  Flags
      x     

  public static void assignString();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 95
            ldc "foo"
            putstatic org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$X.o:Ljava/lang/Object;
         1: .line 96
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void assignToParentAndChild();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 99
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$Y.a:I
         1: .line 100
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$X.x:I
         2: .line 101
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void assignToThis();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 104
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest.a:I
         1: .line 105
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void assignFieldsWithDominatingInitOfParent(boolean);
    descriptor: (Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // boolean x
         0: .line 108
            iconst_1
            putstatic org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$Y.a:I
         1: .line 109
            iload 0 /* x */
            ifeq 4
         2: .line 110
            iconst_2
            putstatic org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$X.y:I
         3: .line 111
            goto 5
         4: .line 112
      StackMap locals:
      StackMap stack:
            iconst_3
            putstatic org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$X.z:I
         5: .line 114
      StackMap locals:
      StackMap stack:
            iconst_4
            putstatic org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$Y.b:I
         6: .line 115
            return
        end local 0 // boolean x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     x  Z
    MethodParameters:
      Name  Flags
      x     

  private void test(java.lang.String, int, int, int);
    descriptor: (Ljava/lang/String;III)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest this
         0: .line 125
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAssert cannot be resolved\n\tAssert cannot be resolved\n\tAssert cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ReplaceConstantNodesPhaseTest;
    MethodParameters:
                  Name  Flags
      name              
      expectedInits     
      expectedResolves  
      expectedLoads     

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

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

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

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

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

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

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