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 mon;
    descriptor: Lsun/jvm/hotspot/runtime/ObjectMonitor;
    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 85
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 86
            aload 0 /* this */
            new sun.jvm.hotspot.runtime.ObjectMonitor
            dup
            getstatic sun.jvm.hotspot.runtime.ObjectSynchronizer.inUseList: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.mon:Lsun/jvm/hotspot/runtime/ObjectMonitor;
         2: .line 87
            return
        end local 0 // sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     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 90
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.mon:Lsun/jvm/hotspot/runtime/ObjectMonitor;
            invokevirtual sun.jvm.hotspot.runtime.ObjectMonitor.nextOM:()Lsun/jvm/hotspot/debugger/Address;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            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=4, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator this
         0: .line 95
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.mon:Lsun/jvm/hotspot/runtime/ObjectMonitor;
            invokevirtual sun.jvm.hotspot.runtime.ObjectMonitor.nextOM:()Lsun/jvm/hotspot/debugger/Address;
            astore 1 /* monAddr */
        start local 1 // sun.jvm.hotspot.debugger.Address monAddr
         1: .line 96
            aload 1 /* monAddr */
            ifnonnull 3
         2: .line 97
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         3: .line 99
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 0 /* this */
            new sun.jvm.hotspot.runtime.ObjectMonitor
            dup
            aload 1 /* monAddr */
            invokespecial sun.jvm.hotspot.runtime.ObjectMonitor.<init>:(Lsun/jvm/hotspot/debugger/Address;)V
            putfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.mon:Lsun/jvm/hotspot/runtime/ObjectMonitor;
         4: .line 100
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.ObjectSynchronizer$ObjectMonitorIterator.mon:Lsun/jvm/hotspot/runtime/ObjectMonitor;
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address monAddr
        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;
            1    5     1  monAddr  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 104
            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