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 1095
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.this$0:Lcom/sun/tools/javac/file/Locations;
         1: .line 1096
            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 1097
            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 1101
            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 1102
            iconst_0
            ireturn
         2: .line 1104
      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 1105
            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 1110
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.file.Locations$ModulePathLocationHandler.initModuleLocations:()V
         1: .line 1111
            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 1116
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.file.Locations$ModulePathLocationHandler.initModuleLocations:()V
         1: .line 1117
            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=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.file.Locations$ModulePathLocationHandler this
         0: .line 1122
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.searchPath:Ljava/util/Collection;
            ifnonnull 2
         1: .line 1123
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         2: .line 1125
      StackMap locals:
      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$ModulePathIterator.<init>(Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;)V (8)
                  ()Ljava/util/Iterator;
            areturn
        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;
    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 1130
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            ifnonnull 2
         1: .line 1131
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.file.Locations$ModulePathLocationHandler.initModuleLocations:()V
         2: .line 1133
      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 1138
            aload 1 /* paths */
            ifnull 5
         1: .line 1139
            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 1140
            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 1139
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 1143
      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 1144
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
         7: .line 1145
            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 1149
            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 1152
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.file.Locations$ModulePathLocationHandler.initModuleLocations:()V
         2: .line 1153
            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 1154
            aload 4 /* l */
            ifnonnull 9
         4: .line 1155
            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 1156
            aload 1 /* name */
            aload 3 /* checkedPaths */
            iconst_1
         6: .line 1155
            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 1157
            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 1158
            goto 11
         9: .line 1159
      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 1160
            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 1162
      StackMap locals:
      StackMap stack:
            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   12     0          this  Lcom/sun/tools/javac/file/Locations$ModulePathLocationHandler;
            0   12     1          name  Ljava/lang/String;
            0   12     2         paths  Ljava/lang/Iterable<+Ljava/nio/file/Path;>;
            1   12     3  checkedPaths  Ljava/util/List<Ljava/nio/file/Path;>;
            3   12     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 1165
            aload 1 /* paths */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 1166
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* validPaths */
        start local 2 // java.util.List validPaths
         2: .line 1167
            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 1168
            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 1167
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 1170
            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 1174
            aload 0 /* this */
            getfield com.sun.tools.javac.file.Locations$ModulePathLocationHandler.moduleTable:Lcom/sun/tools/javac/file/Locations$ModuleTable;
            ifnull 2
         1: .line 1175
            return
         2: .line 1178
      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 1180
            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 1181
            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 1182
            aload 3 /* locn */
            instanceof com.sun.tools.javac.file.Locations$ModuleLocationHandler
            ifeq 11
         8: .line 1183
            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 1184
            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 1185
            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 1181
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 1 // java.util.Set set
        12: .line 1180
      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 1190
            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 1193
            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 1195
            return
         2: .line 1198
      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 1200
            return
         4: .line 1203
      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 1204
            aload 2 /* name */
            ldc "."
            invokevirtual java.lang.String.lastIndexOf:(Ljava/lang/String;)I
            istore 3 /* lastDot */
        start local 3 // int lastDot
         6: .line 1205
            iload 3 /* lastDot */
            ifle 11
         7: .line 1206
            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 1209
      StackMap locals:
      StackMap stack:
            return
        11: .line 1212
      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 1458
            iconst_0
            istore 3 /* off */
        start local 3 // int off
         1: .line 1459
            goto 6
        start local 2 // int next
         2: .line 1460
      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 1461
            aload 4 /* id */
            invokestatic javax.lang.model.SourceVersion.isName:(Ljava/lang/CharSequence;)Z
            ifne 5
         4: .line 1462
            iconst_0
            ireturn
         5: .line 1463
      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 1459
      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 1465
            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 1466
            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 1092
            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
}
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