class sun.net.www.protocol.http.HttpURLConnection$12 implements java.security.PrivilegedExceptionAction<java.lang.Boolean>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.www.protocol.http.HttpURLConnection$12
  super_class: java.lang.Object
{
  final sun.net.www.protocol.http.HttpURLConnection this$0;
    descriptor: Lsun/net/www/protocol/http/HttpURLConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  private final int val$stat;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.net.URL val$locUrl0;
    descriptor: Ljava/net/URL;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.net.www.protocol.http.HttpURLConnection, java.lang.String, int, java.net.URL);
    descriptor: (Lsun/net/www/protocol/http/HttpURLConnection;Ljava/lang/String;ILjava/net/URL;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$12 this
         0: .line 2696
            aload 0 /* this */
            aload 1
            putfield sun.net.www.protocol.http.HttpURLConnection$12.this$0:Lsun/net/www/protocol/http/HttpURLConnection;
            aload 0 /* this */
            aload 2
            putfield sun.net.www.protocol.http.HttpURLConnection$12.val$loc:Ljava/lang/String;
            aload 0 /* this */
            iload 3
            putfield sun.net.www.protocol.http.HttpURLConnection$12.val$stat:I
            aload 0 /* this */
            aload 4
            putfield sun.net.www.protocol.http.HttpURLConnection$12.val$locUrl0:Ljava/net/URL;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$12 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/HttpURLConnection$12;
    MethodParameters:
             Name  Flags
      this$0       final
      val$loc      final
      val$stat     final
      val$locUrl0  final

  public java.lang.Boolean run();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.HttpURLConnection$12 this
         0: .line 2698
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$12.this$0:Lsun/net/www/protocol/http/HttpURLConnection;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$12.val$loc:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$12.val$stat:I
            aload 0 /* this */
            getfield sun.net.www.protocol.http.HttpURLConnection$12.val$locUrl0:Ljava/net/URL;
            invokevirtual sun.net.www.protocol.http.HttpURLConnection.followRedirect0:(Ljava/lang/String;ILjava/net/URL;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 0 // sun.net.www.protocol.http.HttpURLConnection$12 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/HttpURLConnection$12;
    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: .line 1
            aload 0
            invokevirtual sun.net.www.protocol.http.HttpURLConnection$12.run:()Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Ljava/lang/Boolean;>;
SourceFile: "HttpURLConnection.java"
EnclosingMethod: sun.net.www.protocol.http.HttpURLConnection.followRedirect:()Z
NestHost: sun.net.www.protocol.http.HttpURLConnection
InnerClasses:
  sun.net.www.protocol.http.HttpURLConnection$12