public class com.sun.tools.javac.jvm.ModuleNameReader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.jvm.ModuleNameReader
  super_class: java.lang.Object
{
  private static final int INITIAL_BUFFER_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 65520

  private com.sun.tools.javac.util.ByteBuffer buf;
    descriptor: Lcom/sun/tools/javac/util/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE

  private int bp;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.javac.jvm.PoolReader reader;
    descriptor: Lcom/sun/tools/javac/jvm/PoolReader;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.jvm.ModuleNameReader this
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            new com.sun.tools.javac.util.ByteBuffer
            dup
            ldc 65520
            invokespecial com.sun.tools.javac.util.ByteBuffer.<init>:(I)V
            putfield com.sun.tools.javac.jvm.ModuleNameReader.buf:Lcom/sun/tools/javac/util/ByteBuffer;
         2: .line 72
            return
        end local 0 // com.sun.tools.javac.jvm.ModuleNameReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/jvm/ModuleNameReader;

  public java.lang.String readModuleName(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ModuleNameReader this
        start local 1 // java.nio.file.Path p
         0: .line 75
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 1 /* p */
            iconst_0
            anewarray java.nio.file.OpenOption
            invokestatic java.nio.file.Files.newInputStream:(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/InputStream;
            astore 4 /* in */
        start local 4 // java.io.InputStream in
         2: .line 76
            aload 0 /* this */
            aload 4 /* in */
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.readModuleName:(Ljava/io/InputStream;)Ljava/lang/String;
         3: .line 77
            aload 4 /* in */
            ifnull 4
            aload 4 /* in */
            invokevirtual java.io.InputStream.close:()V
         4: .line 76
      StackMap locals: com.sun.tools.javac.jvm.ModuleNameReader java.nio.file.Path java.lang.Throwable java.lang.Throwable java.io.InputStream
      StackMap stack: java.lang.String
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 77
            aload 4 /* in */
            ifnull 7
            aload 4 /* in */
            invokevirtual java.io.InputStream.close:()V
        end local 4 // java.io.InputStream in
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // java.nio.file.Path p
        end local 0 // com.sun.tools.javac.jvm.ModuleNameReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/tools/javac/jvm/ModuleNameReader;
            0   11     1     p  Ljava/nio/file/Path;
            2    7     4    in  Ljava/io/InputStream;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Exceptions:
      throws java.io.IOException, com.sun.tools.javac.jvm.ModuleNameReader$BadClassFile
    MethodParameters:
      Name  Flags
      p     

  public java.lang.String readModuleName(javax.tools.JavaFileObject);
    descriptor: (Ljavax/tools/JavaFileObject;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ModuleNameReader this
        start local 1 // javax.tools.JavaFileObject jfo
         0: .line 81
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 1 /* jfo */
            invokeinterface javax.tools.JavaFileObject.openInputStream:()Ljava/io/InputStream;
            astore 4 /* in */
        start local 4 // java.io.InputStream in
         2: .line 82
            aload 0 /* this */
            aload 4 /* in */
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.readModuleName:(Ljava/io/InputStream;)Ljava/lang/String;
         3: .line 83
            aload 4 /* in */
            ifnull 4
            aload 4 /* in */
            invokevirtual java.io.InputStream.close:()V
         4: .line 82
      StackMap locals: com.sun.tools.javac.jvm.ModuleNameReader javax.tools.JavaFileObject java.lang.Throwable java.lang.Throwable java.io.InputStream
      StackMap stack: java.lang.String
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 83
            aload 4 /* in */
            ifnull 7
            aload 4 /* in */
            invokevirtual java.io.InputStream.close:()V
        end local 4 // java.io.InputStream in
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // javax.tools.JavaFileObject jfo
        end local 0 // com.sun.tools.javac.jvm.ModuleNameReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/tools/javac/jvm/ModuleNameReader;
            0   11     1   jfo  Ljavax/tools/JavaFileObject;
            2    7     4    in  Ljava/io/InputStream;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Exceptions:
      throws java.io.IOException, com.sun.tools.javac.jvm.ModuleNameReader$BadClassFile
    MethodParameters:
      Name  Flags
      jfo   

  public java.lang.String readModuleName(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ModuleNameReader this
        start local 1 // java.io.InputStream in
         0: .line 87
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.javac.jvm.ModuleNameReader.bp:I
         1: .line 88
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ModuleNameReader.buf:Lcom/sun/tools/javac/util/ByteBuffer;
            invokevirtual com.sun.tools.javac.util.ByteBuffer.reset:()V
         2: .line 89
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ModuleNameReader.buf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* in */
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendStream:(Ljava/io/InputStream;)V
         3: .line 91
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.nextInt:()I
            istore 2 /* magic */
        start local 2 // int magic
         4: .line 92
            iload 2 /* magic */
            ldc -889275714
            if_icmpeq 6
         5: .line 93
            new com.sun.tools.javac.jvm.ModuleNameReader$BadClassFile
            dup
            ldc "illegal.start.of.class.file"
            invokespecial com.sun.tools.javac.jvm.ModuleNameReader$BadClassFile.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 95
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.nextChar:()C
            pop
         7: .line 96
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.nextChar:()C
            istore 3 /* majorVersion */
        start local 3 // int majorVersion
         8: .line 97
            iload 3 /* majorVersion */
            bipush 53
            if_icmpge 10
         9: .line 98
            new com.sun.tools.javac.jvm.ModuleNameReader$BadClassFile
            dup
            new java.lang.StringBuilder
            dup
            ldc "bad major version number for module: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* majorVersion */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.sun.tools.javac.jvm.ModuleNameReader$BadClassFile.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 100
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            new com.sun.tools.javac.jvm.PoolReader
            dup
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ModuleNameReader.buf:Lcom/sun/tools/javac/util/ByteBuffer;
            invokespecial com.sun.tools.javac.jvm.PoolReader.<init>:(Lcom/sun/tools/javac/util/ByteBuffer;)V
            putfield com.sun.tools.javac.jvm.ModuleNameReader.reader:Lcom/sun/tools/javac/jvm/PoolReader;
        11: .line 101
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ModuleNameReader.reader:Lcom/sun/tools/javac/jvm/PoolReader;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ModuleNameReader.buf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ModuleNameReader.bp:I
            invokevirtual com.sun.tools.javac.jvm.PoolReader.readPool:(Lcom/sun/tools/javac/util/ByteBuffer;I)I
            putfield com.sun.tools.javac.jvm.ModuleNameReader.bp:I
        12: .line 103
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.nextChar:()C
            istore 4 /* access_flags */
        start local 4 // int access_flags
        13: .line 104
            iload 4 /* access_flags */
            ldc 32768
            if_icmpeq 15
        14: .line 105
            new com.sun.tools.javac.jvm.ModuleNameReader$BadClassFile
            dup
            new java.lang.StringBuilder
            dup
            ldc "invalid access flags for module: 0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 4 /* access_flags */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.sun.tools.javac.jvm.ModuleNameReader$BadClassFile.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 107
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.nextChar:()C
            pop
        16: .line 109
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.nextChar:()C
            ldc "super_class"
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.checkZero:(ILjava/lang/String;)V
        17: .line 110
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.nextChar:()C
            ldc "interface_count"
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.checkZero:(ILjava/lang/String;)V
        18: .line 111
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.nextChar:()C
            ldc "fields_count"
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.checkZero:(ILjava/lang/String;)V
        19: .line 112
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.nextChar:()C
            ldc "methods_count"
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.checkZero:(ILjava/lang/String;)V
        20: .line 113
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.nextChar:()C
            istore 5 /* attributes_count */
        start local 5 // int attributes_count
        21: .line 114
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        22: goto 29
        23: .line 115
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.nextChar:()C
            istore 7 /* attr_name */
        start local 7 // int attr_name
        24: .line 116
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.nextInt:()I
            istore 8 /* attr_length */
        start local 8 // int attr_length
        25: .line 117
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ModuleNameReader.reader:Lcom/sun/tools/javac/jvm/PoolReader;
            iload 7 /* attr_name */
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.utf8Mapper:(Z)Lcom/sun/tools/javac/util/Name$NameMapper;
            invokevirtual com.sun.tools.javac.jvm.PoolReader.peekName:(ILcom/sun/tools/javac/util/Name$NameMapper;)Ljava/lang/Object;
            checkcast java.lang.String
            ldc "Module"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 27
            iload 8 /* attr_length */
            iconst_2
            if_icmple 27
        26: .line 118
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ModuleNameReader.reader:Lcom/sun/tools/javac/jvm/PoolReader;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.nextChar:()C
            aload 0 /* this */
            iconst_1
            invokevirtual com.sun.tools.javac.jvm.ModuleNameReader.utf8Mapper:(Z)Lcom/sun/tools/javac/util/Name$NameMapper;
            invokevirtual com.sun.tools.javac.jvm.PoolReader.peekModuleName:(ILcom/sun/tools/javac/util/Name$NameMapper;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        27: .line 121
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.jvm.ModuleNameReader.bp:I
            iload 8 /* attr_length */
            iadd
            putfield com.sun.tools.javac.jvm.ModuleNameReader.bp:I
        end local 8 // int attr_length
        end local 7 // int attr_name
        28: .line 114
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        29: iload 6 /* i */
            iload 5 /* attributes_count */
            if_icmplt 23
        end local 6 // int i
        30: .line 124
            new com.sun.tools.javac.jvm.ModuleNameReader$BadClassFile
            dup
            ldc "no Module attribute"
            invokespecial com.sun.tools.javac.jvm.ModuleNameReader$BadClassFile.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // int attributes_count
        end local 4 // int access_flags
        end local 3 // int majorVersion
        end local 2 // int magic
        end local 1 // java.io.InputStream in
        end local 0 // com.sun.tools.javac.jvm.ModuleNameReader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   31     0              this  Lcom/sun/tools/javac/jvm/ModuleNameReader;
            0   31     1                in  Ljava/io/InputStream;
            4   31     2             magic  I
            8   31     3      majorVersion  I
           13   31     4      access_flags  I
           21   31     5  attributes_count  I
           22   30     6                 i  I
           24   28     7         attr_name  I
           25   28     8       attr_length  I
    Exceptions:
      throws java.io.IOException, com.sun.tools.javac.jvm.ModuleNameReader$BadClassFile
    MethodParameters:
      Name  Flags
      in    

  void checkZero(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.jvm.ModuleNameReader this
        start local 1 // int count
        start local 2 // java.lang.String name
         0: .line 128
            iload 1 /* count */
            ifeq 2
         1: .line 129
            new com.sun.tools.javac.jvm.ModuleNameReader$BadClassFile
            dup
            new java.lang.StringBuilder
            dup
            ldc "invalid "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " for module: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* count */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.sun.tools.javac.jvm.ModuleNameReader$BadClassFile.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 130
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String name
        end local 1 // int count
        end local 0 // com.sun.tools.javac.jvm.ModuleNameReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/tools/javac/jvm/ModuleNameReader;
            0    3     1  count  I
            0    3     2   name  Ljava/lang/String;
    Exceptions:
      throws com.sun.tools.javac.jvm.ModuleNameReader$BadClassFile
    MethodParameters:
       Name  Flags
      count  
      name   

  char nextChar();
    descriptor: ()C
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.jvm.ModuleNameReader this
         0: .line 135
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ModuleNameReader.buf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ModuleNameReader.bp:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.getChar:(I)C
            istore 1 /* res */
        start local 1 // char res
         1: .line 136
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.jvm.ModuleNameReader.bp:I
            iconst_2
            iadd
            putfield com.sun.tools.javac.jvm.ModuleNameReader.bp:I
         2: .line 137
            iload 1 /* res */
            ireturn
        end local 1 // char res
        end local 0 // com.sun.tools.javac.jvm.ModuleNameReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/jvm/ModuleNameReader;
            1    3     1   res  C

  int nextInt();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.jvm.ModuleNameReader this
         0: .line 143
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ModuleNameReader.buf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ModuleNameReader.bp:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.getInt:(I)I
            istore 1 /* res */
        start local 1 // int res
         1: .line 144
            aload 0 /* this */
            dup
            getfield com.sun.tools.javac.jvm.ModuleNameReader.bp:I
            iconst_4
            iadd
            putfield com.sun.tools.javac.jvm.ModuleNameReader.bp:I
         2: .line 145
            iload 1 /* res */
            ireturn
        end local 1 // int res
        end local 0 // com.sun.tools.javac.jvm.ModuleNameReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/jvm/ModuleNameReader;
            1    3     1   res  I

  com.sun.tools.javac.util.Name$NameMapper<java.lang.String> utf8Mapper(boolean);
    descriptor: (Z)Lcom/sun/tools/javac/util/Name$NameMapper;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ModuleNameReader this
        start local 1 // boolean internalize
         0: .line 149
            iload 1 /* internalize */
            ifeq 2
         1: .line 150
            invokedynamic map()Lcom/sun/tools/javac/util/Name$NameMapper;
              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:
                  ([BII)Ljava/lang/Object;
                  com/sun/tools/javac/jvm/ModuleNameReader.lambda$0([BII)Ljava/lang/String; (6)
                  ([BII)Ljava/lang/String;
            goto 3
         2: .line 151
      StackMap locals:
      StackMap stack:
            invokedynamic map()Lcom/sun/tools/javac/util/Name$NameMapper;
              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:
                  ([BII)Ljava/lang/Object;
                  java/lang/String.<init>([BII)V (8)
                  ([BII)Ljava/lang/String;
         3: .line 149
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.Name$NameMapper
            areturn
        end local 1 // boolean internalize
        end local 0 // com.sun.tools.javac.jvm.ModuleNameReader this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/sun/tools/javac/jvm/ModuleNameReader;
            0    4     1  internalize  Z
    Signature: (Z)Lcom/sun/tools/javac/util/Name$NameMapper<Ljava/lang/String;>;
    MethodParameters:
             Name  Flags
      internalize  

  private static java.lang.String lambda$0(byte[], int, int);
    descriptor: ([BII)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // byte[] buf
        start local 1 // int offset
        start local 2 // int len
         0: .line 150
            new java.lang.String
            dup
            aload 0 /* buf */
            iload 1 /* offset */
            iload 2 /* len */
            invokestatic com.sun.tools.javac.jvm.ClassFile.internalize:([BII)[B
            invokespecial java.lang.String.<init>:([B)V
            areturn
        end local 2 // int len
        end local 1 // int offset
        end local 0 // byte[] buf
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0     buf  [B
            0    1     1  offset  I
            0    1     2     len  I
}
SourceFile: "ModuleNameReader.java"
NestMembers:
  com.sun.tools.javac.jvm.ModuleNameReader$BadClassFile
InnerClasses:
  public BadClassFile = com.sun.tools.javac.jvm.ModuleNameReader$BadClassFile of com.sun.tools.javac.jvm.ModuleNameReader
  public abstract NameMapper = com.sun.tools.javac.util.Name$NameMapper of com.sun.tools.javac.util.Name
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles