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
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: 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: 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 start local 1 0: aload 0
aload 1
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
pop
1: goto 4
StackMap locals:
StackMap stack: java.lang.RuntimeException
2: pop
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 1 end local 0 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 start local 1 0: aload 1
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
astore 2
start local 2 1: aload 0
aload 2
invokestatic sun.jvm.hotspot.memory.Universe.typeExists:(Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/String;)Z
ifeq 3
2: getstatic sun.jvm.hotspot.memory.Universe.heapConstructor:Lsun/jvm/hotspot/runtime/VirtualConstructor;
aload 2
aload 1
invokevirtual sun.jvm.hotspot.runtime.VirtualConstructor.addMapping:(Ljava/lang/String;Ljava/lang/Class;)Z
pop
3: StackMap locals: java.lang.String
StackMap stack:
return
end local 2 end local 1 end local 0 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 0: aload 0
ldc "Universe"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
astore 1
start local 1 1: aload 1
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: new sun.jvm.hotspot.runtime.VirtualConstructor
dup
aload 0
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: aload 0
ldc Lsun/jvm/hotspot/gc/serial/SerialHeap;
invokestatic sun.jvm.hotspot.memory.Universe.addHeapTypeIfInDB:(Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/Class;)V
4: aload 0
ldc Lsun/jvm/hotspot/gc/parallel/ParallelScavengeHeap;
invokestatic sun.jvm.hotspot.memory.Universe.addHeapTypeIfInDB:(Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/Class;)V
5: aload 0
ldc Lsun/jvm/hotspot/gc/g1/G1CollectedHeap;
invokestatic sun.jvm.hotspot.memory.Universe.addHeapTypeIfInDB:(Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/Class;)V
6: aload 0
ldc Lsun/jvm/hotspot/gc/epsilon/EpsilonHeap;
invokestatic sun.jvm.hotspot.memory.Universe.addHeapTypeIfInDB:(Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/Class;)V
7: aload 0
ldc Lsun/jvm/hotspot/gc/z/ZCollectedHeap;
invokestatic sun.jvm.hotspot.memory.Universe.addHeapTypeIfInDB:(Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/Class;)V
8: aload 0
ldc Lsun/jvm/hotspot/gc/shenandoah/ShenandoahHeap;
invokestatic sun.jvm.hotspot.memory.Universe.addHeapTypeIfInDB:(Lsun/jvm/hotspot/types/TypeDataBase;Ljava/lang/Class;)V
9: 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
10: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 db Lsun/jvm/hotspot/types/TypeDataBase;
1 11 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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 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 0: 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 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 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.memory.Universe.heap:()Lsun/jvm/hotspot/gc/shared/CollectedHeap;
aload 1
invokevirtual sun.jvm.hotspot.gc.shared.CollectedHeap.isIn:(Lsun/jvm/hotspot/debugger/Address;)Z
ireturn
end local 1 end local 0 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 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.memory.Universe.heap:()Lsun/jvm/hotspot/gc/shared/CollectedHeap;
aload 1
invokevirtual sun.jvm.hotspot.gc.shared.CollectedHeap.isInReserved:(Lsun/jvm/hotspot/debugger/Address;)Z
ireturn
end local 1 end local 0 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 void print();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic java.lang.System.out:Ljava/io/PrintStream;
invokevirtual sun.jvm.hotspot.memory.Universe.printOn:(Ljava/io/PrintStream;)V
return
end local 0 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 start local 1 0: aload 0
invokevirtual sun.jvm.hotspot.memory.Universe.heap:()Lsun/jvm/hotspot/gc/shared/CollectedHeap;
aload 1
invokevirtual sun.jvm.hotspot.gc.shared.CollectedHeap.printOn:(Ljava/io/PrintStream;)V
1: return
end local 1 end local 0 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 0: aload 0
getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
if_acmpeq 1
aload 0
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 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 0: aload 0
getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
if_acmpeq 1
aload 0
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 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