public abstract class sun.jvm.hotspot.oops.TypeEntries<K, M>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.oops.TypeEntries
  super_class: java.lang.Object
{
  static final int nullSeen;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int typeMask;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -2

  static final int typeUnknown;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int statusBits;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int typeKlassMask;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -4

  final sun.jvm.hotspot.oops.ProfileData pd;
    descriptor: Lsun/jvm/hotspot/oops/ProfileData;
    flags: (0x0010) ACC_FINAL

  final int baseOff;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final sun.jvm.hotspot.oops.MethodDataInterface<K, M> methodData;
    descriptor: Lsun/jvm/hotspot/oops/MethodDataInterface;
    flags: (0x0010) ACC_FINAL
    Signature: Lsun/jvm/hotspot/oops/MethodDataInterface<TK;TM;>;

  boolean wasNullSeen(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.TypeEntries this
        start local 1 // int index
         0: .line 51
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.TypeEntries.pd:Lsun/jvm/hotspot/oops/ProfileData;
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.ProfileData.intptrAt:(I)I
            istore 2 /* v */
        start local 2 // int v
         1: .line 52
            iload 2 /* v */
            iconst_1
            iand
            ifeq 2
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // int v
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.oops.TypeEntries this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/jvm/hotspot/oops/TypeEntries<TK;TM;>;
            0    3     1  index  I
            1    3     2      v  I
    MethodParameters:
       Name  Flags
      index  

  boolean isTypeUnknown(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.TypeEntries this
        start local 1 // int index
         0: .line 56
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.TypeEntries.pd:Lsun/jvm/hotspot/oops/ProfileData;
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.ProfileData.intptrAt:(I)I
            istore 2 /* v */
        start local 2 // int v
         1: .line 57
            iload 2 /* v */
            iconst_2
            iand
            ifeq 2
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // int v
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.oops.TypeEntries this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/jvm/hotspot/oops/TypeEntries<TK;TM;>;
            0    3     1  index  I
            1    3     2      v  I
    MethodParameters:
       Name  Flags
      index  

  boolean isTypeNone(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.oops.TypeEntries this
        start local 1 // int index
         0: .line 61
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.TypeEntries.pd:Lsun/jvm/hotspot/oops/ProfileData;
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.ProfileData.intptrAt:(I)I
            istore 2 /* v */
        start local 2 // int v
         1: .line 62
            iload 2 /* v */
            bipush -2
            iand
            ifne 2
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // int v
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.oops.TypeEntries this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/jvm/hotspot/oops/TypeEntries<TK;TM;>;
            0    3     1  index  I
            1    3     2      v  I
    MethodParameters:
       Name  Flags
      index  

  K validKlass();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.TypeEntries this
        start local 1 // int index
         0: .line 66
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.TypeEntries.isTypeNone:(I)Z
            ifne 3
         1: .line 67
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.TypeEntries.isTypeUnknown:(I)Z
            ifne 3
         2: .line 68
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.TypeEntries.methodData:Lsun/jvm/hotspot/oops/MethodDataInterface;
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.TypeEntries.pd:Lsun/jvm/hotspot/oops/ProfileData;
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.ProfileData.addressAt:(I)Lsun/jvm/hotspot/debugger/Address;
            ldc -4
            invokeinterface sun.jvm.hotspot.debugger.Address.andWithMask:(J)Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.oops.MethodDataInterface.getKlassAtAddress:(Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
            areturn
         3: .line 70
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.oops.TypeEntries this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/jvm/hotspot/oops/TypeEntries<TK;TM;>;
            0    4     1  index  I
    Signature: (I)TK;
    MethodParameters:
       Name  Flags
      index  

  void printKlass(java.io.PrintStream, int);
    descriptor: (Ljava/io/PrintStream;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.oops.TypeEntries this
        start local 1 // java.io.PrintStream st
        start local 2 // int index
         0: .line 75
            aload 0 /* this */
            iload 2 /* index */
            invokevirtual sun.jvm.hotspot.oops.TypeEntries.isTypeNone:(I)Z
            ifeq 3
         1: .line 76
            aload 1 /* st */
            ldc "none"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         2: .line 77
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            iload 2 /* index */
            invokevirtual sun.jvm.hotspot.oops.TypeEntries.isTypeUnknown:(I)Z
            ifeq 6
         4: .line 78
            aload 1 /* st */
            ldc "unknown"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         5: .line 79
            goto 7
         6: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.TypeEntries.methodData:Lsun/jvm/hotspot/oops/MethodDataInterface;
            aload 0 /* this */
            iload 2 /* index */
            invokevirtual sun.jvm.hotspot.oops.TypeEntries.validKlass:(I)Ljava/lang/Object;
            aload 1 /* st */
            invokeinterface sun.jvm.hotspot.oops.MethodDataInterface.printKlassValueOn:(Ljava/lang/Object;Ljava/io/PrintStream;)V
         7: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* index */
            invokevirtual sun.jvm.hotspot.oops.TypeEntries.wasNullSeen:(I)Z
            ifeq 9
         8: .line 83
            aload 1 /* st */
            ldc " (null seen)"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         9: .line 85
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int index
        end local 1 // java.io.PrintStream st
        end local 0 // sun.jvm.hotspot.oops.TypeEntries this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lsun/jvm/hotspot/oops/TypeEntries<TK;TM;>;
            0   10     1     st  Ljava/io/PrintStream;
            0   10     2  index  I
    MethodParameters:
       Name  Flags
      st     
      index  

  void <init>(sun.jvm.hotspot.oops.MethodDataInterface<K, M>, sun.jvm.hotspot.oops.ProfileData, );
    descriptor: (Lsun/jvm/hotspot/oops/MethodDataInterface;Lsun/jvm/hotspot/oops/ProfileData;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.oops.TypeEntries this
        start local 1 // sun.jvm.hotspot.oops.MethodDataInterface methodData
        start local 2 // sun.jvm.hotspot.oops.ProfileData pd
        start local 3 // int baseOff
         0: .line 87
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 88
            aload 0 /* this */
            aload 2 /* pd */
            putfield sun.jvm.hotspot.oops.TypeEntries.pd:Lsun/jvm/hotspot/oops/ProfileData;
         2: .line 89
            aload 0 /* this */
            iload 3 /* baseOff */
            putfield sun.jvm.hotspot.oops.TypeEntries.baseOff:I
         3: .line 90
            aload 0 /* this */
            aload 1 /* methodData */
            putfield sun.jvm.hotspot.oops.TypeEntries.methodData:Lsun/jvm/hotspot/oops/MethodDataInterface;
         4: .line 91
            return
        end local 3 // int baseOff
        end local 2 // sun.jvm.hotspot.oops.ProfileData pd
        end local 1 // sun.jvm.hotspot.oops.MethodDataInterface methodData
        end local 0 // sun.jvm.hotspot.oops.TypeEntries this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lsun/jvm/hotspot/oops/TypeEntries<TK;TM;>;
            0    5     1  methodData  Lsun/jvm/hotspot/oops/MethodDataInterface<TK;TM;>;
            0    5     2          pd  Lsun/jvm/hotspot/oops/ProfileData;
            0    5     3     baseOff  I
    Signature: (Lsun/jvm/hotspot/oops/MethodDataInterface<TK;TM;>;Lsun/jvm/hotspot/oops/ProfileData;I)V
    MethodParameters:
            Name  Flags
      methodData  
      pd          
      baseOff     

  long intptrAt(int);
    descriptor: (I)J
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.oops.TypeEntries this
        start local 1 // int index
         0: .line 94
            aload 0 /* this */
            getfield sun.jvm.hotspot.oops.TypeEntries.pd:Lsun/jvm/hotspot/oops/ProfileData;
            iload 1 /* index */
            invokevirtual sun.jvm.hotspot.oops.ProfileData.intptrAt:(I)I
            i2l
            lreturn
        end local 1 // int index
        end local 0 // sun.jvm.hotspot.oops.TypeEntries this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/jvm/hotspot/oops/TypeEntries<TK;TM;>;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  
}
Signature: <K:Ljava/lang/Object;M:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "TypeEntries.java"