class com.sun.tools.javac.file.Locations$SearchPath extends java.util.LinkedHashSet<java.nio.file.Path>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.file.Locations$SearchPath
  super_class: java.util.LinkedHashSet
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private boolean expandJarClassPaths;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final transient java.util.Set<java.nio.file.Path> canonicalValues;
    descriptor: Ljava/util/Set;
    flags: (0x0092) ACC_PRIVATE, ACC_FINAL, ACC_TRANSIENT
    Signature: Ljava/util/Set<Ljava/nio/file/Path;>;

  private transient java.nio.file.Path emptyPathDefault;
    descriptor: Ljava/nio/file/Path;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  final com.sun.tools.javac.file.Locations this$0;
    descriptor: Lcom/sun/tools/javac/file/Locations;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.sun.tools.javac.file.Locations);
    descriptor: (Lcom/sun/tools/javac/file/Locations;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$SearchPath this
         0: .line 278
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            aload 0 /* this */
            invokespecial java.util.LinkedHashSet.<init>:()V
         1: .line 282
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.javac.file.Locations$SearchPath.expandJarClassPaths:Z
         2: .line 283
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield com.sun.tools.javac.file.Locations$SearchPath.canonicalValues:Ljava/util/Set;
         3: .line 293
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.file.Locations$SearchPath.emptyPathDefault:Ljava/nio/file/Path;
         4: .line 278
            return
        end local 0 // com.sun.tools.javac.file.Locations$SearchPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/file/Locations$SearchPath;
    MethodParameters:
        Name  Flags
      this$0  final

  public com.sun.tools.javac.file.Locations$SearchPath expandJarClassPaths(boolean);
    descriptor: (Z)Lcom/sun/tools/javac/file/Locations$SearchPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$SearchPath this
        start local 1 // boolean x
         0: .line 286
            aload 0 /* this */
            iload 1 /* x */
            putfield com.sun.tools.javac.file.Locations$SearchPath.expandJarClassPaths:Z
         1: .line 287
            aload 0 /* this */
            areturn
        end local 1 // boolean x
        end local 0 // com.sun.tools.javac.file.Locations$SearchPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/file/Locations$SearchPath;
            0    2     1     x  Z
    MethodParameters:
      Name  Flags
      x     

  public com.sun.tools.javac.file.Locations$SearchPath emptyPathDefault(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Lcom/sun/tools/javac/file/Locations$SearchPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$SearchPath this
        start local 1 // java.nio.file.Path x
         0: .line 296
            aload 0 /* this */
            aload 1 /* x */
            putfield com.sun.tools.javac.file.Locations$SearchPath.emptyPathDefault:Ljava/nio/file/Path;
         1: .line 297
            aload 0 /* this */
            areturn
        end local 1 // java.nio.file.Path x
        end local 0 // com.sun.tools.javac.file.Locations$SearchPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/file/Locations$SearchPath;
            0    2     1     x  Ljava/nio/file/Path;
    MethodParameters:
      Name  Flags
      x     

  public com.sun.tools.javac.file.Locations$SearchPath addDirectories(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lcom/sun/tools/javac/file/Locations$SearchPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // com.sun.tools.javac.file.Locations$SearchPath this
        start local 1 // java.lang.String dirs
        start local 2 // boolean warn
         0: .line 301
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.expandJarClassPaths:Z
            istore 3 /* prev */
        start local 3 // boolean prev
         1: .line 302
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.javac.file.Locations$SearchPath.expandJarClassPaths:Z
         2: .line 304
            aload 1 /* dirs */
            ifnull 7
         3: .line 305
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            aload 1 /* dirs */
            invokevirtual com.sun.tools.javac.file.Locations.getPathEntries:(Ljava/lang/String;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 6
      StackMap locals: com.sun.tools.javac.file.Locations$SearchPath java.lang.String int int top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.nio.file.Path
            astore 4 /* dir */
        start local 4 // java.nio.file.Path dir
         5: .line 306
            aload 0 /* this */
            aload 4 /* dir */
            iload 2 /* warn */
            invokevirtual com.sun.tools.javac.file.Locations$SearchPath.addDirectory:(Ljava/nio/file/Path;Z)V
        end local 4 // java.nio.file.Path dir
         6: .line 305
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 309
      StackMap locals: com.sun.tools.javac.file.Locations$SearchPath java.lang.String int int
      StackMap stack:
            aload 0 /* this */
            astore 7
         8: .line 311
            aload 0 /* this */
            iload 3 /* prev */
            putfield com.sun.tools.javac.file.Locations$SearchPath.expandJarClassPaths:Z
         9: .line 309
            aload 7
            areturn
        10: .line 310
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        11: .line 311
            aload 0 /* this */
            iload 3 /* prev */
            putfield com.sun.tools.javac.file.Locations$SearchPath.expandJarClassPaths:Z
        12: .line 312
            aload 6
            athrow
        end local 3 // boolean prev
        end local 2 // boolean warn
        end local 1 // java.lang.String dirs
        end local 0 // com.sun.tools.javac.file.Locations$SearchPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/sun/tools/javac/file/Locations$SearchPath;
            0   13     1  dirs  Ljava/lang/String;
            0   13     2  warn  Z
            1   13     3  prev  Z
            5    6     4   dir  Ljava/nio/file/Path;
      Exception table:
        from    to  target  type
           2     8      10  any
    MethodParameters:
      Name  Flags
      dirs  
      warn  

  public com.sun.tools.javac.file.Locations$SearchPath addDirectories(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/tools/javac/file/Locations$SearchPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$SearchPath this
        start local 1 // java.lang.String dirs
         0: .line 316
            aload 0 /* this */
            aload 1 /* dirs */
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            getfield com.sun.tools.javac.file.Locations.warn:Z
            invokevirtual com.sun.tools.javac.file.Locations$SearchPath.addDirectories:(Ljava/lang/String;Z)Lcom/sun/tools/javac/file/Locations$SearchPath;
            areturn
        end local 1 // java.lang.String dirs
        end local 0 // com.sun.tools.javac.file.Locations$SearchPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$SearchPath;
            0    1     1  dirs  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      dirs  

  private void addDirectory(java.nio.file.Path, boolean);
    descriptor: (Ljava/nio/file/Path;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.sun.tools.javac.file.Locations$SearchPath this
        start local 1 // java.nio.file.Path dir
        start local 2 // boolean warn
         0: .line 320
            aload 1 /* dir */
            iconst_0
            anewarray java.nio.file.LinkOption
            invokestatic java.nio.file.Files.isDirectory:(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z
            ifne 6
         1: .line 321
            iload 2 /* warn */
            ifeq 5
         2: .line 322
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            getfield com.sun.tools.javac.file.Locations.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.PATH:Lcom/sun/tools/javac/code/Lint$LintCategory;
         3: .line 323
            aload 1 /* dir */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.DirPathElementNotFound:(Ljava/nio/file/Path;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
         4: .line 322
            invokevirtual com.sun.tools.javac.util.Log.warning:(Lcom/sun/tools/javac/code/Lint$LintCategory;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
         5: .line 325
      StackMap locals:
      StackMap stack:
            return
         6: .line 328
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3
            aconst_null
            astore 4
         7: aload 1 /* dir */
            invokestatic java.nio.file.Files.list:(Ljava/nio/file/Path;)Ljava/util/stream/Stream;
            astore 5 /* s */
        start local 5 // java.util.stream.Stream s
         8: .line 329
            aload 5 /* s */
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            invokedynamic test(Lcom/sun/tools/javac/file/Locations;)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/javac/file/Locations.access$0(Lcom/sun/tools/javac/file/Locations;Ljava/nio/file/Path;)Z (6)
                  (Ljava/nio/file/Path;)Z
            invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
         9: .line 330
            aload 0 /* this */
            iload 2 /* warn */
            invokedynamic accept(Lcom/sun/tools/javac/file/Locations$SearchPath;Z)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/javac/file/Locations$SearchPath.lambda$1(ZLjava/nio/file/Path;)V (7)
                  (Ljava/nio/file/Path;)V
            invokeinterface java.util.stream.Stream.forEach:(Ljava/util/function/Consumer;)V
        10: .line 331
            aload 5 /* s */
            ifnull 17
            aload 5 /* s */
            invokeinterface java.util.stream.Stream.close:()V
            goto 17
      StackMap locals: com.sun.tools.javac.file.Locations$SearchPath java.nio.file.Path int java.lang.Throwable java.lang.Throwable java.util.stream.Stream
      StackMap stack: java.lang.Throwable
        11: astore 3
            aload 5 /* s */
            ifnull 12
            aload 5 /* s */
            invokeinterface java.util.stream.Stream.close:()V
        end local 5 // java.util.stream.Stream s
      StackMap locals:
      StackMap stack:
        12: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: astore 4
            aload 3
            ifnonnull 14
            aload 4
            astore 3
            goto 15
      StackMap locals:
      StackMap stack:
        14: aload 3
            aload 4
            if_acmpeq 15
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        15: aload 3
            athrow
      StackMap locals: com.sun.tools.javac.file.Locations$SearchPath java.nio.file.Path int
      StackMap stack: java.io.IOException
        16: pop
        17: .line 333
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean warn
        end local 1 // java.nio.file.Path dir
        end local 0 // com.sun.tools.javac.file.Locations$SearchPath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lcom/sun/tools/javac/file/Locations$SearchPath;
            0   18     1   dir  Ljava/nio/file/Path;
            0   18     2  warn  Z
            8   12     5     s  Ljava/util/stream/Stream<Ljava/nio/file/Path;>;
      Exception table:
        from    to  target  type
           8    10      11  any
           7    13      13  any
           6    16      16  Class java.io.IOException
    MethodParameters:
      Name  Flags
      dir   
      warn  

  public com.sun.tools.javac.file.Locations$SearchPath addFiles(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lcom/sun/tools/javac/file/Locations$SearchPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.file.Locations$SearchPath this
        start local 1 // java.lang.String files
        start local 2 // boolean warn
         0: .line 336
            aload 1 /* files */
            ifnull 2
         1: .line 337
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            aload 1 /* files */
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.emptyPathDefault:Ljava/nio/file/Path;
            invokevirtual com.sun.tools.javac.file.Locations.getPathEntries:(Ljava/lang/String;Ljava/nio/file/Path;)Ljava/lang/Iterable;
            iload 2 /* warn */
            invokevirtual com.sun.tools.javac.file.Locations$SearchPath.addFiles:(Ljava/lang/Iterable;Z)Lcom/sun/tools/javac/file/Locations$SearchPath;
            pop
         2: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // boolean warn
        end local 1 // java.lang.String files
        end local 0 // com.sun.tools.javac.file.Locations$SearchPath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/tools/javac/file/Locations$SearchPath;
            0    3     1  files  Ljava/lang/String;
            0    3     2   warn  Z
    MethodParameters:
       Name  Flags
      files  
      warn   

  public com.sun.tools.javac.file.Locations$SearchPath addFiles(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/tools/javac/file/Locations$SearchPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$SearchPath this
        start local 1 // java.lang.String files
         0: .line 343
            aload 0 /* this */
            aload 1 /* files */
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            getfield com.sun.tools.javac.file.Locations.warn:Z
            invokevirtual com.sun.tools.javac.file.Locations$SearchPath.addFiles:(Ljava/lang/String;Z)Lcom/sun/tools/javac/file/Locations$SearchPath;
            areturn
        end local 1 // java.lang.String files
        end local 0 // com.sun.tools.javac.file.Locations$SearchPath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/javac/file/Locations$SearchPath;
            0    1     1  files  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      files  

  public com.sun.tools.javac.file.Locations$SearchPath addFiles(java.lang.Iterable<? extends java.nio.file.Path>, boolean);
    descriptor: (Ljava/lang/Iterable;Z)Lcom/sun/tools/javac/file/Locations$SearchPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.sun.tools.javac.file.Locations$SearchPath this
        start local 1 // java.lang.Iterable files
        start local 2 // boolean warn
         0: .line 347
            aload 1 /* files */
            ifnull 5
         1: .line 348
            aload 1 /* files */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: com.sun.tools.javac.file.Locations$SearchPath java.lang.Iterable int top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.nio.file.Path
            astore 3 /* file */
        start local 3 // java.nio.file.Path file
         3: .line 349
            aload 0 /* this */
            aload 3 /* file */
            iload 2 /* warn */
            invokevirtual com.sun.tools.javac.file.Locations$SearchPath.addFile:(Ljava/nio/file/Path;Z)V
        end local 3 // java.nio.file.Path file
         4: .line 348
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 352
      StackMap locals: com.sun.tools.javac.file.Locations$SearchPath java.lang.Iterable int
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // boolean warn
        end local 1 // java.lang.Iterable files
        end local 0 // com.sun.tools.javac.file.Locations$SearchPath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/tools/javac/file/Locations$SearchPath;
            0    6     1  files  Ljava/lang/Iterable<+Ljava/nio/file/Path;>;
            0    6     2   warn  Z
            3    4     3   file  Ljava/nio/file/Path;
    Signature: (Ljava/lang/Iterable<+Ljava/nio/file/Path;>;Z)Lcom/sun/tools/javac/file/Locations$SearchPath;
    MethodParameters:
       Name  Flags
      files  
      warn   

  public com.sun.tools.javac.file.Locations$SearchPath addFiles(java.lang.Iterable<? extends java.nio.file.Path>);
    descriptor: (Ljava/lang/Iterable;)Lcom/sun/tools/javac/file/Locations$SearchPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$SearchPath this
        start local 1 // java.lang.Iterable files
         0: .line 356
            aload 0 /* this */
            aload 1 /* files */
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            getfield com.sun.tools.javac.file.Locations.warn:Z
            invokevirtual com.sun.tools.javac.file.Locations$SearchPath.addFiles:(Ljava/lang/Iterable;Z)Lcom/sun/tools/javac/file/Locations$SearchPath;
            areturn
        end local 1 // java.lang.Iterable files
        end local 0 // com.sun.tools.javac.file.Locations$SearchPath this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/javac/file/Locations$SearchPath;
            0    1     1  files  Ljava/lang/Iterable<+Ljava/nio/file/Path;>;
    Signature: (Ljava/lang/Iterable<+Ljava/nio/file/Path;>;)Lcom/sun/tools/javac/file/Locations$SearchPath;
    MethodParameters:
       Name  Flags
      files  

  public void addFile(java.nio.file.Path, boolean);
    descriptor: (Ljava/nio/file/Path;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.javac.file.Locations$SearchPath this
        start local 1 // java.nio.file.Path file
        start local 2 // boolean warn
         0: .line 360
            aload 0 /* this */
            aload 1 /* file */
            invokevirtual com.sun.tools.javac.file.Locations$SearchPath.contains:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 362
            return
         2: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            getfield com.sun.tools.javac.file.Locations.fsInfo:Lcom/sun/tools/javac/file/FSInfo;
            aload 1 /* file */
            invokevirtual com.sun.tools.javac.file.FSInfo.exists:(Ljava/nio/file/Path;)Z
            ifne 9
         3: .line 367
            iload 2 /* warn */
            ifeq 7
         4: .line 368
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            getfield com.sun.tools.javac.file.Locations.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.PATH:Lcom/sun/tools/javac/code/Lint$LintCategory;
         5: .line 369
            aload 1 /* file */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.PathElementNotFound:(Ljava/nio/file/Path;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
         6: .line 368
            invokevirtual com.sun.tools.javac.util.Log.warning:(Lcom/sun/tools/javac/code/Lint$LintCategory;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
         7: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* file */
            invokespecial java.util.LinkedHashSet.add:(Ljava/lang/Object;)Z
            pop
         8: .line 372
            return
         9: .line 375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            getfield com.sun.tools.javac.file.Locations.fsInfo:Lcom/sun/tools/javac/file/FSInfo;
            aload 1 /* file */
            invokevirtual com.sun.tools.javac.file.FSInfo.getCanonicalFile:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            astore 3 /* canonFile */
        start local 3 // java.nio.file.Path canonFile
        10: .line 376
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.canonicalValues:Ljava/util/Set;
            aload 3 /* canonFile */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 12
        11: .line 378
            return
        12: .line 381
      StackMap locals: java.nio.file.Path
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            getfield com.sun.tools.javac.file.Locations.fsInfo:Lcom/sun/tools/javac/file/FSInfo;
            aload 1 /* file */
            invokevirtual com.sun.tools.javac.file.FSInfo.isFile:(Ljava/nio/file/Path;)Z
            ifeq 31
        13: .line 383
            aload 1 /* file */
            invokeinterface java.nio.file.Path.getFileName:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            ldc ".jmod"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifne 31
        14: .line 384
            aload 1 /* file */
            ldc "modules"
            invokeinterface java.nio.file.Path.endsWith:(Ljava/lang/String;)Z
            ifne 31
        15: .line 385
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            aload 1 /* file */
            invokevirtual com.sun.tools.javac.file.Locations.isArchive:(Ljava/nio/file/Path;)Z
            ifne 28
        16: .line 389
            aload 1 /* file */
            aconst_null
            invokestatic java.nio.file.FileSystems.newFileSystem:(Ljava/nio/file/Path;Ljava/lang/ClassLoader;)Ljava/nio/file/FileSystem;
            invokevirtual java.nio.file.FileSystem.close:()V
        17: .line 390
            iload 2 /* warn */
            ifeq 31
        18: .line 391
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            getfield com.sun.tools.javac.file.Locations.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.PATH:Lcom/sun/tools/javac/code/Lint$LintCategory;
        19: .line 392
            aload 1 /* file */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.UnexpectedArchiveFile:(Ljava/nio/file/Path;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
        20: .line 391
            invokevirtual com.sun.tools.javac.util.Log.warning:(Lcom/sun/tools/javac/code/Lint$LintCategory;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
        21: .line 394
            goto 31
      StackMap locals:
      StackMap stack: java.lang.Exception
        22: pop
        23: .line 396
            iload 2 /* warn */
            ifeq 27
        24: .line 397
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            getfield com.sun.tools.javac.file.Locations.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.code.Lint$LintCategory.PATH:Lcom/sun/tools/javac/code/Lint$LintCategory;
        25: .line 398
            aload 1 /* file */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Warnings.InvalidArchiveFile:(Ljava/nio/file/Path;)Lcom/sun/tools/javac/util/JCDiagnostic$Warning;
        26: .line 397
            invokevirtual com.sun.tools.javac.util.Log.warning:(Lcom/sun/tools/javac/code/Lint$LintCategory;Lcom/sun/tools/javac/util/JCDiagnostic$Warning;)V
        27: .line 400
      StackMap locals:
      StackMap stack:
            return
        28: .line 403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            getfield com.sun.tools.javac.file.Locations.fsInfo:Lcom/sun/tools/javac/file/FSInfo;
            invokevirtual com.sun.tools.javac.file.FSInfo.getJarFSProvider:()Ljava/nio/file/spi/FileSystemProvider;
            ifnonnull 31
        29: .line 404
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            getfield com.sun.tools.javac.file.Locations.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* file */
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.NoZipfsForArchive:(Ljava/nio/file/Path;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        30: .line 405
            return
        31: .line 413
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* file */
            invokespecial java.util.LinkedHashSet.add:(Ljava/lang/Object;)Z
            pop
        32: .line 414
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.canonicalValues:Ljava/util/Set;
            aload 3 /* canonFile */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        33: .line 416
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.expandJarClassPaths:Z
            ifeq 35
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            getfield com.sun.tools.javac.file.Locations.fsInfo:Lcom/sun/tools/javac/file/FSInfo;
            aload 1 /* file */
            invokevirtual com.sun.tools.javac.file.FSInfo.isFile:(Ljava/nio/file/Path;)Z
            ifeq 35
            aload 1 /* file */
            ldc "modules"
            invokeinterface java.nio.file.Path.endsWith:(Ljava/lang/String;)Z
            ifne 35
        34: .line 417
            aload 0 /* this */
            aload 1 /* file */
            iload 2 /* warn */
            invokevirtual com.sun.tools.javac.file.Locations$SearchPath.addJarClassPath:(Ljava/nio/file/Path;Z)V
        35: .line 419
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.nio.file.Path canonFile
        end local 2 // boolean warn
        end local 1 // java.nio.file.Path file
        end local 0 // com.sun.tools.javac.file.Locations$SearchPath this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   36     0       this  Lcom/sun/tools/javac/file/Locations$SearchPath;
            0   36     1       file  Ljava/nio/file/Path;
            0   36     2       warn  Z
           10   36     3  canonFile  Ljava/nio/file/Path;
      Exception table:
        from    to  target  type
          16    21      22  Class java.io.IOException
          16    21      22  Class java.nio.file.ProviderNotFoundException
    MethodParameters:
      Name  Flags
      file  
      warn  

  private void addJarClassPath(java.nio.file.Path, boolean);
    descriptor: (Ljava/nio/file/Path;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // com.sun.tools.javac.file.Locations$SearchPath this
        start local 1 // java.nio.file.Path jarFile
        start local 2 // boolean warn
         0: .line 427
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            getfield com.sun.tools.javac.file.Locations.fsInfo:Lcom/sun/tools/javac/file/FSInfo;
            aload 1 /* jarFile */
            invokevirtual com.sun.tools.javac.file.FSInfo.getJarClassPath:(Ljava/nio/file/Path;)Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: com.sun.tools.javac.file.Locations$SearchPath java.nio.file.Path int top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.nio.file.Path
            astore 3 /* f */
        start local 3 // java.nio.file.Path f
         2: .line 428
            aload 0 /* this */
            aload 3 /* f */
            iload 2 /* warn */
            invokevirtual com.sun.tools.javac.file.Locations$SearchPath.addFile:(Ljava/nio/file/Path;Z)V
        end local 3 // java.nio.file.Path f
         3: .line 427
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 430
            goto 7
      StackMap locals: com.sun.tools.javac.file.Locations$SearchPath java.nio.file.Path int
      StackMap stack: java.io.IOException
         5: astore 3 /* e */
        start local 3 // java.io.IOException e
         6: .line 431
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$SearchPath.this$0:Lcom/sun/tools/javac/file/Locations;
            getfield com.sun.tools.javac.file.Locations.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* jarFile */
            aload 3 /* e */
            invokestatic com.sun.tools.javac.file.JavacFileManager.getMessage:(Ljava/io/IOException;)Ljava/lang/String;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.ErrorReadingFile:(Ljava/nio/file/Path;Ljava/lang/String;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 3 // java.io.IOException e
         7: .line 433
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean warn
        end local 1 // java.nio.file.Path jarFile
        end local 0 // com.sun.tools.javac.file.Locations$SearchPath this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/sun/tools/javac/file/Locations$SearchPath;
            0    8     1  jarFile  Ljava/nio/file/Path;
            0    8     2     warn  Z
            2    3     3        f  Ljava/nio/file/Path;
            6    7     3        e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     4       5  Class java.io.IOException
    MethodParameters:
         Name  Flags
      jarFile  
      warn     

  private void lambda$1(boolean, java.nio.file.Path);
    descriptor: (ZLjava/nio/file/Path;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.file.Locations$SearchPath this
        start local 2 // java.nio.file.Path dirEntry
         0: .line 330
            aload 0 /* this */
            aload 2 /* dirEntry */
            iload 1
            invokevirtual com.sun.tools.javac.file.Locations$SearchPath.addFile:(Ljava/nio/file/Path;Z)V
            return
        end local 2 // java.nio.file.Path dirEntry
        end local 0 // com.sun.tools.javac.file.Locations$SearchPath this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/tools/javac/file/Locations$SearchPath;
            0    1     2  dirEntry  Ljava/nio/file/Path;
}
Signature: Ljava/util/LinkedHashSet<Ljava/nio/file/Path;>;
SourceFile: "Locations.java"
NestHost: com.sun.tools.javac.file.Locations
InnerClasses:
  public final LintCategory = com.sun.tools.javac.code.Lint$LintCategory of com.sun.tools.javac.code.Lint
  private SearchPath = com.sun.tools.javac.file.Locations$SearchPath of com.sun.tools.javac.file.Locations
  public Errors = com.sun.tools.javac.resources.CompilerProperties$Errors of com.sun.tools.javac.resources.CompilerProperties
  public Warnings = com.sun.tools.javac.resources.CompilerProperties$Warnings of com.sun.tools.javac.resources.CompilerProperties
  public final Error = com.sun.tools.javac.util.JCDiagnostic$Error of com.sun.tools.javac.util.JCDiagnostic
  public final Warning = com.sun.tools.javac.util.JCDiagnostic$Warning of com.sun.tools.javac.util.JCDiagnostic
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles