public final class org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl extends org.glassfish.hk2.osgiresourcelocator.ServiceLoader
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
  super_class: org.glassfish.hk2.osgiresourcelocator.ServiceLoader
{
  private java.util.concurrent.locks.ReadWriteLock rwLock;
    descriptor: Ljava/util/concurrent/locks/ReadWriteLock;
    flags: (0x0002) ACC_PRIVATE

  private BundleListener bundleTracker;
    descriptor: LBundleListener;
    flags: (0x0002) ACC_PRIVATE

  private BundleContext bundleContext;
    descriptor: LBundleContext;
    flags: (0x0002) ACC_PRIVATE

  private org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$ProvidersList providersList;
    descriptor: Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoaderImpl$ProvidersList;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.osgi cannot be resolved\n\tBundleListener cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleReference cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleReference cannot be resolved to a type\n\tThe method cast(Object) from the type Class<BundleReference> refers to the missing type BundleReference\n\tBundleContext cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tType mismatch: cannot convert from BundleContext to BundleContext\n\tBundleContext cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleListener cannot be resolved to a type\n\tBundleListener cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleListener cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundleListener cannot be resolved to a type\n\tBundleEvent cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundleEvent cannot be resolved to a variable\n\tBundleEvent cannot be resolved to a variable\n\tBundleEvent cannot be resolved to a variable\n\tBundle cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoaderImpl;

  BundleContext getBundleContextSecured(Bundle);
    descriptor: (LBundle;)LBundleContext;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
         0: .line 58
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundleContext cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tType mismatch: cannot convert from BundleContext to BundleContext\n\tBundleContext cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoaderImpl;
    MethodParameters:
        Name  Flags
      bundle  final

  public void trackBundles();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
         0: .line 71
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundleListener cannot be resolved to a type\n\tBundleListener cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n\tBundleListener cannot be resolved to a type\n\tBundle cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoaderImpl;

  <T> java.lang.Iterable<? extends T> lookupProviderInstances1(java.lang.Class<T>, org.glassfish.hk2.osgiresourcelocator.ServiceLoader$ProviderFactory<T>);
    descriptor: (Ljava/lang/Class;Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoader$ProviderFactory;)Ljava/lang/Iterable;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
         0: .line 86
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoaderImpl;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoader$ProviderFactory<TT;>;)Ljava/lang/Iterable<+TT;>;
    MethodParameters:
              Name  Flags
      serviceClass  
      factory       

  <T> java.lang.Iterable<java.lang.Class> lookupProviderClasses1(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Iterable;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
         0: .line 112
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBundle cannot be resolved to a type\n\tBundleContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoaderImpl;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)Ljava/lang/Iterable<Ljava/lang/Class;>;
    MethodParameters:
              Name  Flags
      serviceClass  

  java.lang.Class loadClassSecured(Bundle, java.lang.String);
    descriptor: (LBundle;Ljava/lang/String;)Ljava/lang/Class;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
         0: .line 138
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBundle cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoaderImpl;
    Exceptions:
      throws java.lang.ClassNotFoundException
    MethodParameters:
        Name  Flags
      bundle  final
      name    final

  private boolean isCompatible(java.lang.Class, java.lang.Class);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
         0: .line 155
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoaderImpl;
    MethodParameters:
               Name  Flags
      providerClass  
      serviceClass   

  private java.util.List<java.lang.String> load(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
         0: .line 193
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoaderImpl;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/io/InputStream;)Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      is    

  void addProviders(Bundle);
    descriptor: (LBundle;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
         0: .line 244
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBundle cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoaderImpl;
    MethodParameters:
        Name  Flags
      bundle  

  synchronized void removeProviders(Bundle);
    descriptor: (LBundle;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
         0: .line 273
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBundle cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoaderImpl;
    MethodParameters:
        Name  Flags
      bundle  

  private void debug(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
         0: .line 357
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBundleContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoaderImpl;
    MethodParameters:
      Name  Flags
      s     

  private void debug(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
         0: .line 363
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tBundleContext cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/hk2/osgiresourcelocator/ServiceLoaderImpl;
    MethodParameters:
      Name  Flags
      s     
      t     
}
SourceFile: "ServiceLoaderImpl.java"
NestMembers:
  org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$1  org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$2  org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$BundleTracker  org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$DefaultFactory  org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$ProvidersList  org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$ProvidersPerBundle
InnerClasses:
  public abstract ProviderFactory = org.glassfish.hk2.osgiresourcelocator.ServiceLoader$ProviderFactory of org.glassfish.hk2.osgiresourcelocator.ServiceLoader
  private BundleTracker = org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$BundleTracker of org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
  private DefaultFactory = org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$DefaultFactory of org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
  private ProvidersList = org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$ProvidersList of org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl
  private ProvidersPerBundle = org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$ProvidersPerBundle of org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl