public class sun.jvm.hotspot.gc.z.ZGlobals
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.gc.z.ZGlobals
  super_class: java.lang.Object
{
  private static sun.jvm.hotspot.types.Field instanceField;
    descriptor: Lsun/jvm/hotspot/types/Field;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  public static int ZPhaseRelocate;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static byte ZPageTypeSmall;
    descriptor: B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static byte ZPageTypeMedium;
    descriptor: B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static byte ZPageTypeLarge;
    descriptor: B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static long ZPageSizeSmallShift;
    descriptor: J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static long ZPageSizeMediumShift;
    descriptor: J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static long ZPageSizeMinShift;
    descriptor: J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static int ZObjectAlignmentMediumShift;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static int ZObjectAlignmentLargeShift;
    descriptor: I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static long ZAddressOffsetShift;
    descriptor: J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static long ZAddressOffsetBits;
    descriptor: J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static long ZAddressOffsetMask;
    descriptor: J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  public static long ZAddressSpaceStart;
    descriptor: J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 62
            invokedynamic update()Ljava/util/Observer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/util/Observable;Ljava/lang/Object;)V
                  sun/jvm/hotspot/gc/z/ZGlobals.lambda$0(Ljava/util/Observable;Ljava/lang/Object;)V (6)
                  (Ljava/util/Observable;Ljava/lang/Object;)V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Ljava/util/Observer;)V
         1: .line 63
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  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 66
            aload 0 /* db */
            ldc "ZGlobalsForVMStructs"
            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 68
            aload 1 /* type */
            ldc "_instance_p"
            invokeinterface sun.jvm.hotspot.types.Type.getField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Field;
            putstatic sun.jvm.hotspot.gc.z.ZGlobals.instanceField:Lsun/jvm/hotspot/types/Field;
         2: .line 70
            aload 0 /* db */
            ldc "ZPhaseRelocate"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.gc.z.ZGlobals.ZPhaseRelocate:I
         3: .line 72
            aload 0 /* db */
            ldc "ZPageTypeSmall"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.byteValue:()B
            putstatic sun.jvm.hotspot.gc.z.ZGlobals.ZPageTypeSmall:B
         4: .line 73
            aload 0 /* db */
            ldc "ZPageTypeMedium"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.byteValue:()B
            putstatic sun.jvm.hotspot.gc.z.ZGlobals.ZPageTypeMedium:B
         5: .line 74
            aload 0 /* db */
            ldc "ZPageTypeLarge"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.byteValue:()B
            putstatic sun.jvm.hotspot.gc.z.ZGlobals.ZPageTypeLarge:B
         6: .line 76
            aload 0 /* db */
            ldc "ZPageSizeSmallShift"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupLongConstant:(Ljava/lang/String;)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            putstatic sun.jvm.hotspot.gc.z.ZGlobals.ZPageSizeSmallShift:J
         7: .line 77
            aload 0 /* db */
            ldc "ZPageSizeMediumShift"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupLongConstant:(Ljava/lang/String;)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            putstatic sun.jvm.hotspot.gc.z.ZGlobals.ZPageSizeMediumShift:J
         8: .line 78
            aload 0 /* db */
            ldc "ZPageSizeMinShift"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupLongConstant:(Ljava/lang/String;)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            putstatic sun.jvm.hotspot.gc.z.ZGlobals.ZPageSizeMinShift:J
         9: .line 80
            aload 0 /* db */
            ldc "ZObjectAlignmentMediumShift"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.gc.z.ZGlobals.ZObjectAlignmentMediumShift:I
        10: .line 81
            aload 0 /* db */
            ldc "ZObjectAlignmentLargeShift"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupIntConstant:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            putstatic sun.jvm.hotspot.gc.z.ZGlobals.ZObjectAlignmentLargeShift:I
        11: .line 83
            aload 0 /* db */
            ldc "ZAddressOffsetShift"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupLongConstant:(Ljava/lang/String;)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            putstatic sun.jvm.hotspot.gc.z.ZGlobals.ZAddressOffsetShift:J
        12: .line 85
            aload 0 /* db */
            ldc "ZAddressOffsetBits"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupLongConstant:(Ljava/lang/String;)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            putstatic sun.jvm.hotspot.gc.z.ZGlobals.ZAddressOffsetBits:J
        13: .line 86
            aload 0 /* db */
            ldc "ZAddressOffsetMask"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupLongConstant:(Ljava/lang/String;)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            putstatic sun.jvm.hotspot.gc.z.ZGlobals.ZAddressOffsetMask:J
        14: .line 88
            aload 0 /* db */
            ldc "ZAddressSpaceStart"
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupLongConstant:(Ljava/lang/String;)Ljava/lang/Long;
            invokevirtual java.lang.Long.longValue:()J
            putstatic sun.jvm.hotspot.gc.z.ZGlobals.ZAddressSpaceStart:J
        15: .line 89
            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   16     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1   16     1  type  Lsun/jvm/hotspot/types/Type;
    MethodParameters:
      Name  Flags
      db    

  private static sun.jvm.hotspot.gc.z.ZGlobalsForVMStructs instance();
    descriptor: ()Lsun/jvm/hotspot/gc/z/ZGlobalsForVMStructs;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 92
            new sun.jvm.hotspot.gc.z.ZGlobalsForVMStructs
            dup
            getstatic sun.jvm.hotspot.gc.z.ZGlobals.instanceField:Lsun/jvm/hotspot/types/Field;
            invokeinterface sun.jvm.hotspot.types.Field.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.gc.z.ZGlobalsForVMStructs.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int ZGlobalPhase();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 96
            invokestatic sun.jvm.hotspot.gc.z.ZGlobals.instance:()Lsun/jvm/hotspot/gc/z/ZGlobalsForVMStructs;
            invokevirtual sun.jvm.hotspot.gc.z.ZGlobalsForVMStructs.ZGlobalPhase:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static long ZAddressGoodMask();
    descriptor: ()J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 100
            invokestatic sun.jvm.hotspot.gc.z.ZGlobals.instance:()Lsun/jvm/hotspot/gc/z/ZGlobalsForVMStructs;
            invokevirtual sun.jvm.hotspot.gc.z.ZGlobalsForVMStructs.ZAddressGoodMask:()J
            lreturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static long ZAddressBadMask();
    descriptor: ()J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 104
            invokestatic sun.jvm.hotspot.gc.z.ZGlobals.instance:()Lsun/jvm/hotspot/gc/z/ZGlobalsForVMStructs;
            invokevirtual sun.jvm.hotspot.gc.z.ZGlobalsForVMStructs.ZAddressBadMask:()J
            lreturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static long ZAddressWeakBadMask();
    descriptor: ()J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 108
            invokestatic sun.jvm.hotspot.gc.z.ZGlobals.instance:()Lsun/jvm/hotspot/gc/z/ZGlobalsForVMStructs;
            invokevirtual sun.jvm.hotspot.gc.z.ZGlobalsForVMStructs.ZAddressWeakBadMask:()J
            lreturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int ZObjectAlignmentSmallShift();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 112
            invokestatic sun.jvm.hotspot.gc.z.ZGlobals.instance:()Lsun/jvm/hotspot/gc/z/ZGlobalsForVMStructs;
            invokevirtual sun.jvm.hotspot.gc.z.ZGlobalsForVMStructs.ZObjectAlignmentSmallShift:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static int ZObjectAlignmentSmall();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 116
            invokestatic sun.jvm.hotspot.gc.z.ZGlobals.instance:()Lsun/jvm/hotspot/gc/z/ZGlobalsForVMStructs;
            invokevirtual sun.jvm.hotspot.gc.z.ZGlobalsForVMStructs.ZObjectAlignmentSmall:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(java.util.Observable, java.lang.Object);
    descriptor: (Ljava/util/Observable;Ljava/lang/Object;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // java.util.Observable o
        start local 1 // java.lang.Object d
         0: .line 62
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getTypeDataBase:()Lsun/jvm/hotspot/types/TypeDataBase;
            invokestatic sun.jvm.hotspot.gc.z.ZGlobals.initialize:(Lsun/jvm/hotspot/types/TypeDataBase;)V
            return
        end local 1 // java.lang.Object d
        end local 0 // java.util.Observable o
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     o  Ljava/util/Observable;
            0    1     1     d  Ljava/lang/Object;
}
SourceFile: "ZGlobals.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles