class javax.xml.xpath.SecuritySupport$6 implements java.security.PrivilegedExceptionAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.xml.xpath.SecuritySupport$6
  super_class: java.lang.Object
{
  private final java.lang.ClassLoader val$cl;
    descriptor: Ljava/lang/ClassLoader;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$name;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.lang.ClassLoader, java.lang.String);
    descriptor: (Ljava/lang/ClassLoader;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.xml.xpath.SecuritySupport$6 this
         0: .line 119
            aload 0 /* this */
            aload 1
            putfield javax.xml.xpath.SecuritySupport$6.val$cl:Ljava/lang/ClassLoader;
            aload 0 /* this */
            aload 2
            putfield javax.xml.xpath.SecuritySupport$6.val$name:Ljava/lang/String;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javax.xml.xpath.SecuritySupport$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/xml/xpath/SecuritySupport$6;
    MethodParameters:
          Name  Flags
      val$cl    final
      val$name  final

  public java.lang.Object run();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javax.xml.xpath.SecuritySupport$6 this
         0: .line 122
            aload 0 /* this */
            getfield javax.xml.xpath.SecuritySupport$6.val$cl:Ljava/lang/ClassLoader;
            ifnonnull 3
         1: .line 123
            aload 0 /* this */
            getfield javax.xml.xpath.SecuritySupport$6.val$name:Ljava/lang/String;
            invokestatic java.lang.ClassLoader.getSystemResources:(Ljava/lang/String;)Ljava/util/Enumeration;
            astore 1 /* enumeration */
        start local 1 // java.util.Enumeration enumeration
         2: .line 124
            goto 4
        end local 1 // java.util.Enumeration enumeration
         3: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.xml.xpath.SecuritySupport$6.val$cl:Ljava/lang/ClassLoader;
            aload 0 /* this */
            getfield javax.xml.xpath.SecuritySupport$6.val$name:Ljava/lang/String;
            invokevirtual java.lang.ClassLoader.getResources:(Ljava/lang/String;)Ljava/util/Enumeration;
            astore 1 /* enumeration */
        start local 1 // java.util.Enumeration enumeration
         4: .line 128
      StackMap locals: java.util.Enumeration
      StackMap stack:
            aload 1 /* enumeration */
            areturn
        end local 1 // java.util.Enumeration enumeration
        end local 0 // javax.xml.xpath.SecuritySupport$6 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Ljavax/xml/xpath/SecuritySupport$6;
            2    3     1  enumeration  Ljava/util/Enumeration;
            4    5     1  enumeration  Ljava/util/Enumeration;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "SecuritySupport.java"
EnclosingMethod: javax.xml.xpath.SecuritySupport.getResources:(Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/util/Enumeration;
NestHost: javax.xml.xpath.SecuritySupport
InnerClasses:
  javax.xml.xpath.SecuritySupport$6