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 // sun.jvm.hotspot.gc.z.ZPageTableEntry this
        start local 1 // sun.jvm.hotspot.debugger.Address address
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* address */
            putfield sun.jvm.hotspot.gc.z.ZPageTableEntry.entry:Lsun/jvm/hotspot/debugger/Address;
         2: .line 35
            return
        end local 1 // sun.jvm.hotspot.debugger.Address address
        end local 0 // sun.jvm.hotspot.gc.z.ZPageTableEntry this
      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=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.z.ZPageTableEntry this
         0: .line 38
            ldc Lsun/jvm/hotspot/gc/z/ZPage;
            aload 0 /* this */
            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;
            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 // sun.jvm.hotspot.gc.z.ZPageTableEntry this
      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 // sun.jvm.hotspot.gc.z.ZPageTableEntry this
         0: .line 42
            aload 0 /* this */
            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 // sun.jvm.hotspot.gc.z.ZPageTableEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/gc/z/ZPageTableEntry;
}
SourceFile: "ZPageTableEntry.java"