public final class jdk.vm.ci.hotspot.HotSpotSpeculationLog$HotSpotSpeculation extends jdk.vm.ci.meta.SpeculationLog$Speculation
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: jdk.vm.ci.hotspot.HotSpotSpeculationLog$HotSpotSpeculation
  super_class: jdk.vm.ci.meta.SpeculationLog$Speculation
{
  private final jdk.vm.ci.meta.JavaConstant id;
    descriptor: Ljdk/vm/ci/meta/JavaConstant;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] encoding;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(jdk.vm.ci.meta.SpeculationLog$SpeculationReason, jdk.vm.ci.meta.JavaConstant, byte[]);
    descriptor: (Ljdk/vm/ci/meta/SpeculationLog$SpeculationReason;Ljdk/vm/ci/meta/JavaConstant;[B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // jdk.vm.ci.hotspot.HotSpotSpeculationLog$HotSpotSpeculation this
        start local 1 // jdk.vm.ci.meta.SpeculationLog$SpeculationReason reason
        start local 2 // jdk.vm.ci.meta.JavaConstant id
        start local 3 // byte[] encoding
         0: .line 132
            aload 0 /* this */
            aload 1 /* reason */
            invokespecial jdk.vm.ci.meta.SpeculationLog$Speculation.<init>:(Ljdk/vm/ci/meta/SpeculationLog$SpeculationReason;)V
         1: .line 133
            aload 0 /* this */
            aload 2 /* id */
            putfield jdk.vm.ci.hotspot.HotSpotSpeculationLog$HotSpotSpeculation.id:Ljdk/vm/ci/meta/JavaConstant;
         2: .line 134
            aload 0 /* this */
            aload 3 /* encoding */
            putfield jdk.vm.ci.hotspot.HotSpotSpeculationLog$HotSpotSpeculation.encoding:[B
         3: .line 135
            return
        end local 3 // byte[] encoding
        end local 2 // jdk.vm.ci.meta.JavaConstant id
        end local 1 // jdk.vm.ci.meta.SpeculationLog$SpeculationReason reason
        end local 0 // jdk.vm.ci.hotspot.HotSpotSpeculationLog$HotSpotSpeculation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljdk/vm/ci/hotspot/HotSpotSpeculationLog$HotSpotSpeculation;
            0    4     1    reason  Ljdk/vm/ci/meta/SpeculationLog$SpeculationReason;
            0    4     2        id  Ljdk/vm/ci/meta/JavaConstant;
            0    4     3  encoding  [B
    MethodParameters:
          Name  Flags
      reason    
      id        
      encoding  

  public jdk.vm.ci.meta.JavaConstant getEncoding();
    descriptor: ()Ljdk/vm/ci/meta/JavaConstant;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotSpeculationLog$HotSpotSpeculation this
         0: .line 138
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotSpeculationLog$HotSpotSpeculation.id:Ljdk/vm/ci/meta/JavaConstant;
            areturn
        end local 0 // jdk.vm.ci.hotspot.HotSpotSpeculationLog$HotSpotSpeculation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/vm/ci/hotspot/HotSpotSpeculationLog$HotSpotSpeculation;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // jdk.vm.ci.hotspot.HotSpotSpeculationLog$HotSpotSpeculation this
         0: .line 143
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotSpeculationLog$HotSpotSpeculation.id:Ljdk/vm/ci/meta/JavaConstant;
            invokeinterface jdk.vm.ci.meta.JavaConstant.asLong:()J
            lstore 1 /* indexAndLength */
        start local 1 // long indexAndLength
         1: .line 144
            lload 1 /* indexAndLength */
            invokestatic jdk.vm.ci.hotspot.HotSpotSpeculationLog.decodeIndex:(J)I
            istore 3 /* index */
        start local 3 // int index
         2: .line 145
            lload 1 /* indexAndLength */
            invokestatic jdk.vm.ci.hotspot.HotSpotSpeculationLog.decodeLength:(J)I
            istore 4 /* length */
        start local 4 // int length
         3: .line 146
            ldc "{0x%016x[index: %d, len: %d, hash: 0x%x]: %s}"
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            lload 1 /* indexAndLength */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_1
            iload 3 /* index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            iload 4 /* length */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            getfield jdk.vm.ci.hotspot.HotSpotSpeculationLog$HotSpotSpeculation.encoding:[B
            invokestatic java.util.Arrays.hashCode:([B)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
            aload 0 /* this */
            invokevirtual jdk.vm.ci.hotspot.HotSpotSpeculationLog$HotSpotSpeculation.getReason:()Ljdk/vm/ci/meta/SpeculationLog$SpeculationReason;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 4 // int length
        end local 3 // int index
        end local 1 // long indexAndLength
        end local 0 // jdk.vm.ci.hotspot.HotSpotSpeculationLog$HotSpotSpeculation this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Ljdk/vm/ci/hotspot/HotSpotSpeculationLog$HotSpotSpeculation;
            1    4     1  indexAndLength  J
            2    4     3           index  I
            3    4     4          length  I
}
SourceFile: "HotSpotSpeculationLog.java"
NestHost: jdk.vm.ci.hotspot.HotSpotSpeculationLog
InnerClasses:
  public final HotSpotSpeculation = jdk.vm.ci.hotspot.HotSpotSpeculationLog$HotSpotSpeculation of jdk.vm.ci.hotspot.HotSpotSpeculationLog
  public Speculation = jdk.vm.ci.meta.SpeculationLog$Speculation of jdk.vm.ci.meta.SpeculationLog
  public abstract SpeculationReason = jdk.vm.ci.meta.SpeculationLog$SpeculationReason of jdk.vm.ci.meta.SpeculationLog