class jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 extends jdk.internal.loader.Resource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1
  super_class: jdk.internal.loader.Resource
{
  final jdk.internal.module.ModulePatcher$ExplodedResourceFinder this$1;
    descriptor: Ljdk/internal/module/ModulePatcher$ExplodedResourceFinder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$name;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.nio.file.Path val$file;
    descriptor: Ljava/nio/file/Path;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.nio.file.Path val$top;
    descriptor: Ljava/nio/file/Path;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.internal.module.ModulePatcher$ExplodedResourceFinder, java.lang.String, java.nio.file.Path, java.nio.file.Path);
    descriptor: (Ljdk/internal/module/ModulePatcher$ExplodedResourceFinder;Ljava/lang/String;Ljava/nio/file/Path;Ljava/nio/file/Path;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 this
         0: .line 515
            aload 0 /* this */
            aload 1
            putfield jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1.this$1:Ljdk/internal/module/ModulePatcher$ExplodedResourceFinder;
            aload 0 /* this */
            aload 2
            putfield jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1.val$name:Ljava/lang/String;
            aload 0 /* this */
            aload 3
            putfield jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1.val$file:Ljava/nio/file/Path;
            aload 0 /* this */
            aload 4
            putfield jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1.val$top:Ljava/nio/file/Path;
            aload 0 /* this */
            invokespecial jdk.internal.loader.Resource.<init>:()V
            return
        end local 0 // jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/module/ModulePatcher$ExplodedResourceFinder$1;
    MethodParameters:
          Name  Flags
      this$0    final
      val$name  final
      val$file  final
      val$top   final

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 this
         0: .line 518
            aload 0 /* this */
            getfield jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1.val$name:Ljava/lang/String;
            areturn
        end local 0 // jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/module/ModulePatcher$ExplodedResourceFinder$1;

  public java.net.URL getURL();
    descriptor: ()Ljava/net/URL;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 this
         0: .line 523
            aload 0 /* this */
            getfield jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1.val$file:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toUri:()Ljava/net/URI;
            invokevirtual java.net.URI.toURL:()Ljava/net/URL;
         1: areturn
         2: .line 524
      StackMap locals:
      StackMap stack: java.lang.Throwable
            pop
         3: .line 525
            aconst_null
            areturn
        end local 0 // jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/internal/module/ModulePatcher$ExplodedResourceFinder$1;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
           0     1       2  Class java.io.IOError

  public java.net.URL getCodeSourceURL();
    descriptor: ()Ljava/net/URL;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 this
         0: .line 531
            aload 0 /* this */
            getfield jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1.val$top:Ljava/nio/file/Path;
            invokeinterface java.nio.file.Path.toUri:()Ljava/net/URI;
            invokevirtual java.net.URI.toURL:()Ljava/net/URL;
         1: areturn
         2: .line 532
      StackMap locals:
      StackMap stack: java.lang.Throwable
            pop
         3: .line 533
            aconst_null
            areturn
        end local 0 // jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/internal/module/ModulePatcher$ExplodedResourceFinder$1;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
           0     1       2  Class java.io.IOError

  public java.nio.ByteBuffer getByteBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 this
         0: .line 538
            aload 0 /* this */
            getfield jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1.val$file:Ljava/nio/file/Path;
            invokestatic java.nio.file.Files.readAllBytes:(Ljava/nio/file/Path;)[B
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            areturn
        end local 0 // jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/module/ModulePatcher$ExplodedResourceFinder$1;
    Exceptions:
      throws java.io.IOException

  public java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 this
         0: .line 542
            aload 0 /* this */
            getfield jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1.val$file:Ljava/nio/file/Path;
            iconst_0
            anewarray java.nio.file.OpenOption
            invokestatic java.nio.file.Files.newInputStream:(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/InputStream;
            areturn
        end local 0 // jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/module/ModulePatcher$ExplodedResourceFinder$1;
    Exceptions:
      throws java.io.IOException

  public int getContentLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 this
         0: .line 546
            aload 0 /* this */
            getfield jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1.val$file:Ljava/nio/file/Path;
            invokestatic java.nio.file.Files.size:(Ljava/nio/file/Path;)J
            lstore 1 /* size */
        start local 1 // long size
         1: .line 547
            lload 1 /* size */
            ldc 2147483647
            lcmp
            ifle 2
            iconst_m1
            goto 3
      StackMap locals: long
      StackMap stack:
         2: lload 1 /* size */
            l2i
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // long size
        end local 0 // jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/internal/module/ModulePatcher$ExplodedResourceFinder$1;
            1    4     1  size  J
    Exceptions:
      throws java.io.IOException
}
SourceFile: "ModulePatcher.java"
EnclosingMethod: jdk.internal.module.ModulePatcher$ExplodedResourceFinder.newResource:(Ljava/lang/String;Ljava/nio/file/Path;Ljava/nio/file/Path;)Ljdk/internal/loader/Resource;
NestHost: jdk.internal.module.ModulePatcher
InnerClasses:
  private ExplodedResourceFinder = jdk.internal.module.ModulePatcher$ExplodedResourceFinder of jdk.internal.module.ModulePatcher
  jdk.internal.module.ModulePatcher$ExplodedResourceFinder$1