class com.sun.tools.javac.file.Locations$ModulePathLocationHandler extends com.sun.tools.javac.file.Locations$SimpleLocationHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.file.Locations$ModulePathLocationHandler
  super_class: com.sun.tools.javac.file.Locations$SimpleLocationHandler
{
  private com.sun.tools.javac.file.Locations$ModuleTable moduleTable;
    descriptor: Lcom/sun/tools/javac/file/Locations$ModuleTable;
    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=4, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
        start local 2 // javax.tools.JavaFileManager$Location location
        start local 3 // com.sun.tools.javac.main.Option[] options
         0: .line 1136
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
         1: .line 1137
            aload 0 /* this */
            aload 1
            aload 2 /* location */
            aload 3 /* options */
            invokespecial com.sun.tools.javac.file.Locations$SimpleLocationHandler.<init>:(Lcom/sun/tools/javac/file/Locations;Ljavax/tools/JavaFileManager$Location;[Lcom/sun/tools/javac/main/Option;)V
         2: .line 1138
            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$ModulePathLocationHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;
            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   

  public boolean handleOption(com.sun.tools.javac.main.Option, java.lang.String);
    descriptor: (Lcom/sun/tools/javac/main/Option;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
        start local 1 // com.sun.tools.javac.main.Option option
        start local 2 // java.lang.String value
         0: .line 1142
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.options:Ljava/util/Set;
            aload 1 /* option */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 2
         1: .line 1143
            iconst_0
            ireturn
         2: .line 1145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* value */
            ifnonnull 3
            aconst_null
            goto 4
      StackMap locals:
      StackMap stack: com.sun.tools.javac.file.Locations$ModulePathLocationHandler
         3: aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
            aload 2 /* value */
            invokevirtual com.sun.tools.javac.file.Locations.getPathEntries:(Ljava/lang/String;)Ljava/lang/Iterable;
      StackMap locals: com.sun.tools.javac.file.Locations$ModulePathLocationHandler com.sun.tools.javac.main.Option java.lang.String
      StackMap stack: com.sun.tools.javac.file.Locations$ModulePathLocationHandler java.lang.Iterable
         4: invokevirtual com.sun.tools.javac.file.Locations$ModulePathLocationHandler.setPaths:(Ljava/lang/Iterable;)V
         5: .line 1146
            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$ModulePathLocationHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;
            0    6     1  option  Lcom/sun/tools/javac/main/Option;
            0    6     2   value  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      option  
      value   

  public javax.tools.JavaFileManager$Location getLocationForModule(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/tools/JavaFileManager$Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
        start local 1 // java.lang.String moduleName
         0: .line 1151
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.file.Locations$ModulePathLocationHandler.initModuleLocations:()V
         1: .line 1152
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            aload 1 /* moduleName */
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.get:(Ljava/lang/String;)Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;
            areturn
        end local 1 // java.lang.String moduleName
        end local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;
            0    2     1  moduleName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      moduleName  

  public javax.tools.JavaFileManager$Location getLocationForModule(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljavax/tools/JavaFileManager$Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
        start local 1 // java.nio.file.Path file
         0: .line 1157
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.file.Locations$ModulePathLocationHandler.initModuleLocations:()V
         1: .line 1158
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.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;
            areturn
        end local 1 // java.nio.file.Path file
        end local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;
            0    2     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=4, args_size=1
        start local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
         0: .line 1163
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            ifnull 2
         1: .line 1164
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.explicitLocations:()Ljava/util/Set;
            goto 3
      StackMap locals:
      StackMap stack:
         2: invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
         3: .line 1163
      StackMap locals:
      StackMap stack: java.util.Set
            astore 1 /* explicitLocations */
        start local 1 // java.util.Set explicitLocations
         4: .line 1165
            aload 1 /* explicitLocations */
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 6
         5: .line 1166
            aload 1 /* explicitLocations */
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            goto 7
         6: .line 1167
      StackMap locals: java.util.Set
      StackMap stack:
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
         7: .line 1165
      StackMap locals:
      StackMap stack: java.util.List
            astore 2 /* explicitLocationsList */
        start local 2 // java.lang.Iterable explicitLocationsList
         8: .line 1169
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.searchPath:Ljava/util/Collection;
            ifnonnull 10
         9: .line 1170
            aload 2 /* explicitLocationsList */
            areturn
        10: .line 1173
      StackMap locals: java.lang.Iterable
      StackMap stack:
            aload 0 /* this */
            invokedynamic iterator(Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;)Ljava/lang/Iterable;
              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/util/Iterator;
                  com/sun/tools/javac/file/Locations$ModulePathLocationHandler.lambda$0()Ljava/util/Iterator; (7)
                  ()Ljava/util/Iterator;
        11: .line 1172
            astore 3 /* searchPathLocations */
        start local 3 // java.lang.Iterable searchPathLocations
        12: .line 1174
            aload 2 /* explicitLocationsList */
            aload 3 /* searchPathLocations */
            invokedynamic iterator(Ljava/lang/Iterable;Ljava/lang/Iterable;)Ljava/lang/Iterable;
              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/util/Iterator;
                  com/sun/tools/javac/file/Locations$ModulePathLocationHandler.lambda$1(Ljava/lang/Iterable;Ljava/lang/Iterable;)Ljava/util/Iterator; (6)
                  ()Ljava/util/Iterator;
            areturn
        end local 3 // java.lang.Iterable searchPathLocations
        end local 2 // java.lang.Iterable explicitLocationsList
        end local 1 // java.util.Set explicitLocations
        end local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   13     0                   this  Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;
            4   13     1      explicitLocations  Ljava/util/Set<Ljavax/tools/JavaFileManager$Location;>;
            8   13     2  explicitLocationsList  Ljava/lang/Iterable<Ljava/util/Set<Ljavax/tools/JavaFileManager$Location;>;>;
           12   13     3    searchPathLocations  Ljava/lang/Iterable<Ljava/util/Set<Ljavax/tools/JavaFileManager$Location;>;>;
    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$ModulePathLocationHandler this
        start local 1 // java.nio.file.Path file
         0: .line 1181
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            ifnonnull 2
         1: .line 1182
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.file.Locations$ModulePathLocationHandler.initModuleLocations:()V
         2: .line 1184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.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
        end local 1 // java.nio.file.Path file
        end local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;
            0    3     1  file  Ljava/nio/file/Path;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  void setPaths(java.lang.Iterable<? extends java.nio.file.Path>);
    descriptor: (Ljava/lang/Iterable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
        start local 1 // java.lang.Iterable paths
         0: .line 1189
            aload 1 /* paths */
            ifnull 5
         1: .line 1190
            aload 1 /* paths */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: com.sun.tools.javac.file.Locations$ModulePathLocationHandler java.lang.Iterable top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.nio.file.Path
            astore 2 /* p */
        start local 2 // java.nio.file.Path p
         3: .line 1191
            aload 0 /* this */
            aload 2 /* p */
            invokevirtual com.sun.tools.javac.file.Locations$ModulePathLocationHandler.checkValidModulePathEntry:(Ljava/nio/file/Path;)V
        end local 2 // java.nio.file.Path p
         4: .line 1190
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 1194
      StackMap locals: com.sun.tools.javac.file.Locations$ModulePathLocationHandler java.lang.Iterable
      StackMap stack:
            aload 0 /* this */
            aload 1 /* paths */
            invokespecial com.sun.tools.javac.file.Locations$SimpleLocationHandler.setPaths:(Ljava/lang/Iterable;)V
         6: .line 1195
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
         7: .line 1196
            return
        end local 1 // java.lang.Iterable paths
        end local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;
            0    8     1  paths  Ljava/lang/Iterable<+Ljava/nio/file/Path;>;
            3    4     2      p  Ljava/nio/file/Path;
    Signature: (Ljava/lang/Iterable<+Ljava/nio/file/Path;>;)V
    MethodParameters:
       Name  Flags
      paths  

  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$ModulePathLocationHandler this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Iterable paths
         0: .line 1200
            aload 0 /* this */
            aload 2 /* paths */
            invokevirtual com.sun.tools.javac.file.Locations$ModulePathLocationHandler.checkPaths:(Ljava/lang/Iterable;)Ljava/util/List;
            astore 3 /* checkedPaths */
        start local 3 // java.util.List checkedPaths
         1: .line 1203
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.file.Locations$ModulePathLocationHandler.initModuleLocations:()V
         2: .line 1204
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.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
         3: .line 1205
            aload 4 /* l */
            ifnonnull 9
         4: .line 1206
            new com.sun.tools.javac.file.Locations$ModuleLocationHandler
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.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$ModulePathLocationHandler.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;
         5: .line 1207
            aload 1 /* name */
            aload 3 /* checkedPaths */
            iconst_1
         6: .line 1206
            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 */
         7: .line 1208
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.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
         8: .line 1209
            goto 11
         9: .line 1210
      StackMap locals: java.util.List com.sun.tools.javac.file.Locations$ModuleLocationHandler
      StackMap stack:
            aload 4 /* l */
            aload 3 /* checkedPaths */
            putfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.searchPath:Ljava/util/Collection;
        10: .line 1211
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.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
        11: .line 1213
      StackMap locals:
      StackMap stack:
            aload 4 /* l */
            iconst_1
            putfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.explicit:Z
        12: .line 1214
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.explicit:Z
        13: .line 1215
            return
        end local 4 // com.sun.tools.javac.file.Locations$ModuleLocationHandler l
        end local 3 // java.util.List checkedPaths
        end local 2 // java.lang.Iterable paths
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;
            0   14     1          name  Ljava/lang/String;
            0   14     2         paths  Ljava/lang/Iterable<+Ljava/nio/file/Path;>;
            1   14     3  checkedPaths  Ljava/util/List<Ljava/nio/file/Path;>;
            3   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  

  private java.util.List<java.nio.file.Path> checkPaths(java.lang.Iterable<? extends java.nio.file.Path>);
    descriptor: (Ljava/lang/Iterable;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
        start local 1 // java.lang.Iterable paths
         0: .line 1218
            aload 1 /* paths */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 1219
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* validPaths */
        start local 2 // java.util.List validPaths
         2: .line 1220
            aload 1 /* paths */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: com.sun.tools.javac.file.Locations$ModulePathLocationHandler java.lang.Iterable java.util.List top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.nio.file.Path
            astore 3 /* p */
        start local 3 // java.nio.file.Path p
         4: .line 1221
            aload 2 /* validPaths */
            aload 0 /* this */
            aload 3 /* p */
            invokevirtual com.sun.tools.javac.file.Locations$ModulePathLocationHandler.checkDirectory:(Ljava/nio/file/Path;)Ljava/nio/file/Path;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // java.nio.file.Path p
         5: .line 1220
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 1223
            aload 2 /* validPaths */
            areturn
        end local 2 // java.util.List validPaths
        end local 1 // java.lang.Iterable paths
        end local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;
            0    7     1       paths  Ljava/lang/Iterable<+Ljava/nio/file/Path;>;
            2    7     2  validPaths  Ljava/util/List<Ljava/nio/file/Path;>;
            4    5     3           p  Ljava/nio/file/Path;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/lang/Iterable<+Ljava/nio/file/Path;>;)Ljava/util/List<Ljava/nio/file/Path;>;
    MethodParameters:
       Name  Flags
      paths  

  private void initModuleLocations();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
         0: .line 1227
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            ifnull 2
         1: .line 1228
            return
         2: .line 1231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.sun.tools.javac.file.Locations$ModuleTable
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.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$ModulePathLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
         3: .line 1233
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.file.Locations$ModulePathLocationHandler.listLocationsForModules:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 2
            goto 12
      StackMap locals: com.sun.tools.javac.file.Locations$ModulePathLocationHandler top java.util.Iterator
      StackMap stack:
         4: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Set
            astore 1 /* set */
        start local 1 // java.util.Set set
         5: .line 1234
            aload 1 /* set */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 11
      StackMap locals: com.sun.tools.javac.file.Locations$ModulePathLocationHandler java.util.Set java.util.Iterator top java.util.Iterator
      StackMap stack:
         6: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javax.tools.JavaFileManager$Location
            astore 3 /* locn */
        start local 3 // javax.tools.JavaFileManager$Location locn
         7: .line 1235
            aload 3 /* locn */
            instanceof com.sun.tools.javac.file.Locations$ModuleLocationHandler
            ifeq 11
         8: .line 1236
            aload 3 /* locn */
            checkcast com.sun.tools.javac.file.Locations$ModuleLocationHandler
            astore 5 /* l */
        start local 5 // com.sun.tools.javac.file.Locations$ModuleLocationHandler l
         9: .line 1237
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            getfield com.sun.tools.javac.file.Locations$ModuleTable.nameMap:Ljava/util/Map;
            aload 5 /* l */
            getfield com.sun.tools.javac.file.Locations$ModuleLocationHandler.moduleName:Ljava/lang/String;
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifne 11
        10: .line 1238
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            aload 5 /* l */
            invokevirtual com.sun.tools.javac.file.Locations$ModuleTable.add:(Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;)V
        end local 5 // com.sun.tools.javac.file.Locations$ModuleLocationHandler l
        end local 3 // javax.tools.JavaFileManager$Location locn
        11: .line 1234
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 1 // java.util.Set set
        12: .line 1233
      StackMap locals: com.sun.tools.javac.file.Locations$ModulePathLocationHandler top java.util.Iterator
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        13: .line 1243
            return
        end local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;
            5   12     1   set  Ljava/util/Set<Ljavax/tools/JavaFileManager$Location;>;
            7   11     3  locn  Ljavax/tools/JavaFileManager$Location;
            9   11     5     l  Lcom/sun/tools/javac/file/Locations$ModuleLocationHandler;

  private void checkValidModulePathEntry(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
        start local 1 // java.nio.file.Path p
         0: .line 1246
            aload 1 /* p */
            iconst_0
            anewarray java.nio.file.LinkOption
            invokestatic java.nio.file.Files.exists:(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z
            ifne 2
         1: .line 1248
            return
         2: .line 1251
      StackMap locals:
      StackMap stack:
            aload 1 /* p */
            iconst_0
            anewarray java.nio.file.LinkOption
            invokestatic java.nio.file.Files.isDirectory:(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z
            ifeq 4
         3: .line 1253
            return
         4: .line 1256
      StackMap locals:
      StackMap stack:
            aload 1 /* p */
            invokeinterface java.nio.file.Path.getFileName:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         5: .line 1257
            aload 2 /* name */
            ldc "."
            invokevirtual java.lang.String.lastIndexOf:(Ljava/lang/String;)I
            istore 3 /* lastDot */
        start local 3 // int lastDot
         6: .line 1258
            iload 3 /* lastDot */
            ifle 11
         7: .line 1259
            aload 2 /* name */
            iload 3 /* lastDot */
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            dup
            astore 4
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 2
              1475373: 8
             45748102: 9
              default: 11
          }
      StackMap locals: java.lang.String int java.lang.String
      StackMap stack:
         8: aload 4
            ldc ".jar"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
            goto 11
      StackMap locals:
      StackMap stack:
         9: aload 4
            ldc ".jmod"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
            goto 11
        10: .line 1262
      StackMap locals:
      StackMap stack:
            return
        11: .line 1265
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            aload 1 /* p */
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // int lastDot
        end local 2 // java.lang.String name
        end local 1 // java.nio.file.Path p
        end local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;
            0   12     1        p  Ljava/nio/file/Path;
            5   12     2     name  Ljava/lang/String;
            6   12     3  lastDot  I
    MethodParameters:
      Name  Flags
      p     

  private boolean isModuleName(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
        start local 1 // java.lang.String name
         0: .line 1512
            iconst_0
            istore 3 /* off */
        start local 3 // int off
         1: .line 1513
            goto 6
        start local 2 // int next
         2: .line 1514
      StackMap locals: int int
      StackMap stack:
            aload 1 /* name */
            iload 3 /* off */
            iload 2 /* next */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 4 /* id */
        start local 4 // java.lang.String id
         3: .line 1515
            aload 4 /* id */
            invokestatic javax.lang.model.SourceVersion.isName:(Ljava/lang/CharSequence;)Z
            ifne 5
         4: .line 1516
            iconst_0
            ireturn
         5: .line 1517
      StackMap locals: java.lang.String
      StackMap stack:
            iload 2 /* next */
            iconst_1
            iadd
            istore 3 /* off */
        end local 4 // java.lang.String id
        end local 2 // int next
         6: .line 1513
      StackMap locals: com.sun.tools.javac.file.Locations$ModulePathLocationHandler java.lang.String top int
      StackMap stack:
            aload 1 /* name */
            bipush 46
            iload 3 /* off */
            invokevirtual java.lang.String.indexOf:(II)I
            dup
            istore 2 /* next */
        start local 2 // int next
         7: iconst_m1
            if_icmpne 2
         8: .line 1519
            aload 1 /* name */
            iload 3 /* off */
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 4 /* last */
        start local 4 // java.lang.String last
         9: .line 1520
            aload 4 /* last */
            invokestatic javax.lang.model.SourceVersion.isName:(Ljava/lang/CharSequence;)Z
            ireturn
        end local 4 // java.lang.String last
        end local 3 // int off
        end local 2 // int next
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;
            0   10     1  name  Ljava/lang/String;
            2    6     2  next  I
            7   10     2  next  I
            1   10     3   off  I
            3    6     4    id  Ljava/lang/String;
            9   10     4  last  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  static com.sun.tools.javac.file.Locations access$0(com.sun.tools.javac.file.Locations$ModulePathLocationHandler);
    descriptor: (Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;)Lcom/sun/tools/javac/file/Locations;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1133
            aload 0
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private java.util.Iterator lambda$0();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
         0: .line 1173
            new com.sun.tools.javac.file.Locations$ModulePathLocationHandler$ModulePathIterator
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.javac.file.Locations$ModulePathLocationHandler$ModulePathIterator.<init>:(Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;)V
            areturn
        end local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;

  private static java.util.Iterator lambda$1(java.lang.Iterable, java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;Ljava/lang/Iterable;)Ljava/util/Iterator;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=2, args_size=2
         0: .line 1176
            iconst_2
            anewarray java.lang.Iterable
            dup
            iconst_0
         1: .line 1174
            aload 0
            aastore
            dup
            iconst_1
         2: .line 1175
            aload 1
            aastore
         3: .line 1174
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
         4: .line 1176
            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/lang/Iterable.iterator()Ljava/util/Iterator; (9 itf)
                  (Ljava/lang/Iterable;)Ljava/util/Iterator;
         5: .line 1174
            invokestatic com.sun.tools.javac.util.Iterators.createCompoundIterator:(Ljava/lang/Iterable;Ljava/util/function/Function;)Ljava/util/Iterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Locations.java"
NestHost: com.sun.tools.javac.file.Locations
InnerClasses:
  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 ModulePathLocationHandler = com.sun.tools.javac.file.Locations$ModulePathLocationHandler of com.sun.tools.javac.file.Locations
  ModulePathIterator = com.sun.tools.javac.file.Locations$ModulePathLocationHandler$ModulePathIterator of com.sun.tools.javac.file.Locations$ModulePathLocationHandler
  private ModuleTable = com.sun.tools.javac.file.Locations$ModuleTable of com.sun.tools.javac.file.Locations
  private SimpleLocationHandler = com.sun.tools.javac.file.Locations$SimpleLocationHandler of com.sun.tools.javac.file.Locations
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Location = javax.tools.JavaFileManager$Location of javax.tools.JavaFileManager