class sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator implements java.util.Iterator<sun.jvm.hotspot.gc.z.ZPage>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.gc.z.ZGranuleMapForPageTable$Iterator mapIter;
    descriptor: Lsun/jvm/hotspot/gc/z/ZGranuleMapForPageTable$Iterator;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.gc.z.ZPage next;
    descriptor: Lsun/jvm/hotspot/gc/z/ZPage;
    flags: (0x0002) ACC_PRIVATE

  final sun.jvm.hotspot.gc.z.ZPageTable this$0;
    descriptor: Lsun/jvm/hotspot/gc/z/ZPageTable;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.gc.z.ZPageTable);
    descriptor: (Lsun/jvm/hotspot/gc/z/ZPageTable;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator this
         0: .line 73
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator.this$0:Lsun/jvm/hotspot/gc/z/ZPageTable;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 74
            aload 0 /* this */
            new sun.jvm.hotspot.gc.z.ZGranuleMapForPageTable$Iterator
            dup
            aload 1
            invokevirtual sun.jvm.hotspot.gc.z.ZPageTable.map:()Lsun/jvm/hotspot/gc/z/ZGranuleMapForPageTable;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokespecial sun.jvm.hotspot.gc.z.ZGranuleMapForPageTable$Iterator.<init>:(Lsun/jvm/hotspot/gc/z/ZGranuleMapForPageTable;)V
            putfield sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator.mapIter:Lsun/jvm/hotspot/gc/z/ZGranuleMapForPageTable$Iterator;
         2: .line 75
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator.positionToNext:()Lsun/jvm/hotspot/gc/z/ZPage;
            pop
         3: .line 76
            return
        end local 0 // sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/gc/z/ZPageTable$ZPagesIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  private sun.jvm.hotspot.gc.z.ZPage positionToNext();
    descriptor: ()Lsun/jvm/hotspot/gc/z/ZPage;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator this
         0: .line 79
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator.next:Lsun/jvm/hotspot/gc/z/ZPage;
            astore 1 /* current */
        start local 1 // sun.jvm.hotspot.gc.z.ZPage current
         1: .line 82
            aconst_null
            astore 2 /* found */
        start local 2 // sun.jvm.hotspot.gc.z.ZPage found
         2: .line 83
            goto 9
         3: .line 84
      StackMap locals: sun.jvm.hotspot.gc.z.ZPage sun.jvm.hotspot.gc.z.ZPage
      StackMap stack:
            new sun.jvm.hotspot.gc.z.ZPageTableEntry
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator.mapIter:Lsun/jvm/hotspot/gc/z/ZGranuleMapForPageTable$Iterator;
            invokevirtual sun.jvm.hotspot.gc.z.ZGranuleMapForPageTable$Iterator.next:()Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.gc.z.ZPageTableEntry.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            astore 3 /* entry */
        start local 3 // sun.jvm.hotspot.gc.z.ZPageTableEntry entry
         4: .line 85
            aload 3 /* entry */
            invokevirtual sun.jvm.hotspot.gc.z.ZPageTableEntry.isEmpty:()Z
            ifne 9
         5: .line 86
            aload 3 /* entry */
            invokevirtual sun.jvm.hotspot.gc.z.ZPageTableEntry.page:()Lsun/jvm/hotspot/gc/z/ZPage;
            astore 4 /* page */
        start local 4 // sun.jvm.hotspot.gc.z.ZPage page
         6: .line 89
            aload 4 /* page */
            ifnull 9
            aload 4 /* page */
            aload 1 /* current */
            invokevirtual sun.jvm.hotspot.gc.z.ZPage.equals:(Ljava/lang/Object;)Z
            ifne 9
         7: .line 90
            aload 4 /* page */
            astore 2 /* found */
         8: .line 91
            goto 10
        end local 4 // sun.jvm.hotspot.gc.z.ZPage page
        end local 3 // sun.jvm.hotspot.gc.z.ZPageTableEntry entry
         9: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator.mapIter:Lsun/jvm/hotspot/gc/z/ZGranuleMapForPageTable$Iterator;
            invokevirtual sun.jvm.hotspot.gc.z.ZGranuleMapForPageTable$Iterator.hasNext:()Z
            ifne 3
        10: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* found */
            putfield sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator.next:Lsun/jvm/hotspot/gc/z/ZPage;
        11: .line 98
            aload 1 /* current */
            areturn
        end local 2 // sun.jvm.hotspot.gc.z.ZPage found
        end local 1 // sun.jvm.hotspot.gc.z.ZPage current
        end local 0 // sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lsun/jvm/hotspot/gc/z/ZPageTable$ZPagesIterator;
            1   12     1  current  Lsun/jvm/hotspot/gc/z/ZPage;
            2   12     2    found  Lsun/jvm/hotspot/gc/z/ZPage;
            4    9     3    entry  Lsun/jvm/hotspot/gc/z/ZPageTableEntry;
            6    9     4     page  Lsun/jvm/hotspot/gc/z/ZPage;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator this
         0: .line 103
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator.next:Lsun/jvm/hotspot/gc/z/ZPage;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/gc/z/ZPageTable$ZPagesIterator;

  public sun.jvm.hotspot.gc.z.ZPage next();
    descriptor: ()Lsun/jvm/hotspot/gc/z/ZPage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator this
         0: .line 108
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator.positionToNext:()Lsun/jvm/hotspot/gc/z/ZPage;
            areturn
        end local 0 // sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/z/ZPageTable$ZPagesIterator;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator this
         0: .line 114
            return
        end local 0 // sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/gc/z/ZPageTable$ZPagesIterator;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator.next:()Lsun/jvm/hotspot/gc/z/ZPage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lsun/jvm/hotspot/gc/z/ZPage;>;
SourceFile: "ZPageTable.java"
NestHost: sun.jvm.hotspot.gc.z.ZPageTable
InnerClasses:
  public Iterator = sun.jvm.hotspot.gc.z.ZGranuleMapForPageTable$Iterator of sun.jvm.hotspot.gc.z.ZGranuleMapForPageTable
  private ZPagesIterator = sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator of sun.jvm.hotspot.gc.z.ZPageTable