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 // sun.security.provider.certpath.CertStoreHelper$1 this
         0: .line 78
            aload 0 /* this */
            aload 1
            putfield sun.security.provider.certpath.CertStoreHelper$1.val$cl:Ljava/lang/String;
            aload 0 /* this */
            aload 2
            putfield sun.security.provider.certpath.CertStoreHelper$1.val$type:Ljava/lang/String;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.security.provider.certpath.CertStoreHelper$1 this
      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 // sun.security.provider.certpath.CertStoreHelper$1 this
         0: .line 81
            aload 0 /* this */
            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 /* c */
        start local 1 // java.lang.Class c
         1: .line 83
            aload 1 /* c */
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
            checkcast sun.security.provider.certpath.CertStoreHelper
         2: .line 82
            astore 2 /* csh */
        start local 2 // sun.security.provider.certpath.CertStoreHelper csh
         3: .line 84
            getstatic sun.security.provider.certpath.CertStoreHelper.cache:Lsun/security/util/Cache;
            aload 0 /* this */
            getfield sun.security.provider.certpath.CertStoreHelper$1.val$type:Ljava/lang/String;
            aload 2 /* csh */
            invokevirtual sun.security.util.Cache.put:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 85
            aload 2 /* csh */
         5: areturn
        end local 2 // sun.security.provider.certpath.CertStoreHelper csh
        end local 1 // java.lang.Class c
         6: .line 87
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
            astore 1 /* e */
        start local 1 // java.lang.ReflectiveOperationException e
         7: .line 88
            new java.lang.AssertionError
            dup
            aload 1 /* e */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 1 // java.lang.ReflectiveOperationException e
        end local 0 // sun.security.provider.certpath.CertStoreHelper$1 this
      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: .line 1
            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