class sun.launcher.LauncherHelper$ModuleValidator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.launcher.LauncherHelper$ModuleValidator
  super_class: java.lang.Object
{
  private static final java.lang.String MODULE_INFO;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "module-info.class"

  private java.util.Map<java.lang.String, java.lang.module.ModuleReference> nameToModule;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/module/ModuleReference;>;

  private java.util.Map<java.lang.String, java.lang.module.ModuleReference> packageToModule;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/module/ModuleReference;>;

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

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.launcher.LauncherHelper$ModuleValidator this
         0: .line 1137
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1140
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield sun.launcher.LauncherHelper$ModuleValidator.nameToModule:Ljava/util/Map;
         2: .line 1141
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield sun.launcher.LauncherHelper$ModuleValidator.packageToModule:Ljava/util/Map;
         3: .line 1137
            return
        end local 0 // sun.launcher.LauncherHelper$ModuleValidator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/launcher/LauncherHelper$ModuleValidator;

  boolean foundErrors();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.launcher.LauncherHelper$ModuleValidator this
         0: .line 1148
            aload 0 /* this */
            getfield sun.launcher.LauncherHelper$ModuleValidator.errorFound:Z
            ireturn
        end local 0 // sun.launcher.LauncherHelper$ModuleValidator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/launcher/LauncherHelper$ModuleValidator;

  private void printModule(java.lang.module.ModuleReference);
    descriptor: (Ljava/lang/module/ModuleReference;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.launcher.LauncherHelper$ModuleValidator this
        start local 1 // java.lang.module.ModuleReference mref
         0: .line 1155
            aload 1 /* mref */
            invokevirtual java.lang.module.ModuleReference.location:()Ljava/util/Optional;
         1: .line 1156
            invokedynamic test()Ljava/util/function/Predicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Z
                  sun/launcher/LauncherHelper$ModuleValidator.lambda$0(Ljava/net/URI;)Z (6)
                  (Ljava/net/URI;)Z
            invokevirtual java.util.Optional.filter:(Ljava/util/function/Predicate;)Ljava/util/Optional;
         2: .line 1157
            invokedynamic accept()Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  sun/launcher/LauncherHelper$ModuleValidator.lambda$1(Ljava/net/URI;)V (6)
                  (Ljava/net/URI;)V
            invokevirtual java.util.Optional.ifPresent:(Ljava/util/function/Consumer;)V
         3: .line 1158
            aload 1 /* mref */
            invokevirtual java.lang.module.ModuleReference.descriptor:()Ljava/lang/module/ModuleDescriptor;
            astore 2 /* descriptor */
        start local 2 // java.lang.module.ModuleDescriptor descriptor
         4: .line 1159
            getstatic sun.launcher.LauncherHelper.ostream:Ljava/io/PrintStream;
            aload 2 /* descriptor */
            invokevirtual java.lang.module.ModuleDescriptor.name:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         5: .line 1160
            aload 2 /* descriptor */
            invokevirtual java.lang.module.ModuleDescriptor.isAutomatic:()Z
            ifeq 7
         6: .line 1161
            getstatic sun.launcher.LauncherHelper.ostream:Ljava/io/PrintStream;
            ldc " automatic"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         7: .line 1162
      StackMap locals: java.lang.module.ModuleDescriptor
      StackMap stack:
            getstatic sun.launcher.LauncherHelper.ostream:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.println:()V
         8: .line 1163
            return
        end local 2 // java.lang.module.ModuleDescriptor descriptor
        end local 1 // java.lang.module.ModuleReference mref
        end local 0 // sun.launcher.LauncherHelper$ModuleValidator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lsun/launcher/LauncherHelper$ModuleValidator;
            0    9     1        mref  Ljava/lang/module/ModuleReference;
            4    9     2  descriptor  Ljava/lang/module/ModuleDescriptor;
    MethodParameters:
      Name  Flags
      mref  

  void process(java.lang.module.ModuleReference);
    descriptor: (Ljava/lang/module/ModuleReference;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // sun.launcher.LauncherHelper$ModuleValidator this
        start local 1 // java.lang.module.ModuleReference mref
         0: .line 1171
            aload 0 /* this */
            aload 1 /* mref */
            invokevirtual sun.launcher.LauncherHelper$ModuleValidator.printModule:(Ljava/lang/module/ModuleReference;)V
         1: .line 1173
            aload 1 /* mref */
            invokevirtual java.lang.module.ModuleReference.descriptor:()Ljava/lang/module/ModuleDescriptor;
            invokevirtual java.lang.module.ModuleDescriptor.name:()Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         2: .line 1174
            aload 0 /* this */
            getfield sun.launcher.LauncherHelper$ModuleValidator.nameToModule:Ljava/util/Map;
            aload 2 /* name */
            aload 1 /* mref */
            invokeinterface java.util.Map.putIfAbsent:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.module.ModuleReference
            astore 3 /* previous */
        start local 3 // java.lang.module.ModuleReference previous
         3: .line 1175
            aload 3 /* previous */
            ifnull 7
         4: .line 1176
            getstatic sun.launcher.LauncherHelper.ostream:Ljava/io/PrintStream;
            ldc "    shadowed by "
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         5: .line 1177
            aload 0 /* this */
            aload 3 /* previous */
            invokevirtual sun.launcher.LauncherHelper$ModuleValidator.printModule:(Ljava/lang/module/ModuleReference;)V
         6: .line 1178
            goto 17
         7: .line 1180
      StackMap locals: java.lang.String java.lang.module.ModuleReference
      StackMap stack:
            aload 1 /* mref */
            invokevirtual java.lang.module.ModuleReference.descriptor:()Ljava/lang/module/ModuleDescriptor;
            invokevirtual java.lang.module.ModuleDescriptor.packages:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 16
      StackMap locals: sun.launcher.LauncherHelper$ModuleValidator java.lang.module.ModuleReference java.lang.String java.lang.module.ModuleReference top java.util.Iterator
      StackMap stack:
         8: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* pkg */
        start local 4 // java.lang.String pkg
         9: .line 1181
            aload 0 /* this */
            getfield sun.launcher.LauncherHelper$ModuleValidator.packageToModule:Ljava/util/Map;
            aload 4 /* pkg */
            aload 1 /* mref */
            invokeinterface java.util.Map.putIfAbsent:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.module.ModuleReference
            astore 3 /* previous */
        10: .line 1182
            aload 3 /* previous */
            ifnull 16
        11: .line 1183
            aload 3 /* previous */
            invokevirtual java.lang.module.ModuleReference.descriptor:()Ljava/lang/module/ModuleDescriptor;
            invokevirtual java.lang.module.ModuleDescriptor.name:()Ljava/lang/String;
            astore 6 /* mn */
        start local 6 // java.lang.String mn
        12: .line 1184
            getstatic sun.launcher.LauncherHelper.ostream:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "    contains "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* pkg */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        13: .line 1185
            ldc " conflicts with module "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 6 /* mn */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        14: .line 1184
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        15: .line 1186
            aload 0 /* this */
            iconst_1
            putfield sun.launcher.LauncherHelper$ModuleValidator.errorFound:Z
        end local 6 // java.lang.String mn
        end local 4 // java.lang.String pkg
        16: .line 1180
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        17: .line 1190
      StackMap locals: sun.launcher.LauncherHelper$ModuleValidator java.lang.module.ModuleReference java.lang.String java.lang.module.ModuleReference
      StackMap stack:
            return
        end local 3 // java.lang.module.ModuleReference previous
        end local 2 // java.lang.String name
        end local 1 // java.lang.module.ModuleReference mref
        end local 0 // sun.launcher.LauncherHelper$ModuleValidator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lsun/launcher/LauncherHelper$ModuleValidator;
            0   18     1      mref  Ljava/lang/module/ModuleReference;
            2   18     2      name  Ljava/lang/String;
            3   18     3  previous  Ljava/lang/module/ModuleReference;
            9   16     4       pkg  Ljava/lang/String;
           12   16     6        mn  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      mref  

  void scan(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // sun.launcher.LauncherHelper$ModuleValidator this
        start local 1 // java.nio.file.Path entry
         0: .line 1199
            aload 1 /* entry */
            ldc Ljava/nio/file/attribute/BasicFileAttributes;
            iconst_0
            anewarray java.nio.file.LinkOption
            invokestatic java.nio.file.Files.readAttributes:(Ljava/nio/file/Path;Ljava/lang/Class;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/BasicFileAttributes;
            astore 2 /* attrs */
        start local 2 // java.nio.file.attribute.BasicFileAttributes attrs
         1: .line 1200
            goto 8
        end local 2 // java.nio.file.attribute.BasicFileAttributes attrs
      StackMap locals:
      StackMap stack: java.nio.file.NoSuchFileException
         2: pop
         3: .line 1201
            return
         4: .line 1202
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 3 /* ioe */
        start local 3 // java.io.IOException ioe
         5: .line 1203
            getstatic sun.launcher.LauncherHelper.ostream:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* entry */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* ioe */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         6: .line 1204
            aload 0 /* this */
            iconst_1
            putfield sun.launcher.LauncherHelper$ModuleValidator.errorFound:Z
         7: .line 1205
            return
        end local 3 // java.io.IOException ioe
        start local 2 // java.nio.file.attribute.BasicFileAttributes attrs
         8: .line 1208
      StackMap locals: java.nio.file.attribute.BasicFileAttributes
      StackMap stack:
            aload 1 /* entry */
            invokeinterface java.nio.file.Path.getFileName:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            astore 3 /* fn */
        start local 3 // java.lang.String fn
         9: .line 1209
            aload 2 /* attrs */
            invokeinterface java.nio.file.attribute.BasicFileAttributes.isRegularFile:()Z
            ifeq 12
            aload 3 /* fn */
            ldc ".jar"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 12
        10: .line 1211
            aload 0 /* this */
            aload 1 /* entry */
            invokevirtual sun.launcher.LauncherHelper$ModuleValidator.scanModule:(Ljava/nio/file/Path;)Ljava/util/Optional;
            aload 0 /* this */
            invokedynamic accept(Lsun/launcher/LauncherHelper$ModuleValidator;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  sun/launcher/LauncherHelper$ModuleValidator.process(Ljava/lang/module/ModuleReference;)V (5)
                  (Ljava/lang/module/ModuleReference;)V
            invokevirtual java.util.Optional.ifPresent:(Ljava/util/function/Consumer;)V
        11: .line 1212
            goto 18
      StackMap locals: java.lang.String
      StackMap stack:
        12: aload 2 /* attrs */
            invokeinterface java.nio.file.attribute.BasicFileAttributes.isDirectory:()Z
            ifeq 18
        13: .line 1213
            aload 1 /* entry */
            ldc "module-info.class"
            invokeinterface java.nio.file.Path.resolve:(Ljava/lang/String;)Ljava/nio/file/Path;
            astore 5 /* mi */
        start local 5 // java.nio.file.Path mi
        14: .line 1214
            aload 5 /* mi */
            iconst_0
            anewarray java.nio.file.LinkOption
            invokestatic java.nio.file.Files.exists:(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z
            ifeq 17
        15: .line 1216
            aload 0 /* this */
            aload 1 /* entry */
            invokevirtual sun.launcher.LauncherHelper$ModuleValidator.scanModule:(Ljava/nio/file/Path;)Ljava/util/Optional;
            aload 0 /* this */
            invokedynamic accept(Lsun/launcher/LauncherHelper$ModuleValidator;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  sun/launcher/LauncherHelper$ModuleValidator.process(Ljava/lang/module/ModuleReference;)V (5)
                  (Ljava/lang/module/ModuleReference;)V
            invokevirtual java.util.Optional.ifPresent:(Ljava/util/function/Consumer;)V
        16: .line 1217
            goto 18
        17: .line 1219
      StackMap locals: sun.launcher.LauncherHelper$ModuleValidator java.nio.file.Path java.nio.file.attribute.BasicFileAttributes java.lang.String top java.nio.file.Path
      StackMap stack:
            aload 0 /* this */
            aload 1 /* entry */
            invokevirtual sun.launcher.LauncherHelper$ModuleValidator.scanDirectory:(Ljava/nio/file/Path;)V
        end local 5 // java.nio.file.Path mi
        18: .line 1222
      StackMap locals: sun.launcher.LauncherHelper$ModuleValidator java.nio.file.Path java.nio.file.attribute.BasicFileAttributes java.lang.String
      StackMap stack:
            return
        end local 3 // java.lang.String fn
        end local 2 // java.nio.file.attribute.BasicFileAttributes attrs
        end local 1 // java.nio.file.Path entry
        end local 0 // sun.launcher.LauncherHelper$ModuleValidator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lsun/launcher/LauncherHelper$ModuleValidator;
            0   19     1  entry  Ljava/nio/file/Path;
            1    2     2  attrs  Ljava/nio/file/attribute/BasicFileAttributes;
            8   19     2  attrs  Ljava/nio/file/attribute/BasicFileAttributes;
            5    8     3    ioe  Ljava/io/IOException;
            9   19     3     fn  Ljava/lang/String;
           14   18     5     mi  Ljava/nio/file/Path;
      Exception table:
        from    to  target  type
           0     1       2  Class java.nio.file.NoSuchFileException
           0     1       4  Class java.io.IOException
    MethodParameters:
       Name  Flags
      entry  

  private void scanDirectory(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=13, args_size=2
        start local 0 // sun.launcher.LauncherHelper$ModuleValidator this
        start local 1 // java.nio.file.Path dir
         0: .line 1228
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 1 /* dir */
            invokestatic java.nio.file.Files.newDirectoryStream:(Ljava/nio/file/Path;)Ljava/nio/file/DirectoryStream;
            astore 4 /* stream */
        start local 4 // java.nio.file.DirectoryStream stream
         2: .line 1229
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 5 /* moduleToEntry */
        start local 5 // java.util.Map moduleToEntry
         3: .line 1231
            aload 4 /* stream */
            invokeinterface java.nio.file.DirectoryStream.iterator:()Ljava/util/Iterator;
            astore 7
            goto 31
      StackMap locals: sun.launcher.LauncherHelper$ModuleValidator java.nio.file.Path java.lang.Throwable java.lang.Throwable java.nio.file.DirectoryStream java.util.Map top java.util.Iterator
      StackMap stack:
         4: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.nio.file.Path
            astore 6 /* entry */
        start local 6 // java.nio.file.Path entry
         5: .line 1234
            aload 6 /* entry */
            ldc Ljava/nio/file/attribute/BasicFileAttributes;
            iconst_0
            anewarray java.nio.file.LinkOption
            invokestatic java.nio.file.Files.readAttributes:(Ljava/nio/file/Path;Ljava/lang/Class;[Ljava/nio/file/LinkOption;)Ljava/nio/file/attribute/BasicFileAttributes;
            astore 8 /* attrs */
        start local 8 // java.nio.file.attribute.BasicFileAttributes attrs
         6: .line 1235
            goto 11
        end local 8 // java.nio.file.attribute.BasicFileAttributes attrs
      StackMap locals: sun.launcher.LauncherHelper$ModuleValidator java.nio.file.Path java.lang.Throwable java.lang.Throwable java.nio.file.DirectoryStream java.util.Map java.nio.file.Path java.util.Iterator
      StackMap stack: java.io.IOException
         7: astore 9 /* ioe */
        start local 9 // java.io.IOException ioe
         8: .line 1236
            getstatic sun.launcher.LauncherHelper.ostream:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 6 /* entry */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 9 /* ioe */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         9: .line 1237
            aload 0 /* this */
            iconst_1
            putfield sun.launcher.LauncherHelper$ModuleValidator.errorFound:Z
        10: .line 1238
            goto 31
        end local 9 // java.io.IOException ioe
        start local 8 // java.nio.file.attribute.BasicFileAttributes attrs
        11: .line 1241
      StackMap locals: java.nio.file.attribute.BasicFileAttributes
      StackMap stack:
            aconst_null
            astore 9 /* mref */
        start local 9 // java.lang.module.ModuleReference mref
        12: .line 1243
            aload 6 /* entry */
            invokeinterface java.nio.file.Path.getFileName:()Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toString:()Ljava/lang/String;
            astore 10 /* fn */
        start local 10 // java.lang.String fn
        13: .line 1244
            aload 8 /* attrs */
            invokeinterface java.nio.file.attribute.BasicFileAttributes.isRegularFile:()Z
            ifeq 16
            aload 10 /* fn */
            ldc ".jar"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 16
        14: .line 1245
            aload 0 /* this */
            aload 6 /* entry */
            invokevirtual sun.launcher.LauncherHelper$ModuleValidator.scanModule:(Ljava/nio/file/Path;)Ljava/util/Optional;
            aconst_null
            invokevirtual java.util.Optional.orElse:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.module.ModuleReference
            astore 9 /* mref */
        15: .line 1246
            goto 20
      StackMap locals: java.lang.module.ModuleReference java.lang.String
      StackMap stack:
        16: aload 8 /* attrs */
            invokeinterface java.nio.file.attribute.BasicFileAttributes.isDirectory:()Z
            ifeq 20
        17: .line 1247
            aload 6 /* entry */
            ldc "module-info.class"
            invokeinterface java.nio.file.Path.resolve:(Ljava/lang/String;)Ljava/nio/file/Path;
            astore 11 /* mi */
        start local 11 // java.nio.file.Path mi
        18: .line 1248
            aload 11 /* mi */
            iconst_0
            anewarray java.nio.file.LinkOption
            invokestatic java.nio.file.Files.exists:(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z
            ifeq 20
        19: .line 1249
            aload 0 /* this */
            aload 6 /* entry */
            invokevirtual sun.launcher.LauncherHelper$ModuleValidator.scanModule:(Ljava/nio/file/Path;)Ljava/util/Optional;
            aconst_null
            invokevirtual java.util.Optional.orElse:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.module.ModuleReference
            astore 9 /* mref */
        end local 11 // java.nio.file.Path mi
        20: .line 1253
      StackMap locals:
      StackMap stack:
            aload 9 /* mref */
            ifnull 31
        21: .line 1254
            aload 9 /* mref */
            invokevirtual java.lang.module.ModuleReference.descriptor:()Ljava/lang/module/ModuleDescriptor;
            invokevirtual java.lang.module.ModuleDescriptor.name:()Ljava/lang/String;
            astore 11 /* name */
        start local 11 // java.lang.String name
        22: .line 1255
            aload 5 /* moduleToEntry */
            aload 11 /* name */
            aload 6 /* entry */
            invokeinterface java.util.Map.putIfAbsent:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.nio.file.Path
            astore 12 /* previous */
        start local 12 // java.nio.file.Path previous
        23: .line 1256
            aload 12 /* previous */
            ifnull 30
        24: .line 1258
            aload 0 /* this */
            aload 9 /* mref */
            invokevirtual sun.launcher.LauncherHelper$ModuleValidator.printModule:(Ljava/lang/module/ModuleReference;)V
        25: .line 1259
            getstatic sun.launcher.LauncherHelper.ostream:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "    contains same module as "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        26: .line 1260
            aload 12 /* previous */
            invokeinterface java.nio.file.Path.getFileName:()Ljava/nio/file/Path;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        27: .line 1259
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        28: .line 1261
            aload 0 /* this */
            iconst_1
            putfield sun.launcher.LauncherHelper$ModuleValidator.errorFound:Z
        29: .line 1262
            goto 31
        30: .line 1263
      StackMap locals: java.lang.String java.nio.file.Path
      StackMap stack:
            aload 0 /* this */
            aload 9 /* mref */
            invokevirtual sun.launcher.LauncherHelper$ModuleValidator.process:(Ljava/lang/module/ModuleReference;)V
        end local 12 // java.nio.file.Path previous
        end local 11 // java.lang.String name
        end local 10 // java.lang.String fn
        end local 9 // java.lang.module.ModuleReference mref
        end local 8 // java.nio.file.attribute.BasicFileAttributes attrs
        end local 6 // java.nio.file.Path entry
        31: .line 1231
      StackMap locals: sun.launcher.LauncherHelper$ModuleValidator java.nio.file.Path java.lang.Throwable java.lang.Throwable java.nio.file.DirectoryStream java.util.Map top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 5 // java.util.Map moduleToEntry
        32: .line 1267
            aload 4 /* stream */
            ifnull 41
            aload 4 /* stream */
            invokeinterface java.nio.file.DirectoryStream.close:()V
            goto 41
      StackMap locals: sun.launcher.LauncherHelper$ModuleValidator java.nio.file.Path java.lang.Throwable java.lang.Throwable java.nio.file.DirectoryStream
      StackMap stack: java.lang.Throwable
        33: astore 2
            aload 4 /* stream */
            ifnull 34
            aload 4 /* stream */
            invokeinterface java.nio.file.DirectoryStream.close:()V
        end local 4 // java.nio.file.DirectoryStream stream
      StackMap locals:
      StackMap stack:
        34: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        35: astore 3
            aload 2
            ifnonnull 36
            aload 3
            astore 2
            goto 37
      StackMap locals:
      StackMap stack:
        36: aload 2
            aload 3
            if_acmpeq 37
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        37: aload 2
            athrow
      StackMap locals: sun.launcher.LauncherHelper$ModuleValidator java.nio.file.Path
      StackMap stack: java.io.IOException
        38: astore 2 /* ioe */
        start local 2 // java.io.IOException ioe
        39: .line 1268
            getstatic sun.launcher.LauncherHelper.ostream:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 1 /* dir */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* ioe */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        40: .line 1269
            aload 0 /* this */
            iconst_1
            putfield sun.launcher.LauncherHelper$ModuleValidator.errorFound:Z
        end local 2 // java.io.IOException ioe
        41: .line 1271
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.nio.file.Path dir
        end local 0 // sun.launcher.LauncherHelper$ModuleValidator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   42     0           this  Lsun/launcher/LauncherHelper$ModuleValidator;
            0   42     1            dir  Ljava/nio/file/Path;
            2   34     4         stream  Ljava/nio/file/DirectoryStream<Ljava/nio/file/Path;>;
            3   32     5  moduleToEntry  Ljava/util/Map<Ljava/lang/String;Ljava/nio/file/Path;>;
            5   31     6          entry  Ljava/nio/file/Path;
            6    7     8          attrs  Ljava/nio/file/attribute/BasicFileAttributes;
           11   31     8          attrs  Ljava/nio/file/attribute/BasicFileAttributes;
            8   11     9            ioe  Ljava/io/IOException;
           12   31     9           mref  Ljava/lang/module/ModuleReference;
           13   31    10             fn  Ljava/lang/String;
           18   20    11             mi  Ljava/nio/file/Path;
           22   31    11           name  Ljava/lang/String;
           23   31    12       previous  Ljava/nio/file/Path;
           39   41     2            ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           5     6       7  Class java.io.IOException
           2    32      33  any
           1    35      35  any
           0    38      38  Class java.io.IOException
    MethodParameters:
      Name  Flags
      dir   

  private java.util.Optional<java.lang.module.ModuleReference> scanModule(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljava/util/Optional;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // sun.launcher.LauncherHelper$ModuleValidator this
        start local 1 // java.nio.file.Path entry
         0: .line 1277
            iconst_1
            anewarray java.nio.file.Path
            dup
            iconst_0
            aload 1 /* entry */
            aastore
            invokestatic java.lang.module.ModuleFinder.of:([Ljava/nio/file/Path;)Ljava/lang/module/ModuleFinder;
            astore 2 /* finder */
        start local 2 // java.lang.module.ModuleFinder finder
         1: .line 1279
            aload 2 /* finder */
            invokeinterface java.lang.module.ModuleFinder.findAll:()Ljava/util/Set;
            invokeinterface java.util.Set.stream:()Ljava/util/stream/Stream;
            invokeinterface java.util.stream.Stream.findFirst:()Ljava/util/Optional;
         2: areturn
         3: .line 1280
      StackMap locals: sun.launcher.LauncherHelper$ModuleValidator java.nio.file.Path java.lang.module.ModuleFinder
      StackMap stack: java.lang.module.FindException
            astore 3 /* e */
        start local 3 // java.lang.module.FindException e
         4: .line 1281
            getstatic sun.launcher.LauncherHelper.ostream:Ljava/io/PrintStream;
            aload 1 /* entry */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/Object;)V
         5: .line 1282
            getstatic sun.launcher.LauncherHelper.ostream:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "    "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* e */
            invokevirtual java.lang.module.FindException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         6: .line 1283
            aload 3 /* e */
            invokevirtual java.lang.module.FindException.getCause:()Ljava/lang/Throwable;
            astore 4 /* cause */
        start local 4 // java.lang.Throwable cause
         7: .line 1284
            aload 4 /* cause */
            ifnull 9
         8: .line 1285
            getstatic sun.launcher.LauncherHelper.ostream:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "    "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* cause */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         9: .line 1287
      StackMap locals: java.lang.module.FindException java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.launcher.LauncherHelper$ModuleValidator.errorFound:Z
        10: .line 1288
            invokestatic java.util.Optional.empty:()Ljava/util/Optional;
            areturn
        end local 4 // java.lang.Throwable cause
        end local 3 // java.lang.module.FindException e
        end local 2 // java.lang.module.ModuleFinder finder
        end local 1 // java.nio.file.Path entry
        end local 0 // sun.launcher.LauncherHelper$ModuleValidator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lsun/launcher/LauncherHelper$ModuleValidator;
            0   11     1   entry  Ljava/nio/file/Path;
            1   11     2  finder  Ljava/lang/module/ModuleFinder;
            4   11     3       e  Ljava/lang/module/FindException;
            7   11     4   cause  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.module.FindException
    Signature: (Ljava/nio/file/Path;)Ljava/util/Optional<Ljava/lang/module/ModuleReference;>;
    MethodParameters:
       Name  Flags
      entry  

  private static boolean lambda$0(java.net.URI);
    descriptor: (Ljava/net/URI;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.net.URI uri
         0: .line 1156
            aload 0 /* uri */
            invokestatic sun.launcher.LauncherHelper.isJrt:(Ljava/net/URI;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // java.net.URI uri
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   uri  Ljava/net/URI;

  private static void lambda$1(java.net.URI);
    descriptor: (Ljava/net/URI;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.net.URI uri
         0: .line 1157
            getstatic sun.launcher.LauncherHelper.ostream:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* uri */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
            return
        end local 0 // java.net.URI uri
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   uri  Ljava/net/URI;
}
SourceFile: "LauncherHelper.java"
NestHost: sun.launcher.LauncherHelper
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  ModuleValidator = sun.launcher.LauncherHelper$ModuleValidator of sun.launcher.LauncherHelper