public class org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$Y extends org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$X
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$Y
  super_class: org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$X
{
  public static int a;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

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

  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.ReplaceConstantNodesPhaseTest$Y this
         0: .line 64
            aload 0 /* this */
            invokespecial org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$X.<init>:()V
            return
        end local 0 // org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest$Y this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/hotspot/test/ReplaceConstantNodesPhaseTest$Y;
}
SourceFile: "ReplaceConstantNodesPhaseTest.java"
NestHost: org.graalvm.compiler.hotspot.test.ReplaceConstantNodesPhaseTest
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