class com.sun.tools.javac.file.Locations$OutputLocationHandler extends com.sun.tools.javac.file.Locations$BasicLocationHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.file.Locations$OutputLocationHandler
  super_class: com.sun.tools.javac.file.Locations$BasicLocationHandler
{
  private java.nio.file.Path outputDir;
    descriptor: Ljava/nio/file/Path;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.javac.file.Locations$ModuleTable moduleTable;
    descriptor: Lcom/sun/tools/javac/file/Locations$ModuleTable;
    flags: (0x0002) ACC_PRIVATE

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

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

  void <init>(com.sun.tools.javac.file.Locations, javax.tools.JavaFileManager$Location, com.sun.tools.javac.main.Option[]);
    descriptor: (Lcom/sun/tools/javac/file/Locations;Ljavax/tools/JavaFileManager$Location;[Lcom/sun/tools/javac/main/Option;)V
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
        start local 2 // javax.tools.JavaFileManager$Location location
        start local 3 // com.sun.tools.javac.main.Option[] options
         0: .line 585
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.file.Locations$OutputLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
         1: .line 586
            aload 0 /* this */
            aload 2 /* location */
            aload 3 /* options */
            invokespecial com.sun.tools.javac.file.Locations$BasicLocationHandler.<init>:(Ljavax/tools/JavaFileManager$Location;[Lcom/sun/tools/javac/main/Option;)V
         2: .line 587
            return
        end local 3 // com.sun.tools.javac.main.Option[] options
        end local 2 // javax.tools.JavaFileManager$Location location
        end local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/tools/javac/file/Locations$OutputLocationHandler;
            0    3     2  location  Ljavax/tools/JavaFileManager$Location;
            0    3     3   options  [Lcom/sun/tools/javac/main/Option;
    MethodParameters:
          Name  Flags
      this$0    final
      location  
      options   

  boolean handleOption(com.sun.tools.javac.main.Option, java.lang.String);
    descriptor: (Lcom/sun/tools/javac/main/Option;Ljava/lang/String;)Z
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
        start local 1 // com.sun.tools.javac.main.Option option
        start local 2 // java.lang.String value
         0: .line 591
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.options:Ljava/util/Set;
            aload 1 /* option */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 592
            iconst_0
            ireturn
         2: .line 595
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.javac.file.Locations$OutputLocationHandler.explicit:Z
         3: .line 601
            aload 0 /* this */
            aload 2 /* value */
            ifnonnull 4
            aconst_null
            goto 5
      StackMap locals:
      StackMap stack: com.sun.tools.javac.file.Locations$OutputLocationHandler
         4: aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
            aload 2 /* value */
            iconst_0
            anewarray java.lang.String
            invokevirtual com.sun.tools.javac.file.Locations.getPath:(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;
      StackMap locals: com.sun.tools.javac.file.Locations$OutputLocationHandler com.sun.tools.javac.main.Option java.lang.String
      StackMap stack: com.sun.tools.javac.file.Locations$OutputLocationHandler java.nio.file.Path
         5: putfield com.sun.tools.javac.file.Locations$OutputLocationHandler.outputDir:Ljava/nio/file/Path;
         6: .line 602
            iconst_1
            ireturn
        end local 2 // java.lang.String value
        end local 1 // com.sun.tools.javac.main.Option option
        end local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/sun/tools/javac/file/Locations$OutputLocationHandler;
            0    7     1  option  Lcom/sun/tools/javac/main/Option;
            0    7     2   value  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      option  
      value   

  java.util.Collection<java.nio.file.Path> getPaths();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
         0: .line 607
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.outputDir:Ljava/nio/file/Path;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.outputDir:Ljava/nio/file/Path;
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
      StackMap locals:
      StackMap stack: java.util.Set
         2: areturn
        end local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/file/Locations$OutputLocationHandler;
    Signature: ()Ljava/util/Collection<Ljava/nio/file/Path;>;

  void setPaths(java.lang.Iterable<? extends java.nio.file.Path>);
    descriptor: (Ljava/lang/Iterable;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
        start local 1 // java.lang.Iterable paths
         0: .line 612
            aload 1 /* paths */
            ifnonnull 3
         1: .line 613
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.file.Locations$OutputLocationHandler.outputDir:Ljava/nio/file/Path;
         2: .line 614
            goto 5
         3: .line 615
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.javac.file.Locations$OutputLocationHandler.explicit:Z
         4: .line 616
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* paths */
            invokevirtual com.sun.tools.javac.file.Locations$OutputLocationHandler.checkSingletonDirectory:(Ljava/lang/Iterable;)Ljava/nio/file/Path;
            putfield com.sun.tools.javac.file.Locations$OutputLocationHandler.outputDir:Ljava/nio/file/Path;
         5: .line 618
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
         6: .line 619
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.javac.file.Locations$OutputLocationHandler.listed:Z
         7: .line 620
            return
        end local 1 // java.lang.Iterable paths
        end local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/tools/javac/file/Locations$OutputLocationHandler;
            0    8     1  paths  Ljava/lang/Iterable<+Ljava/nio/file/Path;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/Iterable<+Ljava/nio/file/Path;>;)V
    MethodParameters:
       Name  Flags
      paths  

  javax.tools.JavaFileManager$Location getLocationForModule(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/tools/JavaFileManager$Location;
    flags: (0x0000) 
    Code:
      stack=8, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
        start local 1 // java.lang.String name
         0: .line 624
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            ifnonnull 2
         1: .line 625
            aload 0 /* this */
            new com.sun.tools.javac.file.Locations$ModuleTable
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
            invokespecial com.sun.tools.javac.file.Locations$ModuleTable.<init>:(Lcom/sun/tools/javac/file/Locations;)V
            putfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
         2: .line 627
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            aload 1 /* name */
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.get:(Ljava/lang/String;)Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
            astore 2 /* l */
        start local 2 // com.sun.tools.javac.file.Locations$ModuleLocationHandler l
         3: .line 628
            aload 2 /* l */
            ifnonnull 9
         4: .line 629
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.outputDir:Ljava/nio/file/Path;
            aload 1 /* name */
            invokeinterface java.nio.file.Path.resolve:(Ljava/lang/String;)Ljava/nio/file/Path;
            astore 3 /* out */
        start local 3 // java.nio.file.Path out
         5: .line 630
            new com.sun.tools.javac.file.Locations$ModuleLocationHandler
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.location:Ljavax/tools/JavaFileManager$Location;
            invokeinterface javax.tools.JavaFileManager$Location.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 631
            aload 1 /* name */
            aload 3 /* out */
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            iconst_1
         7: .line 630
            invokespecial com.sun.tools.javac.file.Locations$ModuleLocationHandler.<init>:(Lcom/sun/tools/javac/file/Locations;Lcom/sun/tools/javac/file/Locations$LocationHandler;Ljava/lang/String;Ljava/lang/String;Ljava/util/Collection;Z)V
            astore 2 /* l */
         8: .line 632
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            aload 2 /* l */
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.add:(Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;)V
        end local 3 // java.nio.file.Path out
         9: .line 634
      StackMap locals: com.sun.tools.javac.file.Locations$ModuleLocationHandler
      StackMap stack:
            aload 2 /* l */
            areturn
        end local 2 // com.sun.tools.javac.file.Locations$ModuleLocationHandler l
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/javac/file/Locations$OutputLocationHandler;
            0   10     1  name  Ljava/lang/String;
            3   10     2     l  Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
            5    9     3   out  Ljava/nio/file/Path;
    MethodParameters:
      Name  Flags
      name  

  void setPathsForModule(java.lang.String, java.lang.Iterable<? extends java.nio.file.Path>);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Iterable paths
         0: .line 639
            aload 0 /* this */
            aload 2 /* paths */
            invokevirtual com.sun.tools.javac.file.Locations$OutputLocationHandler.checkSingletonDirectory:(Ljava/lang/Iterable;)Ljava/nio/file/Path;
            astore 3 /* out */
        start local 3 // java.nio.file.Path out
         1: .line 640
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            ifnonnull 3
         2: .line 641
            aload 0 /* this */
            new com.sun.tools.javac.file.Locations$ModuleTable
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
            invokespecial com.sun.tools.javac.file.Locations$ModuleTable.<init>:(Lcom/sun/tools/javac/file/Locations;)V
            putfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
         3: .line 643
      StackMap locals: java.nio.file.Path
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            aload 1 /* name */
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.get:(Ljava/lang/String;)Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
            astore 4 /* l */
        start local 4 // com.sun.tools.javac.file.Locations$ModuleLocationHandler l
         4: .line 644
            aload 4 /* l */
            ifnonnull 10
         5: .line 645
            new com.sun.tools.javac.file.Locations$ModuleLocationHandler
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.location:Ljavax/tools/JavaFileManager$Location;
            invokeinterface javax.tools.JavaFileManager$Location.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 646
            aload 1 /* name */
            aload 3 /* out */
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            iconst_1
         7: .line 645
            invokespecial com.sun.tools.javac.file.Locations$ModuleLocationHandler.<init>:(Lcom/sun/tools/javac/file/Locations;Lcom/sun/tools/javac/file/Locations$LocationHandler;Ljava/lang/String;Ljava/lang/String;Ljava/util/Collection;Z)V
            astore 4 /* l */
         8: .line 647
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            aload 4 /* l */
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.add:(Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;)V
         9: .line 648
            goto 12
        10: .line 649
      StackMap locals: com.sun.tools.javac.file.Locations$ModuleLocationHandler
      StackMap stack:
            aload 4 /* l */
            aload 3 /* out */
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            putfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.searchPath:Ljava/util/Collection;
        11: .line 650
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            aload 4 /* l */
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.updatePaths:(Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;)V
        12: .line 652
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.javac.file.Locations$OutputLocationHandler.explicit:Z
        13: .line 653
            return
        end local 4 // com.sun.tools.javac.file.Locations$ModuleLocationHandler l
        end local 3 // java.nio.file.Path out
        end local 2 // java.lang.Iterable paths
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lcom/sun/tools/javac/file/Locations$OutputLocationHandler;
            0   14     1   name  Ljava/lang/String;
            0   14     2  paths  Ljava/lang/Iterable<+Ljava/nio/file/Path;>;
            1   14     3    out  Ljava/nio/file/Path;
            4   14     4      l  Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/String;Ljava/lang/Iterable<+Ljava/nio/file/Path;>;)V
    MethodParameters:
       Name  Flags
      name   
      paths  

  javax.tools.JavaFileManager$Location getLocationForModule(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljavax/tools/JavaFileManager$Location;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
        start local 1 // java.nio.file.Path file
         0: .line 657
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            aload 1 /* file */
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.get:(Ljava/nio/file/Path;)Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
      StackMap locals:
      StackMap stack: com.sun.tools.javac.file.Locations$ModuleLocationHandler
         2: areturn
        end local 1 // java.nio.file.Path file
        end local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/file/Locations$OutputLocationHandler;
            0    3     1  file  Ljava/nio/file/Path;
    MethodParameters:
      Name  Flags
      file  

  java.lang.Iterable<java.util.Set<javax.tools.JavaFileManager$Location>> listLocationsForModules();
    descriptor: ()Ljava/lang/Iterable;
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
         0: .line 664
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.listed:Z
            ifne 14
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.outputDir:Ljava/nio/file/Path;
            ifnull 14
         1: .line 665
            aconst_null
            astore 1
            aconst_null
            astore 2
         2: aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.outputDir:Ljava/nio/file/Path;
            invokestatic java.nio.file.Files.newDirectoryStream:(Ljava/nio/file/Path;)Ljava/nio/file/DirectoryStream;
            astore 3 /* stream */
        start local 3 // java.nio.file.DirectoryStream stream
         3: .line 666
            aload 3 /* stream */
            invokeinterface java.nio.file.DirectoryStream.iterator:()Ljava/util/Iterator;
            astore 5
            goto 6
      StackMap locals: com.sun.tools.javac.file.Locations$OutputLocationHandler java.lang.Throwable java.lang.Throwable java.nio.file.DirectoryStream top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.nio.file.Path
            astore 4 /* p */
        start local 4 // java.nio.file.Path p
         5: .line 667
            aload 0 /* this */
            aload 4 /* p */
            invokeinterface java.nio.file.Path.getFileName:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            invokevirtual com.sun.tools.javac.file.Locations$OutputLocationHandler.getLocationForModule:(Ljava/lang/String;)Ljavax/tools/JavaFileManager$Location;
            pop
        end local 4 // java.nio.file.Path p
         6: .line 666
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 669
            aload 3 /* stream */
            ifnull 13
            aload 3 /* stream */
            invokeinterface java.nio.file.DirectoryStream.close:()V
            goto 13
      StackMap locals: com.sun.tools.javac.file.Locations$OutputLocationHandler java.lang.Throwable java.lang.Throwable java.nio.file.DirectoryStream
      StackMap stack: java.lang.Throwable
         8: astore 1
            aload 3 /* stream */
            ifnull 9
            aload 3 /* stream */
            invokeinterface java.nio.file.DirectoryStream.close:()V
        end local 3 // java.nio.file.DirectoryStream stream
      StackMap locals:
      StackMap stack:
         9: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 2
            aload 1
            ifnonnull 11
            aload 2
            astore 1
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 1
            aload 2
            if_acmpeq 12
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        12: aload 1
            athrow
        13: .line 670
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.javac.file.Locations$OutputLocationHandler.listed:Z
        14: .line 673
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            ifnull 15
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.isEmpty:()Z
            ifeq 16
        15: .line 674
      StackMap locals:
      StackMap stack:
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            areturn
        16: .line 676
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.locations:()Ljava/util/Set;
            invokestatic java.util.Collections.singleton:(Ljava/lang/Object;)Ljava/util/Set;
            areturn
        end local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lcom/sun/tools/javac/file/Locations$OutputLocationHandler;
            3    9     3  stream  Ljava/nio/file/DirectoryStream<Ljava/nio/file/Path;>;
            5    6     4       p  Ljava/nio/file/Path;
      Exception table:
        from    to  target  type
           3     7       8  any
           2    10      10  any
    Exceptions:
      throws java.io.IOException
    Signature: ()Ljava/lang/Iterable<Ljava/util/Set<Ljavax/tools/JavaFileManager$Location;>;>;

  boolean contains(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
        start local 1 // java.nio.file.Path file
         0: .line 681
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            ifnull 2
         1: .line 682
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            aload 1 /* file */
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.contains:(Ljava/nio/file/Path;)Z
            ireturn
         2: .line 684
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.outputDir:Ljava/nio/file/Path;
            ifnull 3
            aload 1 /* file */
            invokestatic com.sun.tools.javac.file.Locations.normalize:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$OutputLocationHandler.outputDir:Ljava/nio/file/Path;
            invokestatic com.sun.tools.javac.file.Locations.normalize:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.startsWith:(Ljava/nio/file/Path;)Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // java.nio.file.Path file
        end local 0 // com.sun.tools.javac.file.Locations$OutputLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/file/Locations$OutputLocationHandler;
            0    4     1  file  Ljava/nio/file/Path;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  
}
SourceFile: "Locations.java"
NestHost: com.sun.tools.javac.file.Locations
InnerClasses:
  private abstract BasicLocationHandler = com.sun.tools.javac.file.Locations$BasicLocationHandler of com.sun.tools.javac.file.Locations
  protected abstract LocationHandler = com.sun.tools.javac.file.Locations$LocationHandler of com.sun.tools.javac.file.Locations
  private ModuleLocationHandler = com.sun.tools.javac.file.Locations$ModuleLocationHandler of com.sun.tools.javac.file.Locations
  private ModuleTable = com.sun.tools.javac.file.Locations$ModuleTable of com.sun.tools.javac.file.Locations
  private OutputLocationHandler = com.sun.tools.javac.file.Locations$OutputLocationHandler of com.sun.tools.javac.file.Locations
  public abstract Location = javax.tools.JavaFileManager$Location of javax.tools.JavaFileManager