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

  private int defaultVal;
    descriptor: I
    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.GetIntegerAction this
        start local 1 // java.lang.String theProp
         0: .line 80
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 0 /* this */
            aload 1 /* theProp */
            putfield sun.security.action.GetIntegerAction.theProp:Ljava/lang/String;
         2: .line 82
            return
        end local 1 // java.lang.String theProp
        end local 0 // sun.security.action.GetIntegerAction this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/security/action/GetIntegerAction;
            0    3     1  theProp  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      theProp  

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.security.action.GetIntegerAction this
        start local 1 // java.lang.String theProp
        start local 2 // int defaultVal
         0: .line 91
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 92
            aload 0 /* this */
            aload 1 /* theProp */
            putfield sun.security.action.GetIntegerAction.theProp:Ljava/lang/String;
         2: .line 93
            aload 0 /* this */
            iload 2 /* defaultVal */
            putfield sun.security.action.GetIntegerAction.defaultVal:I
         3: .line 94
            aload 0 /* this */
            iconst_1
            putfield sun.security.action.GetIntegerAction.defaultSet:Z
         4: .line 95
            return
        end local 2 // int defaultVal
        end local 1 // java.lang.String theProp
        end local 0 // sun.security.action.GetIntegerAction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lsun/security/action/GetIntegerAction;
            0    5     1     theProp  Ljava/lang/String;
            0    5     2  defaultVal  I
    MethodParameters:
            Name  Flags
      theProp     
      defaultVal  

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

  public static java.lang.Integer privilegedGetProperty(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Integer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String theProp
         0: .line 129
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            ifnonnull 2
         1: .line 130
            aload 0 /* theProp */
            invokestatic java.lang.Integer.getInteger:(Ljava/lang/String;)Ljava/lang/Integer;
            areturn
         2: .line 133
      StackMap locals:
      StackMap stack:
            new sun.security.action.GetIntegerAction
            dup
            aload 0 /* theProp */
            invokespecial sun.security.action.GetIntegerAction.<init>:(Ljava/lang/String;)V
         3: .line 132
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.Integer
            areturn
        end local 0 // java.lang.String theProp
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  theProp  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      theProp  

  public static java.lang.Integer privilegedGetProperty(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Ljava/lang/Integer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.String theProp
        start local 1 // int defaultVal
         0: .line 153
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            ifnonnull 3
         1: .line 154
            aload 0 /* theProp */
            invokestatic java.lang.Integer.getInteger:(Ljava/lang/String;)Ljava/lang/Integer;
            astore 2 /* value */
        start local 2 // java.lang.Integer value
         2: .line 155
            goto 5
        end local 2 // java.lang.Integer value
         3: .line 157
      StackMap locals:
      StackMap stack:
            new sun.security.action.GetIntegerAction
            dup
            aload 0 /* theProp */
            invokespecial sun.security.action.GetIntegerAction.<init>:(Ljava/lang/String;)V
         4: .line 156
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 2 /* value */
        start local 2 // java.lang.Integer value
         5: .line 159
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 2 /* value */
            ifnull 6
            aload 2 /* value */
            invokevirtual java.lang.Integer.intValue:()I
            goto 7
      StackMap locals:
      StackMap stack:
         6: iload 1 /* defaultVal */
      StackMap locals:
      StackMap stack: int
         7: invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // java.lang.Integer value
        end local 1 // int defaultVal
        end local 0 // java.lang.String theProp
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0     theProp  Ljava/lang/String;
            0    8     1  defaultVal  I
            2    3     2       value  Ljava/lang/Integer;
            5    8     2       value  Ljava/lang/Integer;
    MethodParameters:
            Name  Flags
      theProp     
      defaultVal  

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