public final class jdk.internal.module.SystemModuleFinders
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: jdk.internal.module.SystemModuleFinders
  super_class: java.lang.Object
{
  private static final jdk.internal.misc.JavaNetUriAccess JNUA;
    descriptor: Ljdk/internal/misc/JavaNetUriAccess;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final boolean USE_FAST_PATH;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static volatile java.lang.module.ModuleFinder cachedSystemModuleFinder;
    descriptor: Ljava/lang/module/ModuleFinder;
    flags: (0x004a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 78
            invokestatic jdk.internal.misc.SharedSecrets.getJavaNetUriAccess:()Ljdk/internal/misc/JavaNetUriAccess;
            putstatic jdk.internal.module.SystemModuleFinders.JNUA:Ljdk/internal/misc/JavaNetUriAccess;
         1: .line 82
            ldc "jdk.system.module.finder.disableFastPath"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 0 /* value */
        start local 0 // java.lang.String value
         2: .line 83
            aload 0 /* value */
            ifnonnull 5
         3: .line 84
            iconst_1
            putstatic jdk.internal.module.SystemModuleFinders.USE_FAST_PATH:Z
         4: .line 85
            goto 8
         5: .line 86
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* value */
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 6
            aload 0 /* value */
            invokestatic java.lang.Boolean.parseBoolean:(Ljava/lang/String;)Z
            ifne 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: putstatic jdk.internal.module.SystemModuleFinders.USE_FAST_PATH:Z
        end local 0 // java.lang.String value
         8: .line 91
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            2    8     0  value  Ljava/lang/String;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.module.SystemModuleFinders this
         0: .line 93
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.internal.module.SystemModuleFinders this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/module/SystemModuleFinders;

  static jdk.internal.module.SystemModules allSystemModules();
    descriptor: ()Ljdk/internal/module/SystemModules;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 101
            getstatic jdk.internal.module.SystemModuleFinders.USE_FAST_PATH:Z
            ifeq 2
         1: .line 102
            invokestatic jdk.internal.module.SystemModulesMap.allSystemModules:()Ljdk/internal/module/SystemModules;
            areturn
         2: .line 104
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static jdk.internal.module.SystemModules systemModules(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljdk/internal/module/SystemModules;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // java.lang.String initialModule
         0: .line 117
            getstatic jdk.internal.module.SystemModuleFinders.USE_FAST_PATH:Z
            ifeq 16
         1: .line 118
            aload 0 /* initialModule */
            ifnonnull 3
         2: .line 119
            invokestatic jdk.internal.module.SystemModulesMap.defaultSystemModules:()Ljdk/internal/module/SystemModules;
            areturn
         3: .line 122
      StackMap locals:
      StackMap stack:
            invokestatic jdk.internal.module.SystemModulesMap.moduleNames:()[Ljava/lang/String;
            astore 1 /* initialModules */
        start local 1 // java.lang.String[] initialModules
         4: .line 123
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 15
         6: .line 124
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 1 /* initialModules */
            iload 2 /* i */
            aaload
            astore 3 /* moduleName */
        start local 3 // java.lang.String moduleName
         7: .line 125
            aload 0 /* initialModule */
            aload 3 /* moduleName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 14
         8: .line 126
            invokestatic jdk.internal.module.SystemModulesMap.classNames:()[Ljava/lang/String;
            iload 2 /* i */
            aaload
            astore 4 /* cn */
        start local 4 // java.lang.String cn
         9: .line 129
            aload 4 /* cn */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            astore 5 /* ctor */
        start local 5 // java.lang.reflect.Constructor ctor
        10: .line 130
            aload 5 /* ctor */
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast jdk.internal.module.SystemModules
        11: areturn
        end local 5 // java.lang.reflect.Constructor ctor
        12: .line 131
      StackMap locals: java.lang.String java.lang.String[] int java.lang.String java.lang.String
      StackMap stack: java.lang.Exception
            astore 5 /* e */
        start local 5 // java.lang.Exception e
        13: .line 132
            new java.lang.InternalError
            dup
            aload 5 /* e */
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.lang.Exception e
        end local 4 // java.lang.String cn
        end local 3 // java.lang.String moduleName
        14: .line 123
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 2 /* i */
            aload 1 /* initialModules */
            arraylength
            if_icmplt 6
        end local 2 // int i
        end local 1 // java.lang.String[] initialModules
        16: .line 137
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.String initialModule
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   17     0   initialModule  Ljava/lang/String;
            4   16     1  initialModules  [Ljava/lang/String;
            5   16     2               i  I
            7   14     3      moduleName  Ljava/lang/String;
            9   14     4              cn  Ljava/lang/String;
           10   12     5            ctor  Ljava/lang/reflect/Constructor<*>;
           13   14     5               e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           9    11      12  Class java.lang.Exception
    MethodParameters:
               Name  Flags
      initialModule  

  static java.lang.module.ModuleFinder of(jdk.internal.module.SystemModules);
    descriptor: (Ljdk/internal/module/SystemModules;)Ljava/lang/module/ModuleFinder;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=13, args_size=1
        start local 0 // jdk.internal.module.SystemModules systemModules
         0: .line 146
            aload 0 /* systemModules */
            invokeinterface jdk.internal.module.SystemModules.moduleDescriptors:()[Ljava/lang/module/ModuleDescriptor;
            astore 1 /* descriptors */
        start local 1 // java.lang.module.ModuleDescriptor[] descriptors
         1: .line 147
            aload 0 /* systemModules */
            invokeinterface jdk.internal.module.SystemModules.moduleTargets:()[Ljdk/internal/module/ModuleTarget;
            astore 2 /* targets */
        start local 2 // jdk.internal.module.ModuleTarget[] targets
         2: .line 148
            aload 0 /* systemModules */
            invokeinterface jdk.internal.module.SystemModules.moduleHashes:()[Ljdk/internal/module/ModuleHashes;
            astore 3 /* recordedHashes */
        start local 3 // jdk.internal.module.ModuleHashes[] recordedHashes
         3: .line 149
            aload 0 /* systemModules */
            invokeinterface jdk.internal.module.SystemModules.moduleResolutions:()[Ljdk/internal/module/ModuleResolution;
            astore 4 /* moduleResolutions */
        start local 4 // jdk.internal.module.ModuleResolution[] moduleResolutions
         4: .line 151
            aload 1 /* descriptors */
            arraylength
            istore 5 /* moduleCount */
        start local 5 // int moduleCount
         5: .line 152
            iload 5 /* moduleCount */
            anewarray java.lang.module.ModuleReference
            astore 6 /* mrefs */
        start local 6 // java.lang.module.ModuleReference[] mrefs
         6: .line 155
            iload 5 /* moduleCount */
            anewarray java.util.Map$Entry
         7: .line 154
            astore 7 /* map */
        start local 7 // java.util.Map$Entry[] map
         8: .line 157
            aload 3 /* recordedHashes */
            invokestatic jdk.internal.module.SystemModuleFinders.generateNameToHash:([Ljdk/internal/module/ModuleHashes;)Ljava/util/Map;
            astore 8 /* nameToHash */
        start local 8 // java.util.Map nameToHash
         9: .line 159
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        10: goto 22
        11: .line 160
      StackMap locals: jdk.internal.module.SystemModules java.lang.module.ModuleDescriptor[] jdk.internal.module.ModuleTarget[] jdk.internal.module.ModuleHashes[] jdk.internal.module.ModuleResolution[] int java.lang.module.ModuleReference[] java.util.Map$Entry[] java.util.Map int
      StackMap stack:
            aload 1 /* descriptors */
            iload 9 /* i */
            aaload
            invokevirtual java.lang.module.ModuleDescriptor.name:()Ljava/lang/String;
            astore 10 /* name */
        start local 10 // java.lang.String name
        12: .line 161
            aload 8 /* nameToHash */
            aload 10 /* name */
            invokestatic jdk.internal.module.SystemModuleFinders.hashSupplier:(Ljava/util/Map;Ljava/lang/String;)Ljdk/internal/module/ModuleHashes$HashSupplier;
            astore 11 /* hashSupplier */
        start local 11 // jdk.internal.module.ModuleHashes$HashSupplier hashSupplier
        13: .line 162
            aload 1 /* descriptors */
            iload 9 /* i */
            aaload
        14: .line 163
            aload 2 /* targets */
            iload 9 /* i */
            aaload
        15: .line 164
            aload 3 /* recordedHashes */
            iload 9 /* i */
            aaload
        16: .line 165
            aload 11 /* hashSupplier */
        17: .line 166
            aload 4 /* moduleResolutions */
            iload 9 /* i */
            aaload
        18: .line 162
            invokestatic jdk.internal.module.SystemModuleFinders.toModuleReference:(Ljava/lang/module/ModuleDescriptor;Ljdk/internal/module/ModuleTarget;Ljdk/internal/module/ModuleHashes;Ljdk/internal/module/ModuleHashes$HashSupplier;Ljdk/internal/module/ModuleResolution;)Ljava/lang/module/ModuleReference;
            astore 12 /* mref */
        start local 12 // java.lang.module.ModuleReference mref
        19: .line 167
            aload 6 /* mrefs */
            iload 9 /* i */
            aload 12 /* mref */
            aastore
        20: .line 168
            aload 7 /* map */
            iload 9 /* i */
            aload 10 /* name */
            aload 12 /* mref */
            invokestatic java.util.Map.entry:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/Map$Entry;
            aastore
        end local 12 // java.lang.module.ModuleReference mref
        end local 11 // jdk.internal.module.ModuleHashes$HashSupplier hashSupplier
        end local 10 // java.lang.String name
        21: .line 159
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 9 /* i */
            iload 5 /* moduleCount */
            if_icmplt 11
        end local 9 // int i
        23: .line 171
            new jdk.internal.module.SystemModuleFinders$SystemModuleFinder
            dup
            aload 6 /* mrefs */
            aload 7 /* map */
            invokespecial jdk.internal.module.SystemModuleFinders$SystemModuleFinder.<init>:([Ljava/lang/module/ModuleReference;[Ljava/util/Map$Entry;)V
            areturn
        end local 8 // java.util.Map nameToHash
        end local 7 // java.util.Map$Entry[] map
        end local 6 // java.lang.module.ModuleReference[] mrefs
        end local 5 // int moduleCount
        end local 4 // jdk.internal.module.ModuleResolution[] moduleResolutions
        end local 3 // jdk.internal.module.ModuleHashes[] recordedHashes
        end local 2 // jdk.internal.module.ModuleTarget[] targets
        end local 1 // java.lang.module.ModuleDescriptor[] descriptors
        end local 0 // jdk.internal.module.SystemModules systemModules
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   24     0      systemModules  Ljdk/internal/module/SystemModules;
            1   24     1        descriptors  [Ljava/lang/module/ModuleDescriptor;
            2   24     2            targets  [Ljdk/internal/module/ModuleTarget;
            3   24     3     recordedHashes  [Ljdk/internal/module/ModuleHashes;
            4   24     4  moduleResolutions  [Ljdk/internal/module/ModuleResolution;
            5   24     5        moduleCount  I
            6   24     6              mrefs  [Ljava/lang/module/ModuleReference;
            8   24     7                map  [Ljava/util/Map$Entry;
            9   24     8         nameToHash  Ljava/util/Map<Ljava/lang/String;[B>;
           10   23     9                  i  I
           12   21    10               name  Ljava/lang/String;
           13   21    11       hashSupplier  Ljdk/internal/module/ModuleHashes$HashSupplier;
           19   21    12               mref  Ljava/lang/module/ModuleReference;
    MethodParameters:
               Name  Flags
      systemModules  

  public static java.lang.module.ModuleFinder ofSystem();
    descriptor: ()Ljava/lang/module/ModuleFinder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=0
         0: .line 181
            getstatic jdk.internal.module.SystemModuleFinders.cachedSystemModuleFinder:Ljava/lang/module/ModuleFinder;
            astore 0 /* finder */
        start local 0 // java.lang.module.ModuleFinder finder
         1: .line 182
            aload 0 /* finder */
            ifnull 3
         2: .line 183
            aload 0 /* finder */
            areturn
         3: .line 187
      StackMap locals: java.lang.module.ModuleFinder
      StackMap stack:
            invokestatic jdk.internal.util.StaticProperty.javaHome:()Ljava/lang/String;
            astore 1 /* home */
        start local 1 // java.lang.String home
         4: .line 188
            aload 1 /* home */
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "lib"
            aastore
            dup
            iconst_1
            ldc "modules"
            aastore
            invokestatic java.nio.file.Path.of:(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;
            astore 2 /* modules */
        start local 2 // java.nio.file.Path modules
         5: .line 189
            aload 2 /* modules */
            iconst_0
            anewarray java.nio.file.LinkOption
            invokestatic java.nio.file.Files.isRegularFile:(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z
            ifeq 14
         6: .line 190
            getstatic jdk.internal.module.SystemModuleFinders.USE_FAST_PATH:Z
            ifeq 10
         7: .line 191
            invokestatic jdk.internal.module.SystemModuleFinders.allSystemModules:()Ljdk/internal/module/SystemModules;
            astore 3 /* systemModules */
        start local 3 // jdk.internal.module.SystemModules systemModules
         8: .line 192
            aload 3 /* systemModules */
            ifnull 10
         9: .line 193
            aload 3 /* systemModules */
            invokestatic jdk.internal.module.SystemModuleFinders.of:(Ljdk/internal/module/SystemModules;)Ljava/lang/module/ModuleFinder;
            astore 0 /* finder */
        end local 3 // jdk.internal.module.SystemModules systemModules
        10: .line 198
      StackMap locals: java.lang.String java.nio.file.Path
      StackMap stack:
            aload 0 /* finder */
            ifnonnull 12
        11: .line 199
            invokestatic jdk.internal.module.SystemModuleFinders.ofModuleInfos:()Ljava/lang/module/ModuleFinder;
            astore 0 /* finder */
        12: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* finder */
            putstatic jdk.internal.module.SystemModuleFinders.cachedSystemModuleFinder:Ljava/lang/module/ModuleFinder;
        13: .line 203
            aload 0 /* finder */
            areturn
        14: .line 208
      StackMap locals:
      StackMap stack:
            aload 1 /* home */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "modules"
            aastore
            invokestatic java.nio.file.Path.of:(Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path;
            astore 3 /* dir */
        start local 3 // java.nio.file.Path dir
        15: .line 209
            aload 3 /* dir */
            iconst_0
            anewarray java.nio.file.LinkOption
            invokestatic java.nio.file.Files.isDirectory:(Ljava/nio/file/Path;[Ljava/nio/file/LinkOption;)Z
            ifne 17
        16: .line 210
            new java.lang.InternalError
            dup
            ldc "Unable to detect the run-time image"
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 211
      StackMap locals: java.nio.file.Path
      StackMap stack:
            invokestatic jdk.internal.module.ModuleBootstrap.patcher:()Ljdk/internal/module/ModulePatcher;
            iconst_1
            anewarray java.nio.file.Path
            dup
            iconst_0
            aload 3 /* dir */
            aastore
            invokestatic jdk.internal.module.ModulePath.of:(Ljdk/internal/module/ModulePatcher;[Ljava/nio/file/Path;)Ljava/lang/module/ModuleFinder;
            astore 4 /* f */
        start local 4 // java.lang.module.ModuleFinder f
        18: .line 212
            new jdk.internal.module.SystemModuleFinders$1
            dup
            aload 4 /* f */
            invokespecial jdk.internal.module.SystemModuleFinders$1.<init>:(Ljava/lang/module/ModuleFinder;)V
            areturn
        end local 4 // java.lang.module.ModuleFinder f
        end local 3 // java.nio.file.Path dir
        end local 2 // java.nio.file.Path modules
        end local 1 // java.lang.String home
        end local 0 // java.lang.module.ModuleFinder finder
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            1   19     0         finder  Ljava/lang/module/ModuleFinder;
            4   19     1           home  Ljava/lang/String;
            5   19     2        modules  Ljava/nio/file/Path;
            8   10     3  systemModules  Ljdk/internal/module/SystemModules;
           15   19     3            dir  Ljava/nio/file/Path;
           18   19     4              f  Ljava/lang/module/ModuleFinder;

  private static java.lang.module.ModuleFinder ofModuleInfos();
    descriptor: ()Ljava/lang/module/ModuleFinder;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=12, args_size=0
         0: .line 234
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 0 /* nameToAttributes */
        start local 0 // java.util.Map nameToAttributes
         1: .line 235
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 1 /* nameToHash */
        start local 1 // java.util.Map nameToHash
         2: .line 236
            invokestatic jdk.internal.module.SystemModuleFinders$SystemImage.reader:()Ljdk/internal/jimage/ImageReader;
            astore 2 /* reader */
        start local 2 // jdk.internal.jimage.ImageReader reader
         3: .line 237
            aload 2 /* reader */
            invokevirtual jdk.internal.jimage.ImageReader.getModuleNames:()[Ljava/lang/String;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 16
      StackMap locals: java.util.Map java.util.Map jdk.internal.jimage.ImageReader top int int java.lang.String[]
      StackMap stack:
         4: aload 6
            iload 4
            aaload
            astore 3 /* mn */
        start local 3 // java.lang.String mn
         5: .line 238
            aload 2 /* reader */
            aload 3 /* mn */
            ldc "module-info.class"
            invokevirtual jdk.internal.jimage.ImageReader.findLocation:(Ljava/lang/String;Ljava/lang/String;)Ljdk/internal/jimage/ImageLocation;
            astore 7 /* loc */
        start local 7 // jdk.internal.jimage.ImageLocation loc
         6: .line 240
            aload 2 /* reader */
            aload 7 /* loc */
            invokevirtual jdk.internal.jimage.ImageReader.getResourceBuffer:(Ljdk/internal/jimage/ImageLocation;)Ljava/nio/ByteBuffer;
            aconst_null
            invokestatic jdk.internal.module.ModuleInfo.read:(Ljava/nio/ByteBuffer;Ljava/util/function/Supplier;)Ljdk/internal/module/ModuleInfo$Attributes;
         7: .line 239
            astore 8 /* attrs */
        start local 8 // jdk.internal.module.ModuleInfo$Attributes attrs
         8: .line 242
            aload 0 /* nameToAttributes */
            aload 3 /* mn */
            aload 8 /* attrs */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 243
            aload 8 /* attrs */
            invokevirtual jdk.internal.module.ModuleInfo$Attributes.recordedHashes:()Ljdk/internal/module/ModuleHashes;
            astore 9 /* hashes */
        start local 9 // jdk.internal.module.ModuleHashes hashes
        10: .line 244
            aload 9 /* hashes */
            ifnull 15
        11: .line 245
            aload 9 /* hashes */
            invokevirtual jdk.internal.module.ModuleHashes.names:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 11
            goto 14
      StackMap locals: java.util.Map java.util.Map jdk.internal.jimage.ImageReader java.lang.String int int java.lang.String[] jdk.internal.jimage.ImageLocation jdk.internal.module.ModuleInfo$Attributes jdk.internal.module.ModuleHashes top java.util.Iterator
      StackMap stack:
        12: aload 11
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 10 /* name */
        start local 10 // java.lang.String name
        13: .line 246
            aload 1 /* nameToHash */
            aload 10 /* name */
            aload 9 /* hashes */
            aload 10 /* name */
            invokedynamic apply(Ljdk/internal/module/ModuleHashes;Ljava/lang/String;)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;
                  jdk/internal/module/SystemModuleFinders.lambda$0(Ljdk/internal/module/ModuleHashes;Ljava/lang/String;Ljava/lang/String;)[B (6)
                  (Ljava/lang/String;)[B
            invokeinterface java.util.Map.computeIfAbsent:(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;
            pop
        end local 10 // java.lang.String name
        14: .line 245
      StackMap locals:
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        end local 9 // jdk.internal.module.ModuleHashes hashes
        end local 8 // jdk.internal.module.ModuleInfo$Attributes attrs
        end local 7 // jdk.internal.jimage.ImageLocation loc
        end local 3 // java.lang.String mn
        15: .line 237
      StackMap locals: java.util.Map java.util.Map jdk.internal.jimage.ImageReader top int int java.lang.String[]
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        16: iload 4
            iload 5
            if_icmplt 4
        17: .line 252
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 3 /* mrefs */
        start local 3 // java.util.Set mrefs
        18: .line 253
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 4 /* nameToModule */
        start local 4 // java.util.Map nameToModule
        19: .line 254
            aload 0 /* nameToAttributes */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6
            goto 32
      StackMap locals: java.util.Map java.util.Map jdk.internal.jimage.ImageReader java.util.Set java.util.Map top java.util.Iterator
      StackMap stack:
        20: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 5 /* e */
        start local 5 // java.util.Map$Entry e
        21: .line 255
            aload 5 /* e */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 7 /* mn */
        start local 7 // java.lang.String mn
        22: .line 256
            aload 5 /* e */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast jdk.internal.module.ModuleInfo$Attributes
            astore 8 /* attrs */
        start local 8 // jdk.internal.module.ModuleInfo$Attributes attrs
        23: .line 257
            aload 1 /* nameToHash */
            aload 7 /* mn */
            invokestatic jdk.internal.module.SystemModuleFinders.hashSupplier:(Ljava/util/Map;Ljava/lang/String;)Ljdk/internal/module/ModuleHashes$HashSupplier;
            astore 9 /* hashSupplier */
        start local 9 // jdk.internal.module.ModuleHashes$HashSupplier hashSupplier
        24: .line 258
            aload 8 /* attrs */
            invokevirtual jdk.internal.module.ModuleInfo$Attributes.descriptor:()Ljava/lang/module/ModuleDescriptor;
        25: .line 259
            aload 8 /* attrs */
            invokevirtual jdk.internal.module.ModuleInfo$Attributes.target:()Ljdk/internal/module/ModuleTarget;
        26: .line 260
            aload 8 /* attrs */
            invokevirtual jdk.internal.module.ModuleInfo$Attributes.recordedHashes:()Ljdk/internal/module/ModuleHashes;
        27: .line 261
            aload 9 /* hashSupplier */
        28: .line 262
            aload 8 /* attrs */
            invokevirtual jdk.internal.module.ModuleInfo$Attributes.moduleResolution:()Ljdk/internal/module/ModuleResolution;
        29: .line 258
            invokestatic jdk.internal.module.SystemModuleFinders.toModuleReference:(Ljava/lang/module/ModuleDescriptor;Ljdk/internal/module/ModuleTarget;Ljdk/internal/module/ModuleHashes;Ljdk/internal/module/ModuleHashes$HashSupplier;Ljdk/internal/module/ModuleResolution;)Ljava/lang/module/ModuleReference;
            astore 10 /* mref */
        start local 10 // java.lang.module.ModuleReference mref
        30: .line 263
            aload 3 /* mrefs */
            aload 10 /* mref */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        31: .line 264
            aload 4 /* nameToModule */
            aload 7 /* mn */
            aload 10 /* mref */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 10 // java.lang.module.ModuleReference mref
        end local 9 // jdk.internal.module.ModuleHashes$HashSupplier hashSupplier
        end local 8 // jdk.internal.module.ModuleInfo$Attributes attrs
        end local 7 // java.lang.String mn
        end local 5 // java.util.Map$Entry e
        32: .line 254
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 20
        33: .line 267
            new jdk.internal.module.SystemModuleFinders$SystemModuleFinder
            dup
            aload 3 /* mrefs */
            aload 4 /* nameToModule */
            invokespecial jdk.internal.module.SystemModuleFinders$SystemModuleFinder.<init>:(Ljava/util/Set;Ljava/util/Map;)V
            areturn
        end local 4 // java.util.Map nameToModule
        end local 3 // java.util.Set mrefs
        end local 2 // jdk.internal.jimage.ImageReader reader
        end local 1 // java.util.Map nameToHash
        end local 0 // java.util.Map nameToAttributes
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            1   34     0  nameToAttributes  Ljava/util/Map<Ljava/lang/String;Ljdk/internal/module/ModuleInfo$Attributes;>;
            2   34     1        nameToHash  Ljava/util/Map<Ljava/lang/String;[B>;
            3   34     2            reader  Ljdk/internal/jimage/ImageReader;
            5   15     3                mn  Ljava/lang/String;
            6   15     7               loc  Ljdk/internal/jimage/ImageLocation;
            8   15     8             attrs  Ljdk/internal/module/ModuleInfo$Attributes;
           10   15     9            hashes  Ljdk/internal/module/ModuleHashes;
           13   14    10              name  Ljava/lang/String;
           18   34     3             mrefs  Ljava/util/Set<Ljava/lang/module/ModuleReference;>;
           19   34     4      nameToModule  Ljava/util/Map<Ljava/lang/String;Ljava/lang/module/ModuleReference;>;
           21   32     5                 e  Ljava/util/Map$Entry<Ljava/lang/String;Ljdk/internal/module/ModuleInfo$Attributes;>;
           22   32     7                mn  Ljava/lang/String;
           23   32     8             attrs  Ljdk/internal/module/ModuleInfo$Attributes;
           24   32     9      hashSupplier  Ljdk/internal/module/ModuleHashes$HashSupplier;
           30   32    10              mref  Ljava/lang/module/ModuleReference;

  static java.lang.module.ModuleReference toModuleReference(java.lang.module.ModuleDescriptor, jdk.internal.module.ModuleTarget, jdk.internal.module.ModuleHashes, jdk.internal.module.ModuleHashes$HashSupplier, jdk.internal.module.ModuleResolution);
    descriptor: (Ljava/lang/module/ModuleDescriptor;Ljdk/internal/module/ModuleTarget;Ljdk/internal/module/ModuleHashes;Ljdk/internal/module/ModuleHashes$HashSupplier;Ljdk/internal/module/ModuleResolution;)Ljava/lang/module/ModuleReference;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=10, locals=9, args_size=5
        start local 0 // java.lang.module.ModuleDescriptor descriptor
        start local 1 // jdk.internal.module.ModuleTarget target
        start local 2 // jdk.internal.module.ModuleHashes recordedHashes
        start local 3 // jdk.internal.module.ModuleHashes$HashSupplier hasher
        start local 4 // jdk.internal.module.ModuleResolution mres
         0: .line 309
            aload 0 /* descriptor */
            invokevirtual java.lang.module.ModuleDescriptor.name:()Ljava/lang/String;
            astore 5 /* mn */
        start local 5 // java.lang.String mn
         1: .line 310
            getstatic jdk.internal.module.SystemModuleFinders.JNUA:Ljdk/internal/misc/JavaNetUriAccess;
            ldc "jrt"
            ldc "/"
            aload 5 /* mn */
            invokevirtual java.lang.String.concat:(Ljava/lang/String;)Ljava/lang/String;
            invokeinterface jdk.internal.misc.JavaNetUriAccess.create:(Ljava/lang/String;Ljava/lang/String;)Ljava/net/URI;
            astore 6 /* uri */
        start local 6 // java.net.URI uri
         2: .line 312
            new jdk.internal.module.SystemModuleFinders$2
            dup
            aload 5 /* mn */
            aload 6 /* uri */
            invokespecial jdk.internal.module.SystemModuleFinders$2.<init>:(Ljava/lang/String;Ljava/net/URI;)V
            astore 7 /* readerSupplier */
        start local 7 // java.util.function.Supplier readerSupplier
         3: .line 319
            new jdk.internal.module.ModuleReferenceImpl
            dup
            aload 0 /* descriptor */
         4: .line 320
            aload 6 /* uri */
         5: .line 321
            aload 7 /* readerSupplier */
         6: .line 322
            aconst_null
         7: .line 323
            aload 1 /* target */
         8: .line 324
            aload 2 /* recordedHashes */
         9: .line 325
            aload 3 /* hasher */
        10: .line 326
            aload 4 /* mres */
        11: .line 319
            invokespecial jdk.internal.module.ModuleReferenceImpl.<init>:(Ljava/lang/module/ModuleDescriptor;Ljava/net/URI;Ljava/util/function/Supplier;Ljdk/internal/module/ModulePatcher;Ljdk/internal/module/ModuleTarget;Ljdk/internal/module/ModuleHashes;Ljdk/internal/module/ModuleHashes$HashSupplier;Ljdk/internal/module/ModuleResolution;)V
            astore 8 /* mref */
        start local 8 // java.lang.module.ModuleReference mref
        12: .line 329
            invokestatic jdk.internal.module.ModuleBootstrap.patcher:()Ljdk/internal/module/ModulePatcher;
            aload 8 /* mref */
            invokevirtual jdk.internal.module.ModulePatcher.patchIfNeeded:(Ljava/lang/module/ModuleReference;)Ljava/lang/module/ModuleReference;
            astore 8 /* mref */
        13: .line 331
            aload 8 /* mref */
            areturn
        end local 8 // java.lang.module.ModuleReference mref
        end local 7 // java.util.function.Supplier readerSupplier
        end local 6 // java.net.URI uri
        end local 5 // java.lang.String mn
        end local 4 // jdk.internal.module.ModuleResolution mres
        end local 3 // jdk.internal.module.ModuleHashes$HashSupplier hasher
        end local 2 // jdk.internal.module.ModuleHashes recordedHashes
        end local 1 // jdk.internal.module.ModuleTarget target
        end local 0 // java.lang.module.ModuleDescriptor descriptor
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0      descriptor  Ljava/lang/module/ModuleDescriptor;
            0   14     1          target  Ljdk/internal/module/ModuleTarget;
            0   14     2  recordedHashes  Ljdk/internal/module/ModuleHashes;
            0   14     3          hasher  Ljdk/internal/module/ModuleHashes$HashSupplier;
            0   14     4            mres  Ljdk/internal/module/ModuleResolution;
            1   14     5              mn  Ljava/lang/String;
            2   14     6             uri  Ljava/net/URI;
            3   14     7  readerSupplier  Ljava/util/function/Supplier<Ljava/lang/module/ModuleReader;>;
           12   14     8            mref  Ljava/lang/module/ModuleReference;
    MethodParameters:
                Name  Flags
      descriptor      
      target          
      recordedHashes  
      hasher          
      mres            

  static java.util.Map<java.lang.String, byte[]> generateNameToHash(jdk.internal.module.ModuleHashes[]);
    descriptor: ([Ljdk/internal/module/ModuleHashes;)Ljava/util/Map;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // jdk.internal.module.ModuleHashes[] recordedHashes
         0: .line 338
            aconst_null
            astore 1 /* nameToHash */
        start local 1 // java.util.Map nameToHash
         1: .line 340
            iconst_0
            istore 2 /* secondSeen */
        start local 2 // boolean secondSeen
         2: .line 342
            aload 0 /* recordedHashes */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 13
      StackMap locals: jdk.internal.module.ModuleHashes[] java.util.Map int top int int jdk.internal.module.ModuleHashes[]
      StackMap stack:
         3: aload 6
            iload 4
            aaload
            astore 3 /* mh */
        start local 3 // jdk.internal.module.ModuleHashes mh
         4: .line 343
            aload 3 /* mh */
            ifnull 12
         5: .line 345
            aload 1 /* nameToHash */
            ifnonnull 8
         6: .line 346
            aload 3 /* mh */
            invokevirtual jdk.internal.module.ModuleHashes.hashes:()Ljava/util/Map;
            astore 1 /* nameToHash */
         7: .line 347
            goto 12
         8: .line 348
      StackMap locals: jdk.internal.module.ModuleHashes[] java.util.Map int jdk.internal.module.ModuleHashes int int jdk.internal.module.ModuleHashes[]
      StackMap stack:
            iload 2 /* secondSeen */
            ifne 11
         9: .line 349
            new java.util.HashMap
            dup
            aload 1 /* nameToHash */
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
            astore 1 /* nameToHash */
        10: .line 350
            iconst_1
            istore 2 /* secondSeen */
        11: .line 352
      StackMap locals:
      StackMap stack:
            aload 1 /* nameToHash */
            aload 3 /* mh */
            invokevirtual jdk.internal.module.ModuleHashes.hashes:()Ljava/util/Map;
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
        end local 3 // jdk.internal.module.ModuleHashes mh
        12: .line 342
      StackMap locals: jdk.internal.module.ModuleHashes[] java.util.Map int top int int jdk.internal.module.ModuleHashes[]
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        13: iload 4
            iload 5
            if_icmplt 3
        14: .line 356
            aload 1 /* nameToHash */
            ifnull 15
            aload 1 /* nameToHash */
            goto 16
      StackMap locals: jdk.internal.module.ModuleHashes[] java.util.Map int
      StackMap stack:
        15: invokestatic java.util.Map.of:()Ljava/util/Map;
      StackMap locals:
      StackMap stack: java.util.Map
        16: areturn
        end local 2 // boolean secondSeen
        end local 1 // java.util.Map nameToHash
        end local 0 // jdk.internal.module.ModuleHashes[] recordedHashes
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   17     0  recordedHashes  [Ljdk/internal/module/ModuleHashes;
            1   17     1      nameToHash  Ljava/util/Map<Ljava/lang/String;[B>;
            2   17     2      secondSeen  Z
            4   12     3              mh  Ljdk/internal/module/ModuleHashes;
    Signature: ([Ljdk/internal/module/ModuleHashes;)Ljava/util/Map<Ljava/lang/String;[B>;
    MethodParameters:
                Name  Flags
      recordedHashes  

  static jdk.internal.module.ModuleHashes$HashSupplier hashSupplier(java.util.Map<java.lang.String, byte[]>, java.lang.String);
    descriptor: (Ljava/util/Map;Ljava/lang/String;)Ljdk/internal/module/ModuleHashes$HashSupplier;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.util.Map nameToHash
        start local 1 // java.lang.String name
         0: .line 363
            aload 0 /* nameToHash */
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast byte[]
            astore 2 /* hash */
        start local 2 // byte[] hash
         1: .line 364
            aload 2 /* hash */
            ifnull 3
         2: .line 366
            new jdk.internal.module.SystemModuleFinders$3
            dup
            aload 2 /* hash */
            invokespecial jdk.internal.module.SystemModuleFinders$3.<init>:([B)V
            areturn
         3: .line 373
      StackMap locals: byte[]
      StackMap stack:
            aconst_null
            areturn
        end local 2 // byte[] hash
        end local 1 // java.lang.String name
        end local 0 // java.util.Map nameToHash
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0  nameToHash  Ljava/util/Map<Ljava/lang/String;[B>;
            0    4     1        name  Ljava/lang/String;
            1    4     2        hash  [B
    Signature: (Ljava/util/Map<Ljava/lang/String;[B>;Ljava/lang/String;)Ljdk/internal/module/ModuleHashes$HashSupplier;
    MethodParameters:
            Name  Flags
      nameToHash  
      name        

  private static byte[] lambda$0(jdk.internal.module.ModuleHashes, java.lang.String, java.lang.String);
    descriptor: (Ljdk/internal/module/ModuleHashes;Ljava/lang/String;Ljava/lang/String;)[B
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // java.lang.String k
         0: .line 246
            aload 0
            aload 1
            invokevirtual jdk.internal.module.ModuleHashes.hashFor:(Ljava/lang/String;)[B
            areturn
        end local 2 // java.lang.String k
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     2     k  Ljava/lang/String;
}
SourceFile: "SystemModuleFinders.java"
NestMembers:
  jdk.internal.module.SystemModuleFinders$1  jdk.internal.module.SystemModuleFinders$2  jdk.internal.module.SystemModuleFinders$3  jdk.internal.module.SystemModuleFinders$ModuleContentSpliterator  jdk.internal.module.SystemModuleFinders$SystemImage  jdk.internal.module.SystemModuleFinders$SystemModuleFinder  jdk.internal.module.SystemModuleFinders$SystemModuleReader
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map
  public abstract HashSupplier = jdk.internal.module.ModuleHashes$HashSupplier of jdk.internal.module.ModuleHashes
  public final Attributes = jdk.internal.module.ModuleInfo$Attributes of jdk.internal.module.ModuleInfo
  jdk.internal.module.SystemModuleFinders$1
  jdk.internal.module.SystemModuleFinders$2
  jdk.internal.module.SystemModuleFinders$3
  private ModuleContentSpliterator = jdk.internal.module.SystemModuleFinders$ModuleContentSpliterator of jdk.internal.module.SystemModuleFinders
  private SystemImage = jdk.internal.module.SystemModuleFinders$SystemImage of jdk.internal.module.SystemModuleFinders
  private SystemModuleFinder = jdk.internal.module.SystemModuleFinders$SystemModuleFinder of jdk.internal.module.SystemModuleFinders
  private SystemModuleReader = jdk.internal.module.SystemModuleFinders$SystemModuleReader of jdk.internal.module.SystemModuleFinders