class sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator implements java.util.Iterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.runtime.ObjectMonitor block;
    descriptor: Lsun/jvm/hotspot/runtime/ObjectMonitor;
    flags: (0x0002) ACC_PRIVATE

  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.Address blockAddr;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator this
         0: .line 99
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 100
            aload 0 /* this */
            getstatic sun.jvm.hotspot.runtime.ObjectSynchronizer.gBlockList:Lsun/jvm/hotspot/debugger/Address;
            putfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.blockAddr:Lsun/jvm/hotspot/debugger/Address;
         2: .line 101
            aload 0 /* this */
            getstatic sun.jvm.hotspot.runtime.ObjectSynchronizer.blockSize:I
            iconst_1
            isub
            putfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.index:I
         3: .line 102
            aload 0 /* this */
            new sun.jvm.hotspot.runtime.ObjectMonitor
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.blockAddr:Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.runtime.ObjectMonitor.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            putfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.block:Lsun/jvm/hotspot/runtime/ObjectMonitor;
         4: .line 103
            return
        end local 0 // sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/runtime/ObjectSynchronizer$ObjectMonitorIterator;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator this
         0: .line 106
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.index:I
            ifgt 1
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.block:Lsun/jvm/hotspot/runtime/ObjectMonitor;
            invokevirtual sun.jvm.hotspot.runtime.ObjectMonitor.nextOM:()Lsun/jvm/hotspot/debugger/Address;
            ifnonnull 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/ObjectSynchronizer$ObjectMonitorIterator;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator this
         0: .line 111
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.index:I
            ifne 6
         1: .line 113
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.block:Lsun/jvm/hotspot/runtime/ObjectMonitor;
            invokevirtual sun.jvm.hotspot.runtime.ObjectMonitor.nextOM:()Lsun/jvm/hotspot/debugger/Address;
            putfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.blockAddr:Lsun/jvm/hotspot/debugger/Address;
         2: .line 114
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.blockAddr:Lsun/jvm/hotspot/debugger/Address;
            ifnonnull 4
         3: .line 115
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         4: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.jvm.hotspot.runtime.ObjectMonitor
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.blockAddr:Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.runtime.ObjectMonitor.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            putfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.block:Lsun/jvm/hotspot/runtime/ObjectMonitor;
         5: .line 118
            aload 0 /* this */
            getstatic sun.jvm.hotspot.runtime.ObjectSynchronizer.blockSize:I
            iconst_1
            isub
            putfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.index:I
         6: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.blockAddr:Lsun/jvm/hotspot/debugger/Address;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.index:I
            i2l
            getstatic sun.jvm.hotspot.runtime.ObjectSynchronizer.objectMonitorTypeSize:J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* addr */
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         7: .line 121
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.index:I
            iconst_1
            isub
            putfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.index:I
         8: .line 122
            new sun.jvm.hotspot.runtime.ObjectMonitor
            dup
            aload 1 /* addr */
            invokespecial sun.jvm.hotspot.runtime.ObjectMonitor.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/jvm/hotspot/runtime/ObjectSynchronizer$ObjectMonitorIterator;
            7    9     1  addr  Lsun/jvm/hotspot/debugger/Address;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator this
         0: .line 126
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/ObjectSynchronizer$ObjectMonitorIterator;
}
SourceFile: "ObjectSynchronizer.java"
NestHost: sun.jvm.hotspot.runtime.ObjectSynchronizer
InnerClasses:
  private ObjectMonitorIterator = sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator of sun.jvm.hotspot.runtime.ObjectSynchronizer