class java.util.ServiceLoader$LazyClassPathLookupIterator$2 implements java.security.PrivilegedAction<java.util.ServiceLoader$Provider<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.util.ServiceLoader$LazyClassPathLookupIterator$2
  super_class: java.lang.Object
{
  final java.util.ServiceLoader$LazyClassPathLookupIterator this$1;
    descriptor: Ljava/util/ServiceLoader$LazyClassPathLookupIterator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public java.util.ServiceLoader$Provider<T> run();
    descriptor: ()Ljava/util/ServiceLoader$Provider;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.ServiceLoader$LazyClassPathLookupIterator$2 this
         0: .line 1279
            aload 0 /* this */
            getfield java.util.ServiceLoader$LazyClassPathLookupIterator$2.this$1:Ljava/util/ServiceLoader$LazyClassPathLookupIterator;
            invokevirtual java.util.ServiceLoader$LazyClassPathLookupIterator.nextService:()Ljava/util/ServiceLoader$Provider;
            areturn
        end local 0 // java.util.ServiceLoader$LazyClassPathLookupIterator$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/ServiceLoader$LazyClassPathLookupIterator$2;
    Signature: ()Ljava/util/ServiceLoader$Provider<TT;>;

  public java.lang.Object run();
    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 java.util.ServiceLoader$LazyClassPathLookupIterator$2.run:()Ljava/util/ServiceLoader$Provider;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/util/ServiceLoader$Provider<TT;>;>;
SourceFile: "ServiceLoader.java"
EnclosingMethod: java.util.ServiceLoader$LazyClassPathLookupIterator.next:()Ljava/util/ServiceLoader$Provider;
NestHost: java.util.ServiceLoader
InnerClasses:
  private final LazyClassPathLookupIterator = java.util.ServiceLoader$LazyClassPathLookupIterator of java.util.ServiceLoader
  java.util.ServiceLoader$LazyClassPathLookupIterator$2
  public abstract Provider = java.util.ServiceLoader$Provider of java.util.ServiceLoader