class java.util.ServiceLoader$3 implements java.util.Iterator<S>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.util.ServiceLoader$3
  super_class: java.lang.Object
{
  final int expectedReloadCount;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  int index;
    descriptor: I
    flags: (0x0000) 

  final java.util.ServiceLoader this$0;
    descriptor: Ljava/util/ServiceLoader;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.util.ServiceLoader);
    descriptor: (Ljava/util/ServiceLoader;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.ServiceLoader$3 this
         0: .line 1362
            aload 0 /* this */
            aload 1
            putfield java.util.ServiceLoader$3.this$0:Ljava/util/ServiceLoader;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1365
            aload 0 /* this */
            aload 1
            getfield java.util.ServiceLoader.reloadCount:I
            putfield java.util.ServiceLoader$3.expectedReloadCount:I
         2: .line 1362
            return
        end local 0 // java.util.ServiceLoader$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/util/ServiceLoader$3;
    MethodParameters:
        Name  Flags
      this$0  final

  private void checkReloadCount();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.ServiceLoader$3 this
         0: .line 1375
            aload 0 /* this */
            getfield java.util.ServiceLoader$3.this$0:Ljava/util/ServiceLoader;
            getfield java.util.ServiceLoader.reloadCount:I
            aload 0 /* this */
            getfield java.util.ServiceLoader$3.expectedReloadCount:I
            if_icmpeq 2
         1: .line 1376
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         2: .line 1377
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.util.ServiceLoader$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/util/ServiceLoader$3;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.ServiceLoader$3 this
         0: .line 1381
            aload 0 /* this */
            invokevirtual java.util.ServiceLoader$3.checkReloadCount:()V
         1: .line 1382
            aload 0 /* this */
            getfield java.util.ServiceLoader$3.index:I
            aload 0 /* this */
            getfield java.util.ServiceLoader$3.this$0:Ljava/util/ServiceLoader;
            getfield java.util.ServiceLoader.instantiatedProviders:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpge 3
         2: .line 1383
            iconst_1
            ireturn
         3: .line 1384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.ServiceLoader$3.this$0:Ljava/util/ServiceLoader;
            getfield java.util.ServiceLoader.lookupIterator1:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // java.util.ServiceLoader$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/util/ServiceLoader$3;

  public S next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.util.ServiceLoader$3 this
         0: .line 1389
            aload 0 /* this */
            invokevirtual java.util.ServiceLoader$3.checkReloadCount:()V
         1: .line 1391
            aload 0 /* this */
            getfield java.util.ServiceLoader$3.index:I
            aload 0 /* this */
            getfield java.util.ServiceLoader$3.this$0:Ljava/util/ServiceLoader;
            getfield java.util.ServiceLoader.instantiatedProviders:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmpge 4
         2: .line 1392
            aload 0 /* this */
            getfield java.util.ServiceLoader$3.this$0:Ljava/util/ServiceLoader;
            getfield java.util.ServiceLoader.instantiatedProviders:Ljava/util/List;
            aload 0 /* this */
            getfield java.util.ServiceLoader$3.index:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            astore 1 /* next */
        start local 1 // java.lang.Object next
         3: .line 1393
            goto 6
        end local 1 // java.lang.Object next
         4: .line 1394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.ServiceLoader$3.this$0:Ljava/util/ServiceLoader;
            getfield java.util.ServiceLoader.lookupIterator1:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.ServiceLoader$Provider
            invokeinterface java.util.ServiceLoader$Provider.get:()Ljava/lang/Object;
            astore 1 /* next */
        start local 1 // java.lang.Object next
         5: .line 1395
            aload 0 /* this */
            getfield java.util.ServiceLoader$3.this$0:Ljava/util/ServiceLoader;
            getfield java.util.ServiceLoader.instantiatedProviders:Ljava/util/List;
            aload 1 /* next */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 1397
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            dup
            getfield java.util.ServiceLoader$3.index:I
            iconst_1
            iadd
            putfield java.util.ServiceLoader$3.index:I
         7: .line 1398
            aload 1 /* next */
            areturn
        end local 1 // java.lang.Object next
        end local 0 // java.util.ServiceLoader$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/util/ServiceLoader$3;
            3    4     1  next  TS;
            5    8     1  next  TS;
    Signature: ()TS;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TS;>;
SourceFile: "ServiceLoader.java"
EnclosingMethod: java.util.ServiceLoader.iterator:()Ljava/util/Iterator;
NestHost: java.util.ServiceLoader
InnerClasses:
  java.util.ServiceLoader$3
  public abstract Provider = java.util.ServiceLoader$Provider of java.util.ServiceLoader