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

  private static sun.jvm.hotspot.runtime.VirtualConstructor heapConstructor;
    descriptor: Lsun/jvm/hotspot/runtime/VirtualConstructor;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  private static sun.jvm.hotspot.types.OopField systemThreadGroupField;
    descriptor: Lsun/jvm/hotspot/types/OopField;
    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 58
            new sun.jvm.hotspot.memory.Universe$1
            dup
            invokespecial sun.jvm.hotspot.memory.Universe$1.<init>:()V
            invokestatic sun.jvm.hotspot.runtime.VM.registerVMInitializedObserver:(Lsun/jvm/hotspot/utilities/Observer;)V
         1: .line 63
            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 67
            aload 0 /* db */
            aload 1 /* type */
            invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
            pop
         1: .line 68
            goto 4
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: pop
         3: .line 69
            iconst_0
            ireturn
         4: .line 71
      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 void addHeapTypeIfInDB(sun.jvm.hotspot.types.TypeDataBase, java.lang.Class<? extends sun.jvm.hotspot.runtime.VMObject>);
    descriptor: (Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/Class;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
        start local 1 // java.lang.Class heapClass
         0: .line 75
            aload 1 /* heapClass */
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            astore 2 /* heapName */
        start local 2 // java.lang.String heapName
         1: .line 76
            aload 0 /* db */
            aload 2 /* heapName */
            invokestatic sun.jvm.hotspot.memory.Universe.typeExists:(Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/String;)Z
            ifeq 3
         2: .line 77
            getstatic sun.jvm.hotspot.memory.Universe.heapConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            aload 2 /* heapName */
            aload 1 /* heapClass */
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
            pop
         3: .line 79
      StackMap locals: java.lang.String
      StackMap stack:
            return
        end local 2 // java.lang.String heapName
        end local 1 // java.lang.Class heapClass
        end local 0 // sun.jvm.hotspot.types.TypeDataBase db
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0         db  Lsun/jvm/hotspot/types/TypeDataBase;
            0    4     1  heapClass  Ljava/lang/Class<+Lsun/jvm/hotspot/runtime/VMObject;>;
            1    4     2   heapName  Ljava/lang/String;
    Signature: (Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/Class<+Lsun/jvm/hotspot/runtime/VMObject;>;)V
    MethodParameters:
           Name  Flags
      db         
      heapClass  

  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=3, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.types.TypeDataBase db
         0: .line 82
            aload 0 /* db */
            ldc "Universe"
            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 84
            aload 1 /* type */
            ldc "_collectedHeap"
            invokeinterface sun.jvm.hotspot.types.Type.getAddressField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/AddressField;
            putstatic sun.jvm.hotspot.memory.Universe.collectedHeapField:Lsun/jvm/hotspot/types/AddressField;
         2: .line 86
            new sun.jvm.hotspot.runtime.VirtualConstructor
            dup
            aload 0 /* db */
            invokespecial sun.jvm.hotspot.runtime.VirtualConstructor.<init>:(Lsun/jvm/hotspot/types/TypeDataBase;)V
            putstatic sun.jvm.hotspot.memory.Universe.heapConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
         3: .line 87
            aload 0 /* db */
            ldc Lsun/jvm/hotspot/gc/serial/SerialHeap;
            invokestatic sun.jvm.hotspot.memory.Universe.addHeapTypeIfInDB:(Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/Class;)V
         4: .line 88
            aload 0 /* db */
            ldc Lsun/jvm/hotspot/gc/parallel/ParallelScavengeHeap;
            invokestatic sun.jvm.hotspot.memory.Universe.addHeapTypeIfInDB:(Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/Class;)V
         5: .line 89
            aload 0 /* db */
            ldc Lsun/jvm/hotspot/gc/g1/G1CollectedHeap;
            invokestatic sun.jvm.hotspot.memory.Universe.addHeapTypeIfInDB:(Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/Class;)V
         6: .line 90
            aload 0 /* db */
            ldc Lsun/jvm/hotspot/gc/epsilon/EpsilonHeap;
            invokestatic sun.jvm.hotspot.memory.Universe.addHeapTypeIfInDB:(Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/Class;)V
         7: .line 91
            aload 0 /* db */
            ldc Lsun/jvm/hotspot/gc/z/ZCollectedHeap;
            invokestatic sun.jvm.hotspot.memory.Universe.addHeapTypeIfInDB:(Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/Class;)V
         8: .line 92
            aload 0 /* db */
            ldc Lsun/jvm/hotspot/gc/shenandoah/ShenandoahHeap;
            invokestatic sun.jvm.hotspot.memory.Universe.addHeapTypeIfInDB:(Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/Class;)V
         9: .line 94
            aload 1 /* type */
            ldc "_main_thread_group"
            invokeinterface sun.jvm.hotspot.types.Type.getOopField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/OopField;
            putstatic sun.jvm.hotspot.memory.Universe.mainThreadGroupField:Lsun/jvm/hotspot/types/OopField;
        10: .line 95
            aload 1 /* type */
            ldc "_system_thread_group"
            invokeinterface sun.jvm.hotspot.types.Type.getOopField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/OopField;
            putstatic sun.jvm.hotspot.memory.Universe.systemThreadGroupField:Lsun/jvm/hotspot/types/OopField;
        11: .line 97
            getstatic sun.jvm.hotspot.memory.Universe.heapConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            invokestatic sun.jvm.hotspot.memory.UniverseExt.initialize:(Lsun/jvm/hotspot/runtime/VirtualConstructor;)V
        12: .line 98
            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   13     0    db  Lsun/jvm/hotspot/types/TypeDataBase;
            1   13     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.memory.Universe this
         0: .line 100
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 101
            return
        end local 0 // sun.jvm.hotspot.memory.Universe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/memory/Universe;

  public sun.jvm.hotspot.gc.shared.CollectedHeap heap();
    descriptor: ()Lsun/jvm/hotspot/gc/shared/CollectedHeap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.memory.Universe this
         0: .line 103
            getstatic sun.jvm.hotspot.memory.Universe.heapConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
            getstatic sun.jvm.hotspot.memory.Universe.collectedHeapField:Lsun/jvm/hotspot/types/AddressField;
            invokeinterface sun.jvm.hotspot.types.AddressField.getValue:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.instantiateWrapperFor:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/runtime/VMObject;
            checkcast sun.jvm.hotspot.gc.shared.CollectedHeap
            areturn
        end local 0 // sun.jvm.hotspot.memory.Universe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/memory/Universe;

  public boolean isIn(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.memory.Universe this
        start local 1 // sun.jvm.hotspot.debugger.Address p
         0: .line 109
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.memory.Universe.heap:()Lsun/jvm/hotspot/gc/shared/CollectedHeap;
            aload 1 /* p */
            invokevirtual sun.jvm.hotspot.gc.shared.CollectedHeap.isIn:(Lsun/jvm/hotspot/debugger/Address;)Z
            ireturn
        end local 1 // sun.jvm.hotspot.debugger.Address p
        end local 0 // sun.jvm.hotspot.memory.Universe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/memory/Universe;
            0    1     1     p  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      p     

  public boolean isInReserved(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.memory.Universe this
        start local 1 // sun.jvm.hotspot.debugger.Address p
         0: .line 114
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.memory.Universe.heap:()Lsun/jvm/hotspot/gc/shared/CollectedHeap;
            aload 1 /* p */
            invokevirtual sun.jvm.hotspot.gc.shared.CollectedHeap.isInReserved:(Lsun/jvm/hotspot/debugger/Address;)Z
            ireturn
        end local 1 // sun.jvm.hotspot.debugger.Address p
        end local 0 // sun.jvm.hotspot.memory.Universe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/memory/Universe;
            0    1     1     p  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      p     

  private sun.jvm.hotspot.oops.Oop newOop(sun.jvm.hotspot.debugger.OopHandle);
    descriptor: (Lsun/jvm/hotspot/debugger/OopHandle;)Lsun/jvm/hotspot/oops/Oop;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.memory.Universe this
        start local 1 // sun.jvm.hotspot.debugger.OopHandle handle
         0: .line 118
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.getObjectHeap:()Lsun/jvm/hotspot/oops/ObjectHeap;
            aload 1 /* handle */
            invokevirtual sun.jvm.hotspot.oops.ObjectHeap.newOop:(Lsun/jvm/hotspot/debugger/OopHandle;)Lsun/jvm/hotspot/oops/Oop;
            areturn
        end local 1 // sun.jvm.hotspot.debugger.OopHandle handle
        end local 0 // sun.jvm.hotspot.memory.Universe this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/jvm/hotspot/memory/Universe;
            0    1     1  handle  Lsun/jvm/hotspot/debugger/OopHandle;
    MethodParameters:
        Name  Flags
      handle  

  public sun.jvm.hotspot.oops.Oop mainThreadGroup();
    descriptor: ()Lsun/jvm/hotspot/oops/Oop;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.memory.Universe this
         0: .line 122
            aload 0 /* this */
            getstatic sun.jvm.hotspot.memory.Universe.mainThreadGroupField:Lsun/jvm/hotspot/types/OopField;
            invokeinterface sun.jvm.hotspot.types.OopField.getValue:()Lsun/jvm/hotspot/debugger/OopHandle;
            invokevirtual sun.jvm.hotspot.memory.Universe.newOop:(Lsun/jvm/hotspot/debugger/OopHandle;)Lsun/jvm/hotspot/oops/Oop;
            areturn
        end local 0 // sun.jvm.hotspot.memory.Universe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/memory/Universe;

  public sun.jvm.hotspot.oops.Oop systemThreadGroup();
    descriptor: ()Lsun/jvm/hotspot/oops/Oop;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.memory.Universe this
         0: .line 126
            aload 0 /* this */
            getstatic sun.jvm.hotspot.memory.Universe.systemThreadGroupField:Lsun/jvm/hotspot/types/OopField;
            invokeinterface sun.jvm.hotspot.types.OopField.getValue:()Lsun/jvm/hotspot/debugger/OopHandle;
            invokevirtual sun.jvm.hotspot.memory.Universe.newOop:(Lsun/jvm/hotspot/debugger/OopHandle;)Lsun/jvm/hotspot/oops/Oop;
            areturn
        end local 0 // sun.jvm.hotspot.memory.Universe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/memory/Universe;

  public void print();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.memory.Universe this
         0: .line 130
            aload 0 /* this */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.jvm.hotspot.memory.Universe.printOn:(Ljava/io/PrintStream;)V
            return
        end local 0 // sun.jvm.hotspot.memory.Universe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/memory/Universe;

  public void printOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.memory.Universe this
        start local 1 // java.io.PrintStream tty
         0: .line 132
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.memory.Universe.heap:()Lsun/jvm/hotspot/gc/shared/CollectedHeap;
            aload 1 /* tty */
            invokevirtual sun.jvm.hotspot.gc.shared.CollectedHeap.printOn:(Ljava/io/PrintStream;)V
         1: .line 133
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.memory.Universe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/memory/Universe;
            0    2     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   

  public static boolean elementTypeShouldBeAligned(sun.jvm.hotspot.runtime.BasicType);
    descriptor: (Lsun/jvm/hotspot/runtime/BasicType;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.BasicType type
         0: .line 139
            aload 0 /* type */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
            if_acmpeq 1
            aload 0 /* type */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
            if_acmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.BasicType type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  type  Lsun/jvm/hotspot/runtime/BasicType;
    MethodParameters:
      Name  Flags
      type  

  public static boolean fieldTypeShouldBeAligned(sun.jvm.hotspot.runtime.BasicType);
    descriptor: (Lsun/jvm/hotspot/runtime/BasicType;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.BasicType type
         0: .line 145
            aload 0 /* type */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
            if_acmpeq 1
            aload 0 /* type */
            getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
            if_acmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.BasicType type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  type  Lsun/jvm/hotspot/runtime/BasicType;
    MethodParameters:
      Name  Flags
      type  
}
SourceFile: "Universe.java"
NestMembers:
  sun.jvm.hotspot.memory.Universe$1
InnerClasses:
  sun.jvm.hotspot.memory.Universe$1