final class jdk.internal.vm.compiler.word.LocationIdentity$InitLocationIdentity extends jdk.internal.vm.compiler.word.LocationIdentity
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.internal.vm.compiler.word.LocationIdentity$InitLocationIdentity
  super_class: jdk.internal.vm.compiler.word.LocationIdentity
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.vm.compiler.word.LocationIdentity$InitLocationIdentity this
         0: .line 69
            aload 0 /* this */
            invokespecial jdk.internal.vm.compiler.word.LocationIdentity.<init>:()V
            return
        end local 0 // jdk.internal.vm.compiler.word.LocationIdentity$InitLocationIdentity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/vm/compiler/word/LocationIdentity$InitLocationIdentity;

  public boolean isImmutable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.vm.compiler.word.LocationIdentity$InitLocationIdentity this
         0: .line 72
            iconst_1
            ireturn
        end local 0 // jdk.internal.vm.compiler.word.LocationIdentity$InitLocationIdentity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/vm/compiler/word/LocationIdentity$InitLocationIdentity;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.vm.compiler.word.LocationIdentity$InitLocationIdentity this
         0: .line 77
            ldc "INIT_LOCATION"
            areturn
        end local 0 // jdk.internal.vm.compiler.word.LocationIdentity$InitLocationIdentity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/vm/compiler/word/LocationIdentity$InitLocationIdentity;
}
SourceFile: "LocationIdentity.java"
NestHost: jdk.internal.vm.compiler.word.LocationIdentity
InnerClasses:
  private final InitLocationIdentity = jdk.internal.vm.compiler.word.LocationIdentity$InitLocationIdentity of jdk.internal.vm.compiler.word.LocationIdentity