class sun.jvm.hotspot.gc.z.ZPageTableEntry
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.gc.z.ZPageTableEntry
super_class: java.lang.Object
{
sun.jvm.hotspot.debugger.Address entry;
descriptor: Lsun/jvm/hotspot/debugger/Address;
flags: (0x0000)
void <init>(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.jvm.hotspot.gc.z.ZPageTableEntry.entry:Lsun/jvm/hotspot/debugger/Address;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/gc/z/ZPageTableEntry;
0 3 1 address Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
address
sun.jvm.hotspot.gc.z.ZPage page();
descriptor: ()Lsun/jvm/hotspot/gc/z/ZPage;
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: ldc Lsun/jvm/hotspot/gc/z/ZPage;
aload 0
invokevirtual sun.jvm.hotspot.gc.z.ZPageTableEntry.zPageBits:()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.ZPage
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/gc/z/ZPageTableEntry;
private sun.jvm.hotspot.debugger.Address zPageBits();
descriptor: ()Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.gc.z.ZPageTableEntry.entry:Lsun/jvm/hotspot/debugger/Address;
ldc -2
invokeinterface sun.jvm.hotspot.debugger.Address.andWithMask:(J)Lsun/jvm/hotspot/debugger/Address;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/gc/z/ZPageTableEntry;
boolean relocating();
descriptor: ()Z
flags: (0x0000)
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.gc.z.ZPageTableEntry.entry:Lsun/jvm/hotspot/debugger/Address;
invokeinterface sun.jvm.hotspot.debugger.Address.asLongValue:()J
lconst_1
land
lconst_1
lcmp
ifne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/gc/z/ZPageTableEntry;
boolean isEmpty();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.gc.z.ZPageTableEntry.entry:Lsun/jvm/hotspot/debugger/Address;
ifnull 1
aload 0
invokevirtual sun.jvm.hotspot.gc.z.ZPageTableEntry.zPageBits:()Lsun/jvm/hotspot/debugger/Address;
ifnull 1
iconst_0
ireturn
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/gc/z/ZPageTableEntry;
}
SourceFile: "ZPageTableEntry.java"