class com.sun.tools.jdeps.DependencyFinder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdeps.DependencyFinder
  super_class: java.lang.Object
{
  private static com.sun.tools.jdeps.DependencyFinder$Finder API_FINDER;
    descriptor: Lcom/sun/tools/jdeps/DependencyFinder$Finder;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static com.sun.tools.jdeps.DependencyFinder$Finder CLASS_FINDER;
    descriptor: Lcom/sun/tools/jdeps/DependencyFinder$Finder;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private final com.sun.tools.jdeps.JdepsConfiguration configuration;
    descriptor: Lcom/sun/tools/jdeps/JdepsConfiguration;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.tools.jdeps.JdepsFilter filter;
    descriptor: Lcom/sun/tools/jdeps/JdepsFilter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<com.sun.tools.jdeps.DependencyFinder$Finder, java.util.Deque<com.sun.tools.jdeps.Archive>> parsedArchives;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lcom/sun/tools/jdeps/DependencyFinder$Finder;Ljava/util/Deque<Lcom/sun/tools/jdeps/Archive;>;>;

  private final java.util.Map<com.sun.tools.classfile.Dependency$Location, com.sun.tools.jdeps.Archive> parsedClasses;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Lcom/sun/tools/classfile/Dependency$Location;Lcom/sun/tools/jdeps/Archive;>;

  private final java.util.concurrent.ExecutorService pool;
    descriptor: Ljava/util/concurrent/ExecutorService;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Deque<java.util.concurrent.FutureTask<java.util.Set<com.sun.tools.classfile.Dependency$Location>>> tasks;
    descriptor: Ljava/util/Deque;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Deque<Ljava/util/concurrent/FutureTask<Ljava/util/Set<Lcom/sun/tools/classfile/Dependency$Location;>;>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 61
            new com.sun.tools.jdeps.DependencyFinder$Finder
            dup
            iconst_1
            invokespecial com.sun.tools.jdeps.DependencyFinder$Finder.<init>:(Z)V
            putstatic com.sun.tools.jdeps.DependencyFinder.API_FINDER:Lcom/sun/tools/jdeps/DependencyFinder$Finder;
         1: .line 62
            new com.sun.tools.jdeps.DependencyFinder$Finder
            dup
            iconst_0
            invokespecial com.sun.tools.jdeps.DependencyFinder$Finder.<init>:(Z)V
            putstatic com.sun.tools.jdeps.DependencyFinder.CLASS_FINDER:Lcom/sun/tools/jdeps/DependencyFinder$Finder;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.sun.tools.jdeps.JdepsConfiguration, com.sun.tools.jdeps.JdepsFilter);
    descriptor: (Lcom/sun/tools/jdeps/JdepsConfiguration;Lcom/sun/tools/jdeps/JdepsFilter;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
        start local 1 // com.sun.tools.jdeps.JdepsConfiguration configuration
        start local 2 // com.sun.tools.jdeps.JdepsFilter filter
         0: .line 73
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 67
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield com.sun.tools.jdeps.DependencyFinder.parsedArchives:Ljava/util/Map;
         2: .line 68
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield com.sun.tools.jdeps.DependencyFinder.parsedClasses:Ljava/util/Map;
         3: .line 70
            aload 0 /* this */
            iconst_2
            invokestatic java.util.concurrent.Executors.newFixedThreadPool:(I)Ljava/util/concurrent/ExecutorService;
            putfield com.sun.tools.jdeps.DependencyFinder.pool:Ljava/util/concurrent/ExecutorService;
         4: .line 71
            aload 0 /* this */
            new java.util.concurrent.ConcurrentLinkedDeque
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedDeque.<init>:()V
            putfield com.sun.tools.jdeps.DependencyFinder.tasks:Ljava/util/Deque;
         5: .line 75
            aload 0 /* this */
            aload 1 /* configuration */
            putfield com.sun.tools.jdeps.DependencyFinder.configuration:Lcom/sun/tools/jdeps/JdepsConfiguration;
         6: .line 76
            aload 0 /* this */
            aload 2 /* filter */
            putfield com.sun.tools.jdeps.DependencyFinder.filter:Lcom/sun/tools/jdeps/JdepsFilter;
         7: .line 77
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.parsedArchives:Ljava/util/Map;
            getstatic com.sun.tools.jdeps.DependencyFinder.API_FINDER:Lcom/sun/tools/jdeps/DependencyFinder$Finder;
            new java.util.concurrent.ConcurrentLinkedDeque
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedDeque.<init>:()V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 78
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.parsedArchives:Ljava/util/Map;
            getstatic com.sun.tools.jdeps.DependencyFinder.CLASS_FINDER:Lcom/sun/tools/jdeps/DependencyFinder$Finder;
            new java.util.concurrent.ConcurrentLinkedDeque
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedDeque.<init>:()V
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 79
            return
        end local 2 // com.sun.tools.jdeps.JdepsFilter filter
        end local 1 // com.sun.tools.jdeps.JdepsConfiguration configuration
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lcom/sun/tools/jdeps/DependencyFinder;
            0   10     1  configuration  Lcom/sun/tools/jdeps/JdepsConfiguration;
            0   10     2         filter  Lcom/sun/tools/jdeps/JdepsFilter;
    MethodParameters:
               Name  Flags
      configuration  
      filter         

  java.util.Map<com.sun.tools.classfile.Dependency$Location, com.sun.tools.jdeps.Archive> locationToArchive();
    descriptor: ()Ljava/util/Map;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
         0: .line 82
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.parsedClasses:Ljava/util/Map;
            areturn
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdeps/DependencyFinder;
    Signature: ()Ljava/util/Map<Lcom/sun/tools/classfile/Dependency$Location;Lcom/sun/tools/jdeps/Archive;>;

  java.util.stream.Stream<com.sun.tools.jdeps.Archive> getDependences(com.sun.tools.jdeps.Archive);
    descriptor: (Lcom/sun/tools/jdeps/Archive;)Ljava/util/stream/Stream;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
        start local 1 // com.sun.tools.jdeps.Archive source
         0: .line 89
            aload 1 /* source */
            invokevirtual com.sun.tools.jdeps.Archive.getDependencies:()Ljava/util/stream/Stream;
         1: .line 90
            aload 0 /* this */
            invokedynamic apply(Lcom/sun/tools/jdeps/DependencyFinder;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  com/sun/tools/jdeps/DependencyFinder.locationToArchive(Lcom/sun/tools/classfile/Dependency$Location;)Lcom/sun/tools/jdeps/Archive; (5)
                  (Lcom/sun/tools/classfile/Dependency$Location;)Lcom/sun/tools/jdeps/Archive;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         2: .line 91
            aload 1 /* source */
            invokedynamic test(Lcom/sun/tools/jdeps/Archive;)Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/jdeps/DependencyFinder.lambda$1(Lcom/sun/tools/jdeps/Archive;Lcom/sun/tools/jdeps/Archive;)Z (6)
                  (Lcom/sun/tools/jdeps/Archive;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
         3: .line 89
            areturn
        end local 1 // com.sun.tools.jdeps.Archive source
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/tools/jdeps/DependencyFinder;
            0    4     1  source  Lcom/sun/tools/jdeps/Archive;
    Signature: (Lcom/sun/tools/jdeps/Archive;)Ljava/util/stream/Stream<Lcom/sun/tools/jdeps/Archive;>;
    MethodParameters:
        Name  Flags
      source  

  com.sun.tools.jdeps.Archive locationToArchive(com.sun.tools.classfile.Dependency$Location);
    descriptor: (Lcom/sun/tools/classfile/Dependency$Location;)Lcom/sun/tools/jdeps/Archive;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
        start local 1 // com.sun.tools.classfile.Dependency$Location location
         0: .line 100
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.parsedClasses:Ljava/util/Map;
            aload 1 /* location */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 101
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.parsedClasses:Ljava/util/Map;
            aload 1 /* location */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.jdeps.Archive
            goto 3
         2: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.configuration:Lcom/sun/tools/jdeps/JdepsConfiguration;
            aload 1 /* location */
            invokevirtual com.sun.tools.jdeps.JdepsConfiguration.findClass:(Lcom/sun/tools/classfile/Dependency$Location;)Ljava/util/Optional;
            getstatic com.sun.tools.jdeps.Analyzer.NOT_FOUND:Lcom/sun/tools/jdeps/Archive;
            invokevirtual java.util.Optional.orElse:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.jdeps.Archive
         3: .line 100
      StackMap locals:
      StackMap stack: com.sun.tools.jdeps.Archive
            areturn
        end local 1 // com.sun.tools.classfile.Dependency$Location location
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/tools/jdeps/DependencyFinder;
            0    4     1  location  Lcom/sun/tools/classfile/Dependency$Location;
    MethodParameters:
          Name  Flags
      location  

  java.util.Map<com.sun.tools.jdeps.Archive, java.util.Set<com.sun.tools.jdeps.Archive>> dependences();
    descriptor: ()Ljava/util/Map;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
         0: .line 109
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 1 /* map */
        start local 1 // java.util.Map map
         1: .line 110
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.parsedArchives:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.stream:()Ljava/util/stream/Stream;
         2: .line 111
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  java/util/Collection.stream()Ljava/util/stream/Stream; (9 itf)
                  (Ljava/util/Deque;)Ljava/util/stream/Stream;
            invokeinterface java.util.stream.Stream.flatMap:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         3: .line 112
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  com/sun/tools/jdeps/DependencyFinder.lambda$3(Lcom/sun/tools/jdeps/Archive;)Z (6)
                  (Lcom/sun/tools/jdeps/Archive;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
         4: .line 113
            aload 0 /* this */
            aload 1 /* map */
            invokedynamic accept(Lcom/sun/tools/jdeps/DependencyFinder;Ljava/util/Map;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/jdeps/DependencyFinder.lambda$4(Ljava/util/Map;Lcom/sun/tools/jdeps/Archive;)V (7)
                  (Lcom/sun/tools/jdeps/Archive;)V
            invokeinterface java.util.stream.Stream.forEach:(Ljava/util/function/Consumer;)V
         5: .line 119
            aload 1 /* map */
            areturn
        end local 1 // java.util.Map map
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/jdeps/DependencyFinder;
            1    6     1   map  Ljava/util/Map<Lcom/sun/tools/jdeps/Archive;Ljava/util/Set<Lcom/sun/tools/jdeps/Archive;>;>;
    Signature: ()Ljava/util/Map<Lcom/sun/tools/jdeps/Archive;Ljava/util/Set<Lcom/sun/tools/jdeps/Archive;>;>;

  boolean isParsed(com.sun.tools.classfile.Dependency$Location);
    descriptor: (Lcom/sun/tools/classfile/Dependency$Location;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
        start local 1 // com.sun.tools.classfile.Dependency$Location location
         0: .line 123
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.parsedClasses:Ljava/util/Map;
            aload 1 /* location */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // com.sun.tools.classfile.Dependency$Location location
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/tools/jdeps/DependencyFinder;
            0    1     1  location  Lcom/sun/tools/classfile/Dependency$Location;
    MethodParameters:
          Name  Flags
      location  

  public java.util.Set<com.sun.tools.classfile.Dependency$Location> parse(java.util.stream.Stream<? extends com.sun.tools.jdeps.Archive>);
    descriptor: (Ljava/util/stream/Stream;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
        start local 1 // java.util.stream.Stream archiveStream
         0: .line 131
            aload 1 /* archiveStream */
            aload 0 /* this */
            invokedynamic accept(Lcom/sun/tools/jdeps/DependencyFinder;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/jdeps/DependencyFinder.lambda$5(Lcom/sun/tools/jdeps/Archive;)V (7)
                  (Lcom/sun/tools/jdeps/Archive;)V
            invokeinterface java.util.stream.Stream.forEach:(Ljava/util/function/Consumer;)V
         1: .line 132
            aload 0 /* this */
            invokevirtual com.sun.tools.jdeps.DependencyFinder.waitForTasksCompleted:()Ljava/util/Set;
            areturn
        end local 1 // java.util.stream.Stream archiveStream
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/tools/jdeps/DependencyFinder;
            0    2     1  archiveStream  Ljava/util/stream/Stream<+Lcom/sun/tools/jdeps/Archive;>;
    Signature: (Ljava/util/stream/Stream<+Lcom/sun/tools/jdeps/Archive;>;)Ljava/util/Set<Lcom/sun/tools/classfile/Dependency$Location;>;
    MethodParameters:
               Name  Flags
      archiveStream  

  public java.util.Set<com.sun.tools.classfile.Dependency$Location> parseExportedAPIs(java.util.stream.Stream<? extends com.sun.tools.jdeps.Archive>);
    descriptor: (Ljava/util/stream/Stream;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
        start local 1 // java.util.stream.Stream archiveStream
         0: .line 140
            aload 1 /* archiveStream */
            aload 0 /* this */
            invokedynamic accept(Lcom/sun/tools/jdeps/DependencyFinder;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/jdeps/DependencyFinder.lambda$6(Lcom/sun/tools/jdeps/Archive;)V (7)
                  (Lcom/sun/tools/jdeps/Archive;)V
            invokeinterface java.util.stream.Stream.forEach:(Ljava/util/function/Consumer;)V
         1: .line 141
            aload 0 /* this */
            invokevirtual com.sun.tools.jdeps.DependencyFinder.waitForTasksCompleted:()Ljava/util/Set;
            areturn
        end local 1 // java.util.stream.Stream archiveStream
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/tools/jdeps/DependencyFinder;
            0    2     1  archiveStream  Ljava/util/stream/Stream<+Lcom/sun/tools/jdeps/Archive;>;
    Signature: (Ljava/util/stream/Stream<+Lcom/sun/tools/jdeps/Archive;>;)Ljava/util/Set<Lcom/sun/tools/classfile/Dependency$Location;>;
    MethodParameters:
               Name  Flags
      archiveStream  

  public java.util.Set<com.sun.tools.classfile.Dependency$Location> parse(com.sun.tools.jdeps.Archive, java.lang.String);
    descriptor: (Lcom/sun/tools/jdeps/Archive;Ljava/lang/String;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
        start local 1 // com.sun.tools.jdeps.Archive archive
        start local 2 // java.lang.String name
         0: .line 150
            aload 0 /* this */
            aload 1 /* archive */
            getstatic com.sun.tools.jdeps.DependencyFinder.CLASS_FINDER:Lcom/sun/tools/jdeps/DependencyFinder$Finder;
            aload 2 /* name */
            invokevirtual com.sun.tools.jdeps.DependencyFinder.parse:(Lcom/sun/tools/jdeps/Archive;Lcom/sun/tools/jdeps/DependencyFinder$Finder;Ljava/lang/String;)Ljava/util/Set;
         1: areturn
         2: .line 151
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 3 /* e */
        start local 3 // java.io.IOException e
         3: .line 152
            new java.io.UncheckedIOException
            dup
            aload 3 /* e */
            invokespecial java.io.UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 3 // java.io.IOException e
        end local 2 // java.lang.String name
        end local 1 // com.sun.tools.jdeps.Archive archive
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/tools/jdeps/DependencyFinder;
            0    4     1  archive  Lcom/sun/tools/jdeps/Archive;
            0    4     2     name  Ljava/lang/String;
            3    4     3        e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    Signature: (Lcom/sun/tools/jdeps/Archive;Ljava/lang/String;)Ljava/util/Set<Lcom/sun/tools/classfile/Dependency$Location;>;
    MethodParameters:
         Name  Flags
      archive  
      name     

  public java.util.Set<com.sun.tools.classfile.Dependency$Location> parseExportedAPIs(com.sun.tools.jdeps.Archive, java.lang.String);
    descriptor: (Lcom/sun/tools/jdeps/Archive;Ljava/lang/String;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
        start local 1 // com.sun.tools.jdeps.Archive archive
        start local 2 // java.lang.String name
         0: .line 163
            aload 0 /* this */
            aload 1 /* archive */
            getstatic com.sun.tools.jdeps.DependencyFinder.API_FINDER:Lcom/sun/tools/jdeps/DependencyFinder$Finder;
            aload 2 /* name */
            invokevirtual com.sun.tools.jdeps.DependencyFinder.parse:(Lcom/sun/tools/jdeps/Archive;Lcom/sun/tools/jdeps/DependencyFinder$Finder;Ljava/lang/String;)Ljava/util/Set;
         1: areturn
         2: .line 164
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 3 /* e */
        start local 3 // java.io.IOException e
         3: .line 165
            new java.io.UncheckedIOException
            dup
            aload 3 /* e */
            invokespecial java.io.UncheckedIOException.<init>:(Ljava/io/IOException;)V
            athrow
        end local 3 // java.io.IOException e
        end local 2 // java.lang.String name
        end local 1 // com.sun.tools.jdeps.Archive archive
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/tools/jdeps/DependencyFinder;
            0    4     1  archive  Lcom/sun/tools/jdeps/Archive;
            0    4     2     name  Ljava/lang/String;
            3    4     3        e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    Signature: (Lcom/sun/tools/jdeps/Archive;Ljava/lang/String;)Ljava/util/Set<Lcom/sun/tools/classfile/Dependency$Location;>;
    MethodParameters:
         Name  Flags
      archive  
      name     

  private java.util.Optional<java.util.concurrent.FutureTask<java.util.Set<com.sun.tools.classfile.Dependency$Location>>> parse(com.sun.tools.jdeps.Archive, com.sun.tools.jdeps.DependencyFinder$Finder);
    descriptor: (Lcom/sun/tools/jdeps/Archive;Lcom/sun/tools/jdeps/DependencyFinder$Finder;)Ljava/util/Optional;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
        start local 1 // com.sun.tools.jdeps.Archive archive
        start local 2 // com.sun.tools.jdeps.DependencyFinder$Finder finder
         0: .line 170
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.parsedArchives:Ljava/util/Map;
            aload 2 /* finder */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Deque
            aload 1 /* archive */
            invokeinterface java.util.Deque.contains:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 171
            invokestatic java.util.Optional.empty:()Ljava/util/Optional;
            areturn
         2: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.parsedArchives:Ljava/util/Map;
            aload 2 /* finder */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Deque
            aload 1 /* archive */
            invokeinterface java.util.Deque.add:(Ljava/lang/Object;)Z
            pop
         3: .line 175
            ldc "parsing %s %s%n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* archive */
            invokevirtual com.sun.tools.jdeps.Archive.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* archive */
            invokevirtual com.sun.tools.jdeps.Archive.path:()Ljava/nio/file/Path;
            aastore
            invokestatic com.sun.tools.jdeps.Module.trace:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 176
            new java.util.concurrent.FutureTask
            dup
            aload 0 /* this */
            aload 1 /* archive */
            aload 2 /* finder */
            invokedynamic call(Lcom/sun/tools/jdeps/DependencyFinder;Lcom/sun/tools/jdeps/Archive;Lcom/sun/tools/jdeps/DependencyFinder$Finder;)Ljava/util/concurrent/Callable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  com/sun/tools/jdeps/DependencyFinder.lambda$7(Lcom/sun/tools/jdeps/Archive;Lcom/sun/tools/jdeps/DependencyFinder$Finder;)Ljava/util/Set; (7)
                  ()Ljava/util/Set;
            invokespecial java.util.concurrent.FutureTask.<init>:(Ljava/util/concurrent/Callable;)V
            astore 3 /* task */
        start local 3 // java.util.concurrent.FutureTask task
         5: .line 212
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.tasks:Ljava/util/Deque;
            aload 3 /* task */
            invokeinterface java.util.Deque.add:(Ljava/lang/Object;)Z
            pop
         6: .line 213
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.pool:Ljava/util/concurrent/ExecutorService;
            aload 3 /* task */
            invokeinterface java.util.concurrent.ExecutorService.submit:(Ljava/lang/Runnable;)Ljava/util/concurrent/Future;
            pop
         7: .line 214
            aload 3 /* task */
            invokestatic java.util.Optional.of:(Ljava/lang/Object;)Ljava/util/Optional;
            areturn
        end local 3 // java.util.concurrent.FutureTask task
        end local 2 // com.sun.tools.jdeps.DependencyFinder$Finder finder
        end local 1 // com.sun.tools.jdeps.Archive archive
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/sun/tools/jdeps/DependencyFinder;
            0    8     1  archive  Lcom/sun/tools/jdeps/Archive;
            0    8     2   finder  Lcom/sun/tools/jdeps/DependencyFinder$Finder;
            5    8     3     task  Ljava/util/concurrent/FutureTask<Ljava/util/Set<Lcom/sun/tools/classfile/Dependency$Location;>;>;
    Signature: (Lcom/sun/tools/jdeps/Archive;Lcom/sun/tools/jdeps/DependencyFinder$Finder;)Ljava/util/Optional<Ljava/util/concurrent/FutureTask<Ljava/util/Set<Lcom/sun/tools/classfile/Dependency$Location;>;>;>;
    MethodParameters:
         Name  Flags
      archive  
      finder   

  private java.util.Set<com.sun.tools.classfile.Dependency$Location> parse(com.sun.tools.jdeps.Archive, com.sun.tools.jdeps.DependencyFinder$Finder, java.lang.String);
    descriptor: (Lcom/sun/tools/jdeps/Archive;Lcom/sun/tools/jdeps/DependencyFinder$Finder;Ljava/lang/String;)Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
        start local 1 // com.sun.tools.jdeps.Archive archive
        start local 2 // com.sun.tools.jdeps.DependencyFinder$Finder finder
        start local 3 // java.lang.String name
         0: .line 220
            aload 1 /* archive */
            invokevirtual com.sun.tools.jdeps.Archive.reader:()Lcom/sun/tools/jdeps/ClassFileReader;
            aload 3 /* name */
            invokevirtual com.sun.tools.jdeps.ClassFileReader.getClassFile:(Ljava/lang/String;)Lcom/sun/tools/classfile/ClassFile;
            astore 4 /* cf */
        start local 4 // com.sun.tools.classfile.ClassFile cf
         1: .line 221
            aload 4 /* cf */
            ifnonnull 5
         2: .line 222
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            aload 1 /* archive */
            invokevirtual com.sun.tools.jdeps.Archive.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 223
            ldc " does not contain "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 222
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 226
      StackMap locals: com.sun.tools.classfile.ClassFile
      StackMap stack:
            aload 4 /* cf */
            getfield com.sun.tools.classfile.ClassFile.access_flags:Lcom/sun/tools/classfile/AccessFlags;
            ldc 32768
            invokevirtual com.sun.tools.classfile.AccessFlags.is:(I)Z
            ifeq 7
         6: .line 227
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            areturn
         7: .line 229
      StackMap locals:
      StackMap stack:
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 5 /* targets */
        start local 5 // java.util.Set targets
         8: .line 232
            aload 4 /* cf */
            invokevirtual com.sun.tools.classfile.ClassFile.getName:()Ljava/lang/String;
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            astore 6 /* cn */
        start local 6 // java.lang.String cn
         9: .line 233
            goto 12
        end local 6 // java.lang.String cn
      StackMap locals: com.sun.tools.jdeps.DependencyFinder com.sun.tools.jdeps.Archive com.sun.tools.jdeps.DependencyFinder$Finder java.lang.String com.sun.tools.classfile.ClassFile java.util.Set
      StackMap stack: com.sun.tools.classfile.ConstantPoolException
        10: astore 7 /* e */
        start local 7 // com.sun.tools.classfile.ConstantPoolException e
        11: .line 234
            new com.sun.tools.classfile.Dependencies$ClassFileError
            dup
            aload 7 /* e */
            invokespecial com.sun.tools.classfile.Dependencies$ClassFileError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 7 // com.sun.tools.classfile.ConstantPoolException e
        start local 6 // java.lang.String cn
        12: .line 237
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* finder */
            aload 1 /* archive */
            aload 6 /* cn */
            aload 4 /* cf */
            getfield com.sun.tools.classfile.ClassFile.access_flags:Lcom/sun/tools/classfile/AccessFlags;
            invokevirtual com.sun.tools.jdeps.DependencyFinder$Finder.accept:(Lcom/sun/tools/jdeps/Archive;Ljava/lang/String;Lcom/sun/tools/classfile/AccessFlags;)Z
            ifne 14
        13: .line 238
            aload 5 /* targets */
            areturn
        14: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.filter:Lcom/sun/tools/jdeps/JdepsFilter;
            aload 6 /* cn */
            invokevirtual com.sun.tools.jdeps.JdepsFilter.matches:(Ljava/lang/String;)Z
            ifne 16
        15: .line 242
            aload 5 /* targets */
            areturn
        16: .line 245
      StackMap locals:
      StackMap stack:
            aload 2 /* finder */
            aload 4 /* cf */
            invokevirtual com.sun.tools.jdeps.DependencyFinder$Finder.findDependencies:(Lcom/sun/tools/classfile/ClassFile;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 8
            goto 24
      StackMap locals: com.sun.tools.jdeps.DependencyFinder com.sun.tools.jdeps.Archive com.sun.tools.jdeps.DependencyFinder$Finder java.lang.String com.sun.tools.classfile.ClassFile java.util.Set java.lang.String top java.util.Iterator
      StackMap stack:
        17: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.classfile.Dependency
            astore 7 /* d */
        start local 7 // com.sun.tools.classfile.Dependency d
        18: .line 246
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.filter:Lcom/sun/tools/jdeps/JdepsFilter;
            aload 7 /* d */
            invokevirtual com.sun.tools.jdeps.JdepsFilter.accepts:(Lcom/sun/tools/classfile/Dependency;)Z
            ifeq 22
        19: .line 247
            aload 5 /* targets */
            aload 7 /* d */
            invokeinterface com.sun.tools.classfile.Dependency.getTarget:()Lcom/sun/tools/classfile/Dependency$Location;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        20: .line 248
            aload 1 /* archive */
            aload 7 /* d */
            invokeinterface com.sun.tools.classfile.Dependency.getOrigin:()Lcom/sun/tools/classfile/Dependency$Location;
            aload 7 /* d */
            invokeinterface com.sun.tools.classfile.Dependency.getTarget:()Lcom/sun/tools/classfile/Dependency$Location;
            invokevirtual com.sun.tools.jdeps.Archive.addClass:(Lcom/sun/tools/classfile/Dependency$Location;Lcom/sun/tools/classfile/Dependency$Location;)V
        21: .line 249
            goto 23
        22: .line 251
      StackMap locals: com.sun.tools.jdeps.DependencyFinder com.sun.tools.jdeps.Archive com.sun.tools.jdeps.DependencyFinder$Finder java.lang.String com.sun.tools.classfile.ClassFile java.util.Set java.lang.String com.sun.tools.classfile.Dependency java.util.Iterator
      StackMap stack:
            aload 1 /* archive */
            aload 7 /* d */
            invokeinterface com.sun.tools.classfile.Dependency.getOrigin:()Lcom/sun/tools/classfile/Dependency$Location;
            invokevirtual com.sun.tools.jdeps.Archive.addClass:(Lcom/sun/tools/classfile/Dependency$Location;)V
        23: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.parsedClasses:Ljava/util/Map;
            aload 7 /* d */
            invokeinterface com.sun.tools.classfile.Dependency.getOrigin:()Lcom/sun/tools/classfile/Dependency$Location;
            aload 1 /* archive */
            invokeinterface java.util.Map.putIfAbsent:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 7 // com.sun.tools.classfile.Dependency d
        24: .line 245
      StackMap locals: com.sun.tools.jdeps.DependencyFinder com.sun.tools.jdeps.Archive com.sun.tools.jdeps.DependencyFinder$Finder java.lang.String com.sun.tools.classfile.ClassFile java.util.Set java.lang.String top java.util.Iterator
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 17
        25: .line 255
            aload 5 /* targets */
            areturn
        end local 6 // java.lang.String cn
        end local 5 // java.util.Set targets
        end local 4 // com.sun.tools.classfile.ClassFile cf
        end local 3 // java.lang.String name
        end local 2 // com.sun.tools.jdeps.DependencyFinder$Finder finder
        end local 1 // com.sun.tools.jdeps.Archive archive
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0     this  Lcom/sun/tools/jdeps/DependencyFinder;
            0   26     1  archive  Lcom/sun/tools/jdeps/Archive;
            0   26     2   finder  Lcom/sun/tools/jdeps/DependencyFinder$Finder;
            0   26     3     name  Ljava/lang/String;
            1   26     4       cf  Lcom/sun/tools/classfile/ClassFile;
            8   26     5  targets  Ljava/util/Set<Lcom/sun/tools/classfile/Dependency$Location;>;
            9   10     6       cn  Ljava/lang/String;
           12   26     6       cn  Ljava/lang/String;
           11   12     7        e  Lcom/sun/tools/classfile/ConstantPoolException;
           18   24     7        d  Lcom/sun/tools/classfile/Dependency;
      Exception table:
        from    to  target  type
           8     9      10  Class com.sun.tools.classfile.ConstantPoolException
    Exceptions:
      throws java.io.IOException
    Signature: (Lcom/sun/tools/jdeps/Archive;Lcom/sun/tools/jdeps/DependencyFinder$Finder;Ljava/lang/String;)Ljava/util/Set<Lcom/sun/tools/classfile/Dependency$Location;>;
    MethodParameters:
         Name  Flags
      archive  
      finder   
      name     

  private java.util.Set<com.sun.tools.classfile.Dependency$Location> waitForTasksCompleted();
    descriptor: ()Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
         0: .line 263
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 1 /* targets */
        start local 1 // java.util.Set targets
         1: .line 265
            goto 4
        start local 2 // java.util.concurrent.FutureTask task
         2: .line 267
      StackMap locals: java.util.Set java.util.concurrent.FutureTask
      StackMap stack:
            aload 2 /* task */
            invokevirtual java.util.concurrent.FutureTask.isDone:()Z
            ifne 4
         3: .line 268
            aload 1 /* targets */
            aload 2 /* task */
            invokevirtual java.util.concurrent.FutureTask.get:()Ljava/lang/Object;
            checkcast java.util.Collection
            invokeinterface java.util.Set.addAll:(Ljava/util/Collection;)Z
            pop
        end local 2 // java.util.concurrent.FutureTask task
         4: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.tasks:Ljava/util/Deque;
            invokeinterface java.util.Deque.poll:()Ljava/lang/Object;
            checkcast java.util.concurrent.FutureTask
            dup
            astore 2 /* task */
        start local 2 // java.util.concurrent.FutureTask task
         5: ifnonnull 2
         6: .line 270
            aload 1 /* targets */
         7: areturn
        end local 2 // java.util.concurrent.FutureTask task
        end local 1 // java.util.Set targets
         8: .line 271
      StackMap locals: com.sun.tools.jdeps.DependencyFinder
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
         9: .line 272
            new java.lang.Error
            dup
            aload 1 /* e */
            invokespecial java.lang.Error.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Exception e
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/sun/tools/jdeps/DependencyFinder;
            1    8     1  targets  Ljava/util/Set<Lcom/sun/tools/classfile/Dependency$Location;>;
            2    4     2     task  Ljava/util/concurrent/FutureTask<Ljava/util/Set<Lcom/sun/tools/classfile/Dependency$Location;>;>;
            5    8     2     task  Ljava/util/concurrent/FutureTask<Ljava/util/Set<Lcom/sun/tools/classfile/Dependency$Location;>;>;
            9   10     1        e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     7       8  Class java.lang.InterruptedException
           0     7       8  Class java.util.concurrent.ExecutionException
    Signature: ()Ljava/util/Set<Lcom/sun/tools/classfile/Dependency$Location;>;

  void shutdown();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
         0: .line 280
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.pool:Ljava/util/concurrent/ExecutorService;
            invokeinterface java.util.concurrent.ExecutorService.shutdown:()V
         1: .line 281
            return
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdeps/DependencyFinder;

  private static boolean lambda$1(com.sun.tools.jdeps.Archive, com.sun.tools.jdeps.Archive);
    descriptor: (Lcom/sun/tools/jdeps/Archive;Lcom/sun/tools/jdeps/Archive;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // com.sun.tools.jdeps.Archive a
         0: .line 91
            aload 1 /* a */
            aload 0
            if_acmpeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // com.sun.tools.jdeps.Archive a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     1     a  Lcom/sun/tools/jdeps/Archive;

  private static boolean lambda$3(com.sun.tools.jdeps.Archive);
    descriptor: (Lcom/sun/tools/jdeps/Archive;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdeps.Archive a
         0: .line 112
            aload 0 /* a */
            invokevirtual com.sun.tools.jdeps.Archive.isEmpty:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.sun.tools.jdeps.Archive a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     a  Lcom/sun/tools/jdeps/Archive;

  private void lambda$4(java.util.Map, com.sun.tools.jdeps.Archive);
    descriptor: (Ljava/util/Map;Lcom/sun/tools/jdeps/Archive;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
        start local 2 // com.sun.tools.jdeps.Archive source
         0: .line 114
            aload 0 /* this */
            aload 2 /* source */
            invokevirtual com.sun.tools.jdeps.DependencyFinder.getDependences:(Lcom/sun/tools/jdeps/Archive;)Ljava/util/stream/Stream;
            invokestatic java.util.stream.Collectors.toSet:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.Set
            astore 3 /* deps */
        start local 3 // java.util.Set deps
         1: .line 115
            aload 3 /* deps */
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 3
         2: .line 116
            aload 1
            aload 2 /* source */
            aload 3 /* deps */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // java.util.Set deps
         3: .line 118
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.jdeps.Archive source
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/tools/jdeps/DependencyFinder;
            0    4     2  source  Lcom/sun/tools/jdeps/Archive;
            1    3     3    deps  Ljava/util/Set<Lcom/sun/tools/jdeps/Archive;>;

  private void lambda$5(com.sun.tools.jdeps.Archive);
    descriptor: (Lcom/sun/tools/jdeps/Archive;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
        start local 1 // com.sun.tools.jdeps.Archive archive
         0: .line 131
            aload 0 /* this */
            aload 1 /* archive */
            getstatic com.sun.tools.jdeps.DependencyFinder.CLASS_FINDER:Lcom/sun/tools/jdeps/DependencyFinder$Finder;
            invokevirtual com.sun.tools.jdeps.DependencyFinder.parse:(Lcom/sun/tools/jdeps/Archive;Lcom/sun/tools/jdeps/DependencyFinder$Finder;)Ljava/util/Optional;
            return
        end local 1 // com.sun.tools.jdeps.Archive archive
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/jdeps/DependencyFinder;
            0    1     1  archive  Lcom/sun/tools/jdeps/Archive;

  private void lambda$6(com.sun.tools.jdeps.Archive);
    descriptor: (Lcom/sun/tools/jdeps/Archive;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
        start local 1 // com.sun.tools.jdeps.Archive archive
         0: .line 140
            aload 0 /* this */
            aload 1 /* archive */
            getstatic com.sun.tools.jdeps.DependencyFinder.API_FINDER:Lcom/sun/tools/jdeps/DependencyFinder$Finder;
            invokevirtual com.sun.tools.jdeps.DependencyFinder.parse:(Lcom/sun/tools/jdeps/Archive;Lcom/sun/tools/jdeps/DependencyFinder$Finder;)Ljava/util/Optional;
            return
        end local 1 // com.sun.tools.jdeps.Archive archive
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/jdeps/DependencyFinder;
            0    1     1  archive  Lcom/sun/tools/jdeps/Archive;

  private java.util.Set lambda$7(com.sun.tools.jdeps.Archive, com.sun.tools.jdeps.DependencyFinder$Finder);
    descriptor: (Lcom/sun/tools/jdeps/Archive;Lcom/sun/tools/jdeps/DependencyFinder$Finder;)Ljava/util/Set;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=10, args_size=3
        start local 0 // com.sun.tools.jdeps.DependencyFinder this
         0: .line 177
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 3 /* targets */
        start local 3 // java.util.Set targets
         1: .line 178
            aload 1
            invokevirtual com.sun.tools.jdeps.Archive.reader:()Lcom/sun/tools/jdeps/ClassFileReader;
            invokevirtual com.sun.tools.jdeps.ClassFileReader.getClassFiles:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 23
      StackMap locals: com.sun.tools.jdeps.DependencyFinder com.sun.tools.jdeps.Archive com.sun.tools.jdeps.DependencyFinder$Finder java.util.Set top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.classfile.ClassFile
            astore 4 /* cf */
        start local 4 // com.sun.tools.classfile.ClassFile cf
         3: .line 179
            aload 4 /* cf */
            getfield com.sun.tools.classfile.ClassFile.access_flags:Lcom/sun/tools/classfile/AccessFlags;
            ldc 32768
            invokevirtual com.sun.tools.classfile.AccessFlags.is:(I)Z
            ifeq 5
         4: .line 180
            goto 23
         5: .line 184
      StackMap locals: com.sun.tools.jdeps.DependencyFinder com.sun.tools.jdeps.Archive com.sun.tools.jdeps.DependencyFinder$Finder java.util.Set com.sun.tools.classfile.ClassFile java.util.Iterator
      StackMap stack:
            aload 4 /* cf */
            invokevirtual com.sun.tools.classfile.ClassFile.getName:()Ljava/lang/String;
            astore 6 /* classFileName */
        start local 6 // java.lang.String classFileName
         6: .line 185
            goto 9
        end local 6 // java.lang.String classFileName
      StackMap locals:
      StackMap stack: com.sun.tools.classfile.ConstantPoolException
         7: astore 7 /* e */
        start local 7 // com.sun.tools.classfile.ConstantPoolException e
         8: .line 186
            new com.sun.tools.classfile.Dependencies$ClassFileError
            dup
            aload 7 /* e */
            invokespecial com.sun.tools.classfile.Dependencies$ClassFileError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 7 // com.sun.tools.classfile.ConstantPoolException e
        start local 6 // java.lang.String classFileName
         9: .line 190
      StackMap locals: java.lang.String
      StackMap stack:
            aload 6 /* classFileName */
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            astore 7 /* cn */
        start local 7 // java.lang.String cn
        10: .line 191
            aload 2
            aload 1
            aload 7 /* cn */
            aload 4 /* cf */
            getfield com.sun.tools.classfile.ClassFile.access_flags:Lcom/sun/tools/classfile/AccessFlags;
            invokevirtual com.sun.tools.jdeps.DependencyFinder$Finder.accept:(Lcom/sun/tools/jdeps/Archive;Ljava/lang/String;Lcom/sun/tools/classfile/AccessFlags;)Z
            ifne 12
        11: .line 192
            goto 23
        12: .line 195
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.filter:Lcom/sun/tools/jdeps/JdepsFilter;
            aload 7 /* cn */
            invokevirtual com.sun.tools.jdeps.JdepsFilter.matches:(Ljava/lang/String;)Z
            ifne 14
        13: .line 196
            goto 23
        14: .line 198
      StackMap locals:
      StackMap stack:
            aload 2
            aload 4 /* cf */
            invokevirtual com.sun.tools.jdeps.DependencyFinder$Finder.findDependencies:(Lcom/sun/tools/classfile/ClassFile;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 9
            goto 22
      StackMap locals: com.sun.tools.jdeps.DependencyFinder com.sun.tools.jdeps.Archive com.sun.tools.jdeps.DependencyFinder$Finder java.util.Set com.sun.tools.classfile.ClassFile java.util.Iterator java.lang.String java.lang.String top java.util.Iterator
      StackMap stack:
        15: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.classfile.Dependency
            astore 8 /* d */
        start local 8 // com.sun.tools.classfile.Dependency d
        16: .line 199
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.filter:Lcom/sun/tools/jdeps/JdepsFilter;
            aload 8 /* d */
            invokevirtual com.sun.tools.jdeps.JdepsFilter.accepts:(Lcom/sun/tools/classfile/Dependency;)Z
            ifeq 20
        17: .line 200
            aload 1
            aload 8 /* d */
            invokeinterface com.sun.tools.classfile.Dependency.getOrigin:()Lcom/sun/tools/classfile/Dependency$Location;
            aload 8 /* d */
            invokeinterface com.sun.tools.classfile.Dependency.getTarget:()Lcom/sun/tools/classfile/Dependency$Location;
            invokevirtual com.sun.tools.jdeps.Archive.addClass:(Lcom/sun/tools/classfile/Dependency$Location;Lcom/sun/tools/classfile/Dependency$Location;)V
        18: .line 201
            aload 3 /* targets */
            aload 8 /* d */
            invokeinterface com.sun.tools.classfile.Dependency.getTarget:()Lcom/sun/tools/classfile/Dependency$Location;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        19: .line 202
            goto 21
        20: .line 204
      StackMap locals: com.sun.tools.jdeps.DependencyFinder com.sun.tools.jdeps.Archive com.sun.tools.jdeps.DependencyFinder$Finder java.util.Set com.sun.tools.classfile.ClassFile java.util.Iterator java.lang.String java.lang.String com.sun.tools.classfile.Dependency java.util.Iterator
      StackMap stack:
            aload 1
            aload 8 /* d */
            invokeinterface com.sun.tools.classfile.Dependency.getOrigin:()Lcom/sun/tools/classfile/Dependency$Location;
            invokevirtual com.sun.tools.jdeps.Archive.addClass:(Lcom/sun/tools/classfile/Dependency$Location;)V
        21: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdeps.DependencyFinder.parsedClasses:Ljava/util/Map;
            aload 8 /* d */
            invokeinterface com.sun.tools.classfile.Dependency.getOrigin:()Lcom/sun/tools/classfile/Dependency$Location;
            aload 1
            invokeinterface java.util.Map.putIfAbsent:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 8 // com.sun.tools.classfile.Dependency d
        22: .line 198
      StackMap locals: com.sun.tools.jdeps.DependencyFinder com.sun.tools.jdeps.Archive com.sun.tools.jdeps.DependencyFinder$Finder java.util.Set com.sun.tools.classfile.ClassFile java.util.Iterator java.lang.String java.lang.String top java.util.Iterator
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        end local 7 // java.lang.String cn
        end local 6 // java.lang.String classFileName
        end local 4 // com.sun.tools.classfile.ClassFile cf
        23: .line 178
      StackMap locals: com.sun.tools.jdeps.DependencyFinder com.sun.tools.jdeps.Archive com.sun.tools.jdeps.DependencyFinder$Finder java.util.Set top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        24: .line 210
            aload 3 /* targets */
            areturn
        end local 3 // java.util.Set targets
        end local 0 // com.sun.tools.jdeps.DependencyFinder this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   25     0           this  Lcom/sun/tools/jdeps/DependencyFinder;
            1   25     3        targets  Ljava/util/Set<Lcom/sun/tools/classfile/Dependency$Location;>;
            3   23     4             cf  Lcom/sun/tools/classfile/ClassFile;
            6    7     6  classFileName  Ljava/lang/String;
            9   23     6  classFileName  Ljava/lang/String;
            8    9     7              e  Lcom/sun/tools/classfile/ConstantPoolException;
           10   23     7             cn  Ljava/lang/String;
           16   22     8              d  Lcom/sun/tools/classfile/Dependency;
      Exception table:
        from    to  target  type
           5     6       7  Class com.sun.tools.classfile.ConstantPoolException
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "DependencyFinder.java"
NestMembers:
  com.sun.tools.jdeps.DependencyFinder$Finder  com.sun.tools.jdeps.DependencyFinder$SourceFilter
InnerClasses:
  public ClassFileError = com.sun.tools.classfile.Dependencies$ClassFileError of com.sun.tools.classfile.Dependencies
  public abstract Location = com.sun.tools.classfile.Dependency$Location of com.sun.tools.classfile.Dependency
  private Finder = com.sun.tools.jdeps.DependencyFinder$Finder of com.sun.tools.jdeps.DependencyFinder
  private abstract SourceFilter = com.sun.tools.jdeps.DependencyFinder$SourceFilter of com.sun.tools.jdeps.DependencyFinder
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles