public class sun.security.action.GetLongAction implements java.security.PrivilegedAction<java.lang.Long>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.security.action.GetLongAction
  super_class: java.lang.Object
{
  private java.lang.String theProp;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private long defaultVal;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private boolean defaultSet;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.action.GetLongAction this
        start local 1 // java.lang.String theProp
         0: .line 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 69
            aload 0 /* this */
            iconst_0
            putfield sun.security.action.GetLongAction.defaultSet:Z
         2: .line 78
            aload 0 /* this */
            aload 1 /* theProp */
            putfield sun.security.action.GetLongAction.theProp:Ljava/lang/String;
         3: .line 79
            return
        end local 1 // java.lang.String theProp
        end local 0 // sun.security.action.GetLongAction this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lsun/security/action/GetLongAction;
            0    4     1  theProp  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      theProp  

  public void <init>(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.security.action.GetLongAction this
        start local 1 // java.lang.String theProp
        start local 2 // long defaultVal
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 69
            aload 0 /* this */
            iconst_0
            putfield sun.security.action.GetLongAction.defaultSet:Z
         2: .line 89
            aload 0 /* this */
            aload 1 /* theProp */
            putfield sun.security.action.GetLongAction.theProp:Ljava/lang/String;
         3: .line 90
            aload 0 /* this */
            lload 2 /* defaultVal */
            putfield sun.security.action.GetLongAction.defaultVal:J
         4: .line 91
            aload 0 /* this */
            iconst_1
            putfield sun.security.action.GetLongAction.defaultSet:Z
         5: .line 92
            return
        end local 2 // long defaultVal
        end local 1 // java.lang.String theProp
        end local 0 // sun.security.action.GetLongAction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lsun/security/action/GetLongAction;
            0    6     1     theProp  Ljava/lang/String;
            0    6     2  defaultVal  J
    MethodParameters:
            Name  Flags
      theProp     
      defaultVal  

  public java.lang.Long run();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.security.action.GetLongAction this
         0: .line 107
            aload 0 /* this */
            getfield sun.security.action.GetLongAction.theProp:Ljava/lang/String;
            invokestatic java.lang.Long.getLong:(Ljava/lang/String;)Ljava/lang/Long;
            astore 1 /* value */
        start local 1 // java.lang.Long value
         1: .line 108
            aload 1 /* value */
            ifnonnull 3
            aload 0 /* this */
            getfield sun.security.action.GetLongAction.defaultSet:Z
            ifeq 3
         2: .line 109
            aload 0 /* this */
            getfield sun.security.action.GetLongAction.defaultVal:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
         3: .line 110
      StackMap locals: java.lang.Long
      StackMap stack:
            aload 1 /* value */
            areturn
        end local 1 // java.lang.Long value
        end local 0 // sun.security.action.GetLongAction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/security/action/GetLongAction;
            1    4     1  value  Ljava/lang/Long;

  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.action.GetLongAction.run:()Ljava/lang/Long;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/lang/Long;>;
SourceFile: "GetLongAction.java"