class sun.security.provider.certpath.CertStoreHelper$1 implements java.security.PrivilegedExceptionAction<sun.security.provider.certpath.CertStoreHelper>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.security.provider.certpath.CertStoreHelper$1
super_class: java.lang.Object
{
private final java.lang.String val$cl;
descriptor: Ljava/lang/String;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final java.lang.String val$type;
descriptor: Ljava/lang/String;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield sun.security.provider.certpath.CertStoreHelper$1.val$cl:Ljava/lang/String;
aload 0
aload 2
putfield sun.security.provider.certpath.CertStoreHelper$1.val$type:Ljava/lang/String;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/provider/certpath/CertStoreHelper$1;
MethodParameters:
Name Flags
val$cl final
val$type final
public sun.security.provider.certpath.CertStoreHelper run();
descriptor: ()Lsun/security/provider/certpath/CertStoreHelper;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield sun.security.provider.certpath.CertStoreHelper$1.val$cl:Ljava/lang/String;
iconst_1
aconst_null
invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
astore 1
start local 1 1: aload 1
invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
checkcast sun.security.provider.certpath.CertStoreHelper
2: astore 2
start local 2 3: getstatic sun.security.provider.certpath.CertStoreHelper.cache:Lsun/security/util/Cache;
aload 0
getfield sun.security.provider.certpath.CertStoreHelper$1.val$type:Ljava/lang/String;
aload 2
invokevirtual sun.security.util.Cache.put:(Ljava/lang/Object;Ljava/lang/Object;)V
4: aload 2
5: areturn
end local 2 end local 1 6: StackMap locals:
StackMap stack: java.lang.ReflectiveOperationException
astore 1
start local 1 7: new java.lang.AssertionError
dup
aload 1
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/security/provider/certpath/CertStoreHelper$1;
1 6 1 c Ljava/lang/Class<*>;
3 6 2 csh Lsun/security/provider/certpath/CertStoreHelper;
7 8 1 e Ljava/lang/ReflectiveOperationException;
Exception table:
from to target type
0 5 6 Class java.lang.InstantiationException
0 5 6 Class java.lang.IllegalAccessException
Exceptions:
throws java.lang.ClassNotFoundException
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.security.provider.certpath.CertStoreHelper$1.run:()Lsun/security/provider/certpath/CertStoreHelper;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Lsun/security/provider/certpath/CertStoreHelper;>;
SourceFile: "CertStoreHelper.java"
EnclosingMethod: sun.security.provider.certpath.CertStoreHelper.getInstance:(Ljava/lang/String;)Lsun/security/provider/certpath/CertStoreHelper;
NestHost: sun.security.provider.certpath.CertStoreHelper
InnerClasses:
sun.security.provider.certpath.CertStoreHelper$1