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: aconst_null
putstatic com.sun.tools.javac.util.JDK9Wrappers$JmodFile.jmodFileClass:Ljava/lang/Class;
1: 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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 0: invokestatic com.sun.tools.javac.util.JDK9Wrappers$JmodFile.init:()V
1: 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
aastore
invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
pop
2: goto 9
StackMap locals:
StackMap stack: java.lang.reflect.InvocationTargetException
3: astore 1
start local 1 4: aload 1
invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
instanceof java.io.IOException
ifeq 6
5: ldc Ljava/io/IOException;
aload 1
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: StackMap locals: java.lang.reflect.InvocationTargetException
StackMap stack:
new com.sun.tools.javac.util.Abort
dup
aload 1
invokespecial com.sun.tools.javac.util.Abort.<init>:(Ljava/lang/Throwable;)V
athrow
end local 1 7: StackMap locals: java.nio.file.Path
StackMap stack: java.lang.Exception
astore 1
start local 1 8: new com.sun.tools.javac.util.Abort
dup
aload 1
invokespecial com.sun.tools.javac.util.Abort.<init>:(Ljava/lang/Throwable;)V
athrow
end local 1 9: StackMap locals:
StackMap stack:
return
end local 0 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: getstatic com.sun.tools.javac.util.JDK9Wrappers$JmodFile.jmodFileClass:Ljava/lang/Class;
ifnonnull 6
1: 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: 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: goto 6
StackMap locals:
StackMap stack: java.lang.Exception
4: astore 0
start local 0 5: new com.sun.tools.javac.util.Abort
dup
aload 0
invokespecial com.sun.tools.javac.util.Abort.<init>:(Ljava/lang/Throwable;)V
athrow
end local 0 6: 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