class sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator implements java.util.Iterator<sun.jvm.hotspot.gc.g1.HeapRegion>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator
super_class: java.lang.Object
{
private long index;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private long length;
descriptor: J
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.gc.g1.HeapRegion next;
descriptor: Lsun/jvm/hotspot/gc/g1/HeapRegion;
flags: (0x0002) ACC_PRIVATE
final sun.jvm.hotspot.gc.g1.G1HeapRegionTable this$0;
descriptor: Lsun/jvm/hotspot/gc/g1/G1HeapRegionTable;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public sun.jvm.hotspot.gc.g1.HeapRegion positionToNext();
descriptor: ()Lsun/jvm/hotspot/gc/g1/HeapRegion;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.next:Lsun/jvm/hotspot/gc/g1/HeapRegion;
astore 1
start local 1 1: goto 3
2: StackMap locals: sun.jvm.hotspot.gc.g1.HeapRegion
StackMap stack:
aload 0
dup
getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.index:J
lconst_1
ladd
putfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.index:J
3: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.index:J
aload 0
getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.length:J
lcmp
ifge 4
aload 0
getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.this$0:Lsun/jvm/hotspot/gc/g1/G1HeapRegionTable;
aload 0
getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.index:J
invokevirtual sun.jvm.hotspot.gc.g1.G1HeapRegionTable.at:(J)Lsun/jvm/hotspot/gc/g1/HeapRegion;
ifnull 2
4: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.index:J
aload 0
getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.length:J
lcmp
ifge 8
5: aload 0
aload 0
getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.this$0:Lsun/jvm/hotspot/gc/g1/G1HeapRegionTable;
aload 0
getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.index:J
invokevirtual sun.jvm.hotspot.gc.g1.G1HeapRegionTable.at:(J)Lsun/jvm/hotspot/gc/g1/HeapRegion;
putfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.next:Lsun/jvm/hotspot/gc/g1/HeapRegion;
6: aload 0
dup
getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.index:J
lconst_1
ladd
putfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.index:J
7: goto 9
8: StackMap locals:
StackMap stack:
aload 0
aconst_null
putfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.next:Lsun/jvm/hotspot/gc/g1/HeapRegion;
9: StackMap locals:
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/jvm/hotspot/gc/g1/G1HeapRegionTable$HeapRegionIterator;
1 10 1 result Lsun/jvm/hotspot/gc/g1/HeapRegion;
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.g1.G1HeapRegionTable$HeapRegionIterator.next:Lsun/jvm/hotspot/gc/g1/HeapRegion;
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/g1/G1HeapRegionTable$HeapRegionIterator;
public sun.jvm.hotspot.gc.g1.HeapRegion next();
descriptor: ()Lsun/jvm/hotspot/gc/g1/HeapRegion;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.positionToNext:()Lsun/jvm/hotspot/gc/g1/HeapRegion;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/gc/g1/G1HeapRegionTable$HeapRegionIterator;
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/g1/G1HeapRegionTable$HeapRegionIterator;
void <init>(sun.jvm.hotspot.gc.g1.G1HeapRegionTable, long);
descriptor: (Lsun/jvm/hotspot/gc/g1/G1HeapRegionTable;J)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.this$0:Lsun/jvm/hotspot/gc/g1/G1HeapRegionTable;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
lconst_0
putfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.index:J
2: aload 0
lload 2
putfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.length:J
3: aload 0
invokevirtual sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.positionToNext:()Lsun/jvm/hotspot/gc/g1/HeapRegion;
pop
4: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/gc/g1/G1HeapRegionTable$HeapRegionIterator;
0 5 2 totalLength J
MethodParameters:
Name Flags
this$0 final
totalLength
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.g1.G1HeapRegionTable$HeapRegionIterator.next:()Lsun/jvm/hotspot/gc/g1/HeapRegion;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lsun/jvm/hotspot/gc/g1/HeapRegion;>;
SourceFile: "G1HeapRegionTable.java"
NestHost: sun.jvm.hotspot.gc.g1.G1HeapRegionTable
InnerClasses:
private HeapRegionIterator = sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator of sun.jvm.hotspot.gc.g1.G1HeapRegionTable