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 // sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator this
         0: .line 100
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.next:Lsun/jvm/hotspot/gc/g1/HeapRegion;
            astore 1 /* result */
        start local 1 // sun.jvm.hotspot.gc.g1.HeapRegion result
         1: .line 101
            goto 3
         2: .line 102
      StackMap locals: sun.jvm.hotspot.gc.g1.HeapRegion
      StackMap stack:
            aload 0 /* this */
            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: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.index:J
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.length:J
            lcmp
            ifge 4
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.this$0:Lsun/jvm/hotspot/gc/g1/G1HeapRegionTable;
            aload 0 /* this */
            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: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.index:J
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.length:J
            lcmp
            ifge 8
         5: .line 105
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.this$0:Lsun/jvm/hotspot/gc/g1/G1HeapRegionTable;
            aload 0 /* this */
            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: .line 106
            aload 0 /* this */
            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: .line 107
            goto 9
         8: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.next:Lsun/jvm/hotspot/gc/g1/HeapRegion;
         9: .line 110
      StackMap locals:
      StackMap stack:
            aload 1 /* result */
            areturn
        end local 1 // sun.jvm.hotspot.gc.g1.HeapRegion result
        end local 0 // sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator this
      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 // sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator this
         0: .line 114
            aload 0 /* this */
            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 // sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator this
      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 // sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator this
         0: .line 117
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.positionToNext:()Lsun/jvm/hotspot/gc/g1/HeapRegion;
            areturn
        end local 0 // sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator this
      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 // sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator this
         0: .line 120
            return
        end local 0 // sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator this
      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 // sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator this
        start local 2 // long totalLength
         0: .line 122
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.this$0:Lsun/jvm/hotspot/gc/g1/G1HeapRegionTable;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 123
            aload 0 /* this */
            lconst_0
            putfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.index:J
         2: .line 124
            aload 0 /* this */
            lload 2 /* totalLength */
            putfield sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.length:J
         3: .line 125
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator.positionToNext:()Lsun/jvm/hotspot/gc/g1/HeapRegion;
            pop
         4: .line 126
            return
        end local 2 // long totalLength
        end local 0 // sun.jvm.hotspot.gc.g1.G1HeapRegionTable$HeapRegionIterator this
      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: .line 1
            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