class sun.misc.URLClassPath$3 implements java.security.PrivilegedExceptionAction<sun.misc.URLClassPath$Loader>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.misc.URLClassPath$3
super_class: java.lang.Object
{
final sun.misc.URLClassPath this$0;
descriptor: Lsun/misc/URLClassPath;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.net.URL val$url;
descriptor: Ljava/net/URL;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.misc.URLClassPath, java.net.URL);
descriptor: (Lsun/misc/URLClassPath;Ljava/net/URL;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield sun.misc.URLClassPath$3.this$0:Lsun/misc/URLClassPath;
aload 0
aload 2
putfield sun.misc.URLClassPath$3.val$url:Ljava/net/URL;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/misc/URLClassPath$3;
MethodParameters:
Name Flags
this$0 final
val$url final
public sun.misc.URLClassPath$Loader run();
descriptor: ()Lsun/misc/URLClassPath$Loader;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=1
start local 0 0: aload 0
getfield sun.misc.URLClassPath$3.val$url:Ljava/net/URL;
invokevirtual java.net.URL.getFile:()Ljava/lang/String;
astore 1
start local 1 1: aload 1
ifnull 5
aload 1
ldc "/"
invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
ifeq 5
2: ldc "file"
aload 0
getfield sun.misc.URLClassPath$3.val$url:Ljava/net/URL;
invokevirtual java.net.URL.getProtocol:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 4
3: new sun.misc.URLClassPath$FileLoader
dup
aload 0
getfield sun.misc.URLClassPath$3.val$url:Ljava/net/URL;
invokespecial sun.misc.URLClassPath$FileLoader.<init>:(Ljava/net/URL;)V
areturn
4: StackMap locals: java.lang.String
StackMap stack:
new sun.misc.URLClassPath$Loader
dup
aload 0
getfield sun.misc.URLClassPath$3.val$url:Ljava/net/URL;
invokespecial sun.misc.URLClassPath$Loader.<init>:(Ljava/net/URL;)V
areturn
5: StackMap locals:
StackMap stack:
new sun.misc.URLClassPath$JarLoader
dup
aload 0
getfield sun.misc.URLClassPath$3.val$url:Ljava/net/URL;
aload 0
getfield sun.misc.URLClassPath$3.this$0:Lsun/misc/URLClassPath;
getfield sun.misc.URLClassPath.jarHandler:Ljava/net/URLStreamHandler;
aload 0
getfield sun.misc.URLClassPath$3.this$0:Lsun/misc/URLClassPath;
getfield sun.misc.URLClassPath.lmap:Ljava/util/HashMap;
aload 0
getfield sun.misc.URLClassPath$3.this$0:Lsun/misc/URLClassPath;
getfield sun.misc.URLClassPath.acc:Ljava/security/AccessControlContext;
invokespecial sun.misc.URLClassPath$JarLoader.<init>:(Ljava/net/URL;Ljava/net/URLStreamHandler;Ljava/util/HashMap;Ljava/security/AccessControlContext;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/misc/URLClassPath$3;
1 6 1 file Ljava/lang/String;
Exceptions:
throws java.io.IOException
public java.lang.Object run();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual sun.misc.URLClassPath$3.run:()Lsun/misc/URLClassPath$Loader;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Lsun/misc/URLClassPath$Loader;>;
SourceFile: "URLClassPath.java"
EnclosingMethod: sun.misc.URLClassPath.getLoader:(Ljava/net/URL;)Lsun/misc/URLClassPath$Loader;
NestHost: sun.misc.URLClassPath
InnerClasses:
sun.misc.URLClassPath$3
private FileLoader = sun.misc.URLClassPath$FileLoader of sun.misc.URLClassPath
JarLoader = sun.misc.URLClassPath$JarLoader of sun.misc.URLClassPath
private Loader = sun.misc.URLClassPath$Loader of sun.misc.URLClassPath