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 0: aload 0
aload 1
putfield sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator.this$0:Lsun/jvm/hotspot/gc/z/ZPageTable;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
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: aload 0
invokevirtual sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator.positionToNext:()Lsun/jvm/hotspot/gc/z/ZPage;
pop
3: return
end local 0 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 0: aload 0
getfield sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator.next:Lsun/jvm/hotspot/gc/z/ZPage;
astore 1
start local 1 1: aconst_null
astore 2
start local 2 2: goto 9
3: 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
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
start local 3 4: aload 3
invokevirtual sun.jvm.hotspot.gc.z.ZPageTableEntry.isEmpty:()Z
ifne 9
5: aload 3
invokevirtual sun.jvm.hotspot.gc.z.ZPageTableEntry.page:()Lsun/jvm/hotspot/gc/z/ZPage;
astore 4
start local 4 6: aload 4
ifnull 9
aload 4
aload 1
invokevirtual sun.jvm.hotspot.gc.z.ZPage.equals:(Ljava/lang/Object;)Z
ifne 9
7: aload 4
astore 2
8: goto 10
end local 4 end local 3 9: StackMap locals:
StackMap stack:
aload 0
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: StackMap locals:
StackMap stack:
aload 0
aload 2
putfield sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator.next:Lsun/jvm/hotspot/gc/z/ZPage;
11: aload 1
areturn
end local 2 end local 1 end local 0 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 0: aload 0
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 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 0: aload 0
invokevirtual sun.jvm.hotspot.gc.z.ZPageTable$ZPagesIterator.positionToNext:()Lsun/jvm/hotspot/gc/z/ZPage;
areturn
end local 0 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 0: return
end local 0 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: 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