public final class com.sun.tools.javac.util.JDK9Wrappers$JmodFile
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.tools.javac.util.JDK9Wrappers$JmodFile
  super_class: java.lang.Object
{
  public static final java.lang.String JMOD_FILE_CLASSNAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "jdk.internal.jmod.JmodFile"

  private static java.lang.Class<?> jmodFileClass;
    descriptor: Ljava/lang/Class;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/lang/Class<*>;

  private static java.lang.reflect.Method checkMagicMethod;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 446
            aconst_null
            putstatic com.sun.tools.javac.util.JDK9Wrappers$JmodFile.jmodFileClass:Ljava/lang/Class;
         1: .line 447
            aconst_null
            putstatic com.sun.tools.javac.util.JDK9Wrappers$JmodFile.checkMagicMethod:Ljava/lang/reflect/Method;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.util.JDK9Wrappers$JmodFile this
         0: .line 427
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.javac.util.JDK9Wrappers$JmodFile this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/util/JDK9Wrappers$JmodFile;

  public static void checkMagic(java.nio.file.Path);
    descriptor: (Ljava/nio/file/Path;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // java.nio.file.Path file
         0: .line 432
            invokestatic com.sun.tools.javac.util.JDK9Wrappers$JmodFile.init:()V
         1: .line 433
            getstatic com.sun.tools.javac.util.JDK9Wrappers$JmodFile.checkMagicMethod:Ljava/lang/reflect/Method;
            aconst_null
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* file */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 434
            goto 9
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
         3: astore 1 /* ex */
        start local 1 // java.lang.reflect.InvocationTargetException ex
         4: .line 435
            aload 1 /* ex */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            instanceof java.io.IOException
            ifeq 6
         5: .line 436
            ldc Ljava/io/IOException;
            aload 1 /* ex */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.io.IOException
            athrow
         6: .line 438
      StackMap locals: java.lang.reflect.InvocationTargetException
      StackMap stack:
            new com.sun.tools.javac.util.Abort
            dup
            aload 1 /* ex */
            invokespecial com.sun.tools.javac.util.Abort.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.reflect.InvocationTargetException ex
         7: .line 439
      StackMap locals: java.nio.file.Path
      StackMap stack: java.lang.Exception
            astore 1 /* ex */
        start local 1 // java.lang.Exception ex
         8: .line 440
            new com.sun.tools.javac.util.Abort
            dup
            aload 1 /* ex */
            invokespecial com.sun.tools.javac.util.Abort.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Exception ex
         9: .line 442
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.nio.file.Path file
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  file  Ljava/nio/file/Path;
            4    7     1    ex  Ljava/lang/reflect/InvocationTargetException;
            8    9     1    ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.reflect.InvocationTargetException
           0     2       7  Class java.lang.IllegalAccessException
           0     2       7  Class java.lang.IllegalArgumentException
           0     2       7  Class java.lang.SecurityException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  private static void init();
    descriptor: ()V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=1, args_size=0
         0: .line 450
            getstatic com.sun.tools.javac.util.JDK9Wrappers$JmodFile.jmodFileClass:Ljava/lang/Class;
            ifnonnull 6
         1: .line 452
            ldc "jdk.internal.jmod.JmodFile"
            iconst_0
            aconst_null
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            putstatic com.sun.tools.javac.util.JDK9Wrappers$JmodFile.jmodFileClass:Ljava/lang/Class;
         2: .line 453
            getstatic com.sun.tools.javac.util.JDK9Wrappers$JmodFile.jmodFileClass:Ljava/lang/Class;
            ldc "checkMagic"
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/nio/file/Path;
            aastore
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            putstatic com.sun.tools.javac.util.JDK9Wrappers$JmodFile.checkMagicMethod:Ljava/lang/reflect/Method;
         3: .line 454
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Exception
         4: astore 0 /* ex */
        start local 0 // java.lang.Exception ex
         5: .line 455
            new com.sun.tools.javac.util.Abort
            dup
            aload 0 /* ex */
            invokespecial com.sun.tools.javac.util.Abort.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 0 // java.lang.Exception ex
         6: .line 458
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            5    6     0    ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     3       4  Class java.lang.ClassNotFoundException
           1     3       4  Class java.lang.NoSuchMethodException
           1     3       4  Class java.lang.SecurityException
}
SourceFile: "JDK9Wrappers.java"
NestHost: com.sun.tools.javac.util.JDK9Wrappers
InnerClasses:
  public final JmodFile = com.sun.tools.javac.util.JDK9Wrappers$JmodFile of com.sun.tools.javac.util.JDK9Wrappers