public class sun.jvm.hotspot.gc.z.ZPage extends sun.jvm.hotspot.runtime.VMObject
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.gc.z.ZPage
super_class: sun.jvm.hotspot.runtime.VMObject
{
private static sun.jvm.hotspot.types.CIntegerField typeField;
descriptor: Lsun/jvm/hotspot/types/CIntegerField;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static long virtualFieldOffset;
descriptor: J
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static long forwardingFieldOffset;
descriptor: J
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lsun/jvm/hotspot/gc/z/ZPage;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic sun.jvm.hotspot.gc.z.ZPage.$assertionsDisabled:Z
3: 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/ZPage.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
4: return
LocalVariableTable:
Start End Slot Name Signature
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 0: aload 0
ldc "ZPage"
invokeinterface sun.jvm.hotspot.types.TypeDataBase.lookupType:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Type;
astore 1
start local 1 1: aload 1
ldc "_type"
invokeinterface sun.jvm.hotspot.types.Type.getCIntegerField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/CIntegerField;
putstatic sun.jvm.hotspot.gc.z.ZPage.typeField:Lsun/jvm/hotspot/types/CIntegerField;
2: aload 1
ldc "_virtual"
invokeinterface sun.jvm.hotspot.types.Type.getField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Field;
invokeinterface sun.jvm.hotspot.types.Field.getOffset:()J
putstatic sun.jvm.hotspot.gc.z.ZPage.virtualFieldOffset:J
3: aload 1
ldc "_forwarding"
invokeinterface sun.jvm.hotspot.types.Type.getField:(Ljava/lang/String;)Lsun/jvm/hotspot/types/Field;
invokeinterface sun.jvm.hotspot.types.Field.getOffset:()J
putstatic sun.jvm.hotspot.gc.z.ZPage.forwardingFieldOffset:J
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 db Lsun/jvm/hotspot/types/TypeDataBase;
1 5 1 type Lsun/jvm/hotspot/types/Type;
MethodParameters:
Name Flags
db
public void <init>(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial sun.jvm.hotspot.runtime.VMObject.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/gc/z/ZPage;
0 2 1 addr Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
addr
private byte type();
descriptor: ()B
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic sun.jvm.hotspot.gc.z.ZPage.typeField:Lsun/jvm/hotspot/types/CIntegerField;
aload 0
getfield sun.jvm.hotspot.gc.z.ZPage.addr:Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.types.CIntegerField.getJByte:(Lsun/jvm/hotspot/debugger/Address;)B
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/gc/z/ZPage;
private sun.jvm.hotspot.gc.z.ZVirtualMemory virtual();
descriptor: ()Lsun/jvm/hotspot/gc/z/ZVirtualMemory;
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: ldc Lsun/jvm/hotspot/gc/z/ZVirtualMemory;
aload 0
getfield sun.jvm.hotspot.gc.z.ZPage.addr:Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.gc.z.ZPage.virtualFieldOffset:J
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
checkcast sun.jvm.hotspot.gc.z.ZVirtualMemory
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/gc/z/ZPage;
private sun.jvm.hotspot.gc.z.ZForwardingTable forwarding();
descriptor: ()Lsun/jvm/hotspot/gc/z/ZForwardingTable;
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: ldc Lsun/jvm/hotspot/gc/z/ZForwardingTable;
aload 0
getfield sun.jvm.hotspot.gc.z.ZPage.addr:Lsun/jvm/hotspot/debugger/Address;
getstatic sun.jvm.hotspot.gc.z.ZPage.forwardingFieldOffset:J
invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.runtime.VMObjectFactory.newObject:(Ljava/lang/Class;Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/Object;
checkcast sun.jvm.hotspot.gc.z.ZForwardingTable
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/gc/z/ZPage;
private long start();
descriptor: ()J
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.gc.z.ZPage.virtual:()Lsun/jvm/hotspot/gc/z/ZVirtualMemory;
invokevirtual sun.jvm.hotspot.gc.z.ZVirtualMemory.start:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/gc/z/ZPage;
sun.jvm.hotspot.debugger.Address forward_object(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0000)
Code:
stack=4, locals=7, args_size=2
start local 0 start local 1 0: aload 1
invokestatic sun.jvm.hotspot.gc.z.ZAddress.offset:(Lsun/jvm/hotspot/debugger/Address;)J
lstore 2
start local 2 1: lload 2
aload 0
invokevirtual sun.jvm.hotspot.gc.z.ZPage.start:()J
lsub
aload 0
invokevirtual sun.jvm.hotspot.gc.z.ZPage.object_alignment_shift:()J
l2i
lshr
lstore 4
start local 4 2: aload 0
invokevirtual sun.jvm.hotspot.gc.z.ZPage.forwarding:()Lsun/jvm/hotspot/gc/z/ZForwardingTable;
lload 4
invokevirtual sun.jvm.hotspot.gc.z.ZForwardingTable.find:(J)Lsun/jvm/hotspot/gc/z/ZForwardingTableEntry;
astore 6
start local 6 3: getstatic sun.jvm.hotspot.gc.z.ZPage.$assertionsDisabled:Z
ifne 4
aload 6
invokevirtual sun.jvm.hotspot.gc.z.ZForwardingTableEntry.is_empty:()Z
ifeq 4
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
4: StackMap locals: long long sun.jvm.hotspot.gc.z.ZForwardingTableEntry
StackMap stack:
getstatic sun.jvm.hotspot.gc.z.ZPage.$assertionsDisabled:Z
ifne 5
aload 6
invokevirtual sun.jvm.hotspot.gc.z.ZForwardingTableEntry.from_index:()J
lload 4
lcmp
ifeq 5
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
5: StackMap locals:
StackMap stack:
aload 6
invokevirtual sun.jvm.hotspot.gc.z.ZForwardingTableEntry.to_offset:()Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.gc.z.ZAddress.good:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/jvm/hotspot/gc/z/ZPage;
0 6 1 from Lsun/jvm/hotspot/debugger/Address;
1 6 2 from_offset J
2 6 4 from_index J
3 6 6 entry Lsun/jvm/hotspot/gc/z/ZForwardingTableEntry;
MethodParameters:
Name Flags
from
sun.jvm.hotspot.debugger.Address relocate_object(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
flags: (0x0000)
Code:
stack=4, locals=7, args_size=2
start local 0 start local 1 0: aload 1
invokestatic sun.jvm.hotspot.gc.z.ZAddress.offset:(Lsun/jvm/hotspot/debugger/Address;)J
lstore 2
start local 2 1: lload 2
aload 0
invokevirtual sun.jvm.hotspot.gc.z.ZPage.start:()J
lsub
aload 0
invokevirtual sun.jvm.hotspot.gc.z.ZPage.object_alignment_shift:()J
l2i
lshr
lstore 4
start local 4 2: aload 0
invokevirtual sun.jvm.hotspot.gc.z.ZPage.forwarding:()Lsun/jvm/hotspot/gc/z/ZForwardingTable;
lload 4
invokevirtual sun.jvm.hotspot.gc.z.ZForwardingTable.find:(J)Lsun/jvm/hotspot/gc/z/ZForwardingTableEntry;
astore 6
start local 6 3: aload 6
invokevirtual sun.jvm.hotspot.gc.z.ZForwardingTableEntry.is_empty:()Z
ifne 5
aload 6
invokevirtual sun.jvm.hotspot.gc.z.ZForwardingTableEntry.from_index:()J
lload 4
lcmp
ifne 5
4: aload 6
invokevirtual sun.jvm.hotspot.gc.z.ZForwardingTableEntry.to_offset:()Lsun/jvm/hotspot/debugger/Address;
invokestatic sun.jvm.hotspot.gc.z.ZAddress.good:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
areturn
5: StackMap locals: long long sun.jvm.hotspot.gc.z.ZForwardingTableEntry
StackMap stack:
aload 1
invokestatic sun.jvm.hotspot.gc.z.ZAddress.good:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/jvm/hotspot/gc/z/ZPage;
0 6 1 from Lsun/jvm/hotspot/debugger/Address;
1 6 2 from_offset J
2 6 4 from_index J
3 6 6 entry Lsun/jvm/hotspot/gc/z/ZForwardingTableEntry;
MethodParameters:
Name Flags
from
long object_alignment_shift();
descriptor: ()J
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.gc.z.ZPage.type:()B
getstatic sun.jvm.hotspot.gc.z.ZGlobals.ZPageTypeSmall:B
if_icmpne 2
1: invokestatic sun.jvm.hotspot.gc.z.ZGlobals.ZObjectAlignmentSmallShift:()I
i2l
lreturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.jvm.hotspot.gc.z.ZPage.type:()B
getstatic sun.jvm.hotspot.gc.z.ZGlobals.ZPageTypeMedium:B
if_icmpne 4
3: getstatic sun.jvm.hotspot.gc.z.ZGlobals.ZObjectAlignmentMediumShift:I
i2l
lreturn
4: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.gc.z.ZPage.$assertionsDisabled:Z
ifne 5
aload 0
invokevirtual sun.jvm.hotspot.gc.z.ZPage.type:()B
getstatic sun.jvm.hotspot.gc.z.ZGlobals.ZPageTypeLarge:B
if_icmpeq 5
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
5: StackMap locals:
StackMap stack:
getstatic sun.jvm.hotspot.gc.z.ZGlobals.ZObjectAlignmentLargeShift:I
i2l
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/jvm/hotspot/gc/z/ZPage;
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 start local 1 0: 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.ZPage.initialize:(Lsun/jvm/hotspot/types/TypeDataBase;)V
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 o Ljava/util/Observable;
0 1 1 d Ljava/lang/Object;
}
SourceFile: "ZPage.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles