public abstract class jdk.vm.ci.hotspot.HotSpotInstalledCode extends jdk.vm.ci.code.InstalledCode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: jdk.vm.ci.hotspot.HotSpotInstalledCode
  super_class: jdk.vm.ci.code.InstalledCode
{
  private int size;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeInvisibleAnnotations: 
      jdk.vm.ci.hotspot.SuppressFBWarnings(value = {"UWF_UNWRITTEN_FIELD"}, justification = "field is set by the native part")

  private long codeStart;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE
    RuntimeInvisibleAnnotations: 
      jdk.vm.ci.hotspot.SuppressFBWarnings(value = {"UWF_UNWRITTEN_FIELD"}, justification = "field is set by the native part")

  private int codeSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE
    RuntimeInvisibleAnnotations: 
      jdk.vm.ci.hotspot.SuppressFBWarnings(value = {"UWF_UNWRITTEN_FIELD"}, justification = "field is set by the native part")

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.vm.ci.hotspot.HotSpotInstalledCode this
        start local 1 // java.lang.String name
         0: .line 51
            aload 0 /* this */
            aload 1 /* name */
            invokespecial jdk.vm.ci.code.InstalledCode.<init>:(Ljava/lang/String;)V
         1: .line 52
            return
        end local 1 // java.lang.String name
        end local 0 // jdk.vm.ci.hotspot.HotSpotInstalledCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/vm/ci/hotspot/HotSpotInstalledCode;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public int getSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotInstalledCode this
         0: .line 58
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotInstalledCode.size:I
            ireturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotInstalledCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotInstalledCode;

  public abstract java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public long getStart();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotInstalledCode this
         0: .line 66
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotInstalledCode.codeStart:J
            lreturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotInstalledCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotInstalledCode;

  public long getCodeSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotInstalledCode this
         0: .line 70
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotInstalledCode.codeSize:I
            i2l
            lreturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotInstalledCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotInstalledCode;

  public byte[] getCode();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=2, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotInstalledCode this
         0: .line 75
            aload 0 /* this */
            invokevirtual jdk.vm.ci.hotspot.HotSpotInstalledCode.isValid:()Z
            ifne 2
         1: .line 76
            aconst_null
            areturn
         2: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotInstalledCode.codeSize:I
            newarray 8
            astore 1 /* code */
        start local 1 // byte[] code
         3: .line 79
            getstatic jdk.vm.ci.hotspot.UnsafeAccess.UNSAFE:Ljdk/internal/misc/Unsafe;
            aconst_null
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotInstalledCode.codeStart:J
            aload 1 /* code */
            getstatic jdk.internal.misc.Unsafe.ARRAY_BYTE_BASE_OFFSET:I
            i2l
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotInstalledCode.codeSize:I
            i2l
            invokevirtual jdk.internal.misc.Unsafe.copyMemory:(Ljava/lang/Object;JLjava/lang/Object;JJ)V
         4: .line 80
            aload 1 /* code */
            areturn
        end local 1 // byte[] code
        end local 0 // jdk.vm.ci.hotspot.HotSpotInstalledCode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/vm/ci/hotspot/HotSpotInstalledCode;
            3    5     1  code  [B
}
SourceFile: "HotSpotInstalledCode.java"