public class sun.jvm.hotspot.oops.CompressedKlassPointers
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.oops.CompressedKlassPointers
  super_class: java.lang.Object
{
  private static sun.jvm.hotspot.types.AddressField baseField;
    descriptor: Lsun/jvm/hotspot/types/AddressField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.jvm.hotspot.types.CIntegerField shiftField;
    descriptor: Lsun/jvm/hotspot/types/CIntegerField;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 42
            new sun.jvm.hotspot.oops.CompressedKlassPointers$1
            dup
            invokespecial sun.jvm.hotspot.oops.CompressedKlassPointers$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Lsun/jvm/hotspot/utilities/Observer;)V
         1: .line 47
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static boolean typeExists(sun.jvm.hotspot.types.TypeDataBase, java.lang.String);
    descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/String;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
        start local 1 // java.lang.String type
         0: .line 51
            aload 0 /* db */
            aload 1 /* type */
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            pop
         1: .line 52
            goto 4
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: pop
         3: .line 53
            iconst_0
            ireturn
         4: .line 55
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // java.lang.String type
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            0    5     1  type  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException
    MethodParameters:
      Name  Flags
      db    
      type  

  private static synchronized void initialize(sun.jvm.hotspot.types.TypeDataBase);
    descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;)V
    flags: (0x002a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 59
            aload 0 /* db */
            ldc "CompressedKlassPointers"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            astore 1 /* type */
        start local 1 // sun.jvm.hotspot.types.Type type
         1: .line 61
            aload 1 /* type */
            ldc "_narrow_klass._base"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.oops.CompressedKlassPointers.baseField:Lsun/jvm/hotspot/types/AddressField;
         2: .line 62
            aload 1 /* type */
            ldc "_narrow_klass._shift"
            invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
            putstatic sun.jvm.hotspot.oops.CompressedKlassPointers.shiftField:Lsun/jvm/hotspot/types/CIntegerField;
         3: .line 63
            return
        end local 1 // sun.jvm.hotspot.types.Type type
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1    4     1  type  Lsun/jvm/hotspot/types/Type;
    MethodParameters:
      Name  Flags
      db    

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.oops.CompressedKlassPointers this
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            return
        end local 0 // sun.jvm.hotspot.oops.CompressedKlassPointers this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/oops/CompressedKlassPointers;

  public static long getBase();
    descriptor: ()J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 69
            getstatic sun.jvm.hotspot.oops.CompressedKlassPointers.baseField:Lsun/jvm/hotspot/types/AddressField;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:()Lsun/jvm/hotspot/debugger/Address;
            ifnonnull 2
         1: .line 70
            lconst_0
            lreturn
         2: .line 72
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.oops.CompressedKlassPointers.baseField:Lsun/jvm/hotspot/types/AddressField;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:()Lsun/jvm/hotspot/debugger/Address;
            aconst_null
            invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
            lreturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int getShift();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 77
            getstatic sun.jvm.hotspot.oops.CompressedKlassPointers.shiftField:Lsun/jvm/hotspot/types/CIntegerField;
            invokeinterface sun.jvm.hotspot.types.CIntegerField.getValue:()J
            l2i
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CompressedKlassPointers.java"
NestMembers:
  sun.jvm.hotspot.oops.CompressedKlassPointers$1
InnerClasses:
  sun.jvm.hotspot.oops.CompressedKlassPointers$1