class sun.security.ssl.EngineArgs
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.ssl.EngineArgs
  super_class: java.lang.Object
{
  java.nio.ByteBuffer netData;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0000) 

  java.nio.ByteBuffer[] appData;
    descriptor: [Ljava/nio/ByteBuffer;
    flags: (0x0000) 

  private int offset;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int len;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int netPos;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int netLim;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int[] appPoss;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int[] appLims;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int appRemaining;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 37
            ldc Lsun/security/ssl/EngineArgs;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.security.ssl.EngineArgs.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.nio.ByteBuffer[], int, int, java.nio.ByteBuffer);
    descriptor: ([Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // sun.security.ssl.EngineArgs this
        start local 1 // java.nio.ByteBuffer[] appData
        start local 2 // int offset
        start local 3 // int len
        start local 4 // java.nio.ByteBuffer netData
         0: .line 70
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.EngineArgs.appRemaining:I
         2: .line 72
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.EngineArgs.wrapMethod:Z
         3: .line 73
            aload 0 /* this */
            aload 4 /* netData */
            aload 1 /* appData */
            iload 2 /* offset */
            iload 3 /* len */
            invokevirtual sun.security.ssl.EngineArgs.init:(Ljava/nio/ByteBuffer;[Ljava/nio/ByteBuffer;II)V
         4: .line 74
            return
        end local 4 // java.nio.ByteBuffer netData
        end local 3 // int len
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] appData
        end local 0 // sun.security.ssl.EngineArgs this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lsun/security/ssl/EngineArgs;
            0    5     1  appData  [Ljava/nio/ByteBuffer;
            0    5     2   offset  I
            0    5     3      len  I
            0    5     4  netData  Ljava/nio/ByteBuffer;
    MethodParameters:
         Name  Flags
      appData  
      offset   
      len      
      netData  

  void <init>(java.nio.ByteBuffer, java.nio.ByteBuffer[], int, int);
    descriptor: (Ljava/nio/ByteBuffer;[Ljava/nio/ByteBuffer;II)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // sun.security.ssl.EngineArgs this
        start local 1 // java.nio.ByteBuffer netData
        start local 2 // java.nio.ByteBuffer[] appData
        start local 3 // int offset
        start local 4 // int len
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.EngineArgs.appRemaining:I
         2: .line 81
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.EngineArgs.wrapMethod:Z
         3: .line 82
            aload 0 /* this */
            aload 1 /* netData */
            aload 2 /* appData */
            iload 3 /* offset */
            iload 4 /* len */
            invokevirtual sun.security.ssl.EngineArgs.init:(Ljava/nio/ByteBuffer;[Ljava/nio/ByteBuffer;II)V
         4: .line 83
            return
        end local 4 // int len
        end local 3 // int offset
        end local 2 // java.nio.ByteBuffer[] appData
        end local 1 // java.nio.ByteBuffer netData
        end local 0 // sun.security.ssl.EngineArgs this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lsun/security/ssl/EngineArgs;
            0    5     1  netData  Ljava/nio/ByteBuffer;
            0    5     2  appData  [Ljava/nio/ByteBuffer;
            0    5     3   offset  I
            0    5     4      len  I
    MethodParameters:
         Name  Flags
      netData  
      appData  
      offset   
      len      

  private void init(java.nio.ByteBuffer, java.nio.ByteBuffer[], int, int);
    descriptor: (Ljava/nio/ByteBuffer;[Ljava/nio/ByteBuffer;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // sun.security.ssl.EngineArgs this
        start local 1 // java.nio.ByteBuffer netData
        start local 2 // java.nio.ByteBuffer[] appData
        start local 3 // int offset
        start local 4 // int len
         0: .line 99
            aload 1 /* netData */
            ifnull 1
            aload 2 /* appData */
            ifnonnull 2
         1: .line 100
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "src/dst is null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 103
      StackMap locals:
      StackMap stack:
            iload 3 /* offset */
            iflt 3
            iload 4 /* len */
            iflt 3
            iload 3 /* offset */
            aload 2 /* appData */
            arraylength
            iload 4 /* len */
            isub
            if_icmple 4
         3: .line 104
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         4: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.wrapMethod:Z
            ifeq 6
            aload 1 /* netData */
            invokevirtual java.nio.ByteBuffer.isReadOnly:()Z
            ifeq 6
         5: .line 108
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         6: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* netData */
            invokevirtual java.nio.ByteBuffer.position:()I
            putfield sun.security.ssl.EngineArgs.netPos:I
         7: .line 112
            aload 0 /* this */
            aload 1 /* netData */
            invokevirtual java.nio.ByteBuffer.limit:()I
            putfield sun.security.ssl.EngineArgs.netLim:I
         8: .line 114
            aload 0 /* this */
            aload 2 /* appData */
            arraylength
            newarray 10
            putfield sun.security.ssl.EngineArgs.appPoss:[I
         9: .line 115
            aload 0 /* this */
            aload 2 /* appData */
            arraylength
            newarray 10
            putfield sun.security.ssl.EngineArgs.appLims:[I
        10: .line 117
            iload 3 /* offset */
            istore 5 /* i */
        start local 5 // int i
        11: goto 22
        12: .line 118
      StackMap locals: int
      StackMap stack:
            aload 2 /* appData */
            iload 5 /* i */
            aaload
            ifnonnull 16
        13: .line 119
            new java.lang.IllegalArgumentException
            dup
        14: .line 120
            new java.lang.StringBuilder
            dup
            ldc "appData["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 5 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "] == null"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        15: .line 119
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        16: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.wrapMethod:Z
            ifne 18
            aload 2 /* appData */
            iload 5 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.isReadOnly:()Z
            ifeq 18
        17: .line 128
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
        18: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.security.ssl.EngineArgs.appRemaining:I
            aload 2 /* appData */
            iload 5 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iadd
            putfield sun.security.ssl.EngineArgs.appRemaining:I
        19: .line 133
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.appPoss:[I
            iload 5 /* i */
            aload 2 /* appData */
            iload 5 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.position:()I
            iastore
        20: .line 134
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.appLims:[I
            iload 5 /* i */
            aload 2 /* appData */
            iload 5 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.limit:()I
            iastore
        21: .line 117
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 5 /* i */
            iload 3 /* offset */
            iload 4 /* len */
            iadd
            if_icmplt 12
        end local 5 // int i
        23: .line 141
            aload 0 /* this */
            aload 1 /* netData */
            putfield sun.security.ssl.EngineArgs.netData:Ljava/nio/ByteBuffer;
        24: .line 142
            aload 0 /* this */
            aload 2 /* appData */
            putfield sun.security.ssl.EngineArgs.appData:[Ljava/nio/ByteBuffer;
        25: .line 143
            aload 0 /* this */
            iload 3 /* offset */
            putfield sun.security.ssl.EngineArgs.offset:I
        26: .line 144
            aload 0 /* this */
            iload 4 /* len */
            putfield sun.security.ssl.EngineArgs.len:I
        27: .line 145
            return
        end local 4 // int len
        end local 3 // int offset
        end local 2 // java.nio.ByteBuffer[] appData
        end local 1 // java.nio.ByteBuffer netData
        end local 0 // sun.security.ssl.EngineArgs this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   28     0     this  Lsun/security/ssl/EngineArgs;
            0   28     1  netData  Ljava/nio/ByteBuffer;
            0   28     2  appData  [Ljava/nio/ByteBuffer;
            0   28     3   offset  I
            0   28     4      len  I
           11   23     5        i  I
    MethodParameters:
         Name  Flags
      netData  
      appData  
      offset   
      len      

  void gather(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.security.ssl.EngineArgs this
        start local 1 // int spaceLeft
         0: .line 155
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.offset:I
            istore 2 /* i */
        start local 2 // int i
         1: goto 8
         2: .line 156
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.appData:[Ljava/nio/ByteBuffer;
            iload 2 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iload 1 /* spaceLeft */
            invokestatic java.lang.Math.min:(II)I
            istore 3 /* amount */
        start local 3 // int amount
         3: .line 157
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.appData:[Ljava/nio/ByteBuffer;
            iload 2 /* i */
            aaload
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.appData:[Ljava/nio/ByteBuffer;
            iload 2 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 3 /* amount */
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         4: .line 158
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.netData:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.appData:[Ljava/nio/ByteBuffer;
            iload 2 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
         5: .line 159
            aload 0 /* this */
            dup
            getfield sun.security.ssl.EngineArgs.appRemaining:I
            iload 3 /* amount */
            isub
            putfield sun.security.ssl.EngineArgs.appRemaining:I
         6: .line 160
            iload 1 /* spaceLeft */
            iload 3 /* amount */
            isub
            istore 1 /* spaceLeft */
        end local 3 // int amount
         7: .line 155
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.offset:I
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.len:I
            iadd
            if_icmpge 9
            iload 1 /* spaceLeft */
            ifgt 2
        end local 2 // int i
         9: .line 162
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int spaceLeft
        end local 0 // sun.security.ssl.EngineArgs this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lsun/security/ssl/EngineArgs;
            0   10     1  spaceLeft  I
            1    9     2          i  I
            3    7     3     amount  I
    MethodParameters:
           Name  Flags
      spaceLeft  

  void scatter(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.security.ssl.EngineArgs this
        start local 1 // java.nio.ByteBuffer readyData
         0: .line 171
            aload 1 /* readyData */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* amountLeft */
        start local 2 // int amountLeft
         1: .line 173
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.offset:I
            istore 3 /* i */
        start local 3 // int i
         2: goto 8
         3: .line 175
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.appData:[Ljava/nio/ByteBuffer;
            iload 3 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iload 2 /* amountLeft */
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* amount */
        start local 4 // int amount
         4: .line 176
            aload 1 /* readyData */
            aload 1 /* readyData */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 4 /* amount */
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         5: .line 177
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.appData:[Ljava/nio/ByteBuffer;
            iload 3 /* i */
            aaload
            aload 1 /* readyData */
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
         6: .line 178
            iload 2 /* amountLeft */
            iload 4 /* amount */
            isub
            istore 2 /* amountLeft */
        end local 4 // int amount
         7: .line 174
            iinc 3 /* i */ 1
         8: .line 173
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.offset:I
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.len:I
            iadd
            if_icmpge 9
            iload 2 /* amountLeft */
            ifgt 3
        end local 3 // int i
         9: .line 180
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.EngineArgs.$assertionsDisabled:Z
            ifne 10
            aload 1 /* readyData */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            ifeq 10
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        10: .line 181
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int amountLeft
        end local 1 // java.nio.ByteBuffer readyData
        end local 0 // sun.security.ssl.EngineArgs this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lsun/security/ssl/EngineArgs;
            0   11     1   readyData  Ljava/nio/ByteBuffer;
            1   11     2  amountLeft  I
            2    9     3           i  I
            4    7     4      amount  I
    MethodParameters:
           Name  Flags
      readyData  

  int getAppRemaining();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.EngineArgs this
         0: .line 184
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.appRemaining:I
            ireturn
        end local 0 // sun.security.ssl.EngineArgs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/EngineArgs;

  int deltaNet();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.EngineArgs this
         0: .line 192
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.netData:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.netPos:I
            isub
            ireturn
        end local 0 // sun.security.ssl.EngineArgs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/EngineArgs;

  int deltaApp();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.security.ssl.EngineArgs this
         0: .line 200
            iconst_0
            istore 1 /* sum */
        start local 1 // int sum
         1: .line 202
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.offset:I
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 203
      StackMap locals: int int
      StackMap stack:
            iload 1 /* sum */
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.appData:[Ljava/nio/ByteBuffer;
            iload 2 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.appPoss:[I
            iload 2 /* i */
            iaload
            isub
            iadd
            istore 1 /* sum */
         4: .line 202
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.offset:I
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.len:I
            iadd
            if_icmplt 3
        end local 2 // int i
         6: .line 206
            iload 1 /* sum */
            ireturn
        end local 1 // int sum
        end local 0 // sun.security.ssl.EngineArgs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/ssl/EngineArgs;
            1    7     1   sum  I
            2    6     2     i  I

  void resetPos();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.security.ssl.EngineArgs this
         0: .line 219
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.netData:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.netPos:I
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         1: .line 220
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.offset:I
            istore 1 /* i */
        start local 1 // int i
         2: goto 5
         3: .line 222
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.appData:[Ljava/nio/ByteBuffer;
            iload 1 /* i */
            aaload
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.appPoss:[I
            iload 1 /* i */
            iaload
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         4: .line 220
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.offset:I
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.len:I
            iadd
            if_icmplt 3
        end local 1 // int i
         6: .line 224
            return
        end local 0 // sun.security.ssl.EngineArgs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/ssl/EngineArgs;
            2    6     1     i  I

  void resetLim();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.security.ssl.EngineArgs this
         0: .line 233
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.netData:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.netLim:I
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         1: .line 234
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.offset:I
            istore 1 /* i */
        start local 1 // int i
         2: goto 5
         3: .line 235
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.appData:[Ljava/nio/ByteBuffer;
            iload 1 /* i */
            aaload
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.appLims:[I
            iload 1 /* i */
            iaload
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         4: .line 234
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.offset:I
            aload 0 /* this */
            getfield sun.security.ssl.EngineArgs.len:I
            iadd
            if_icmplt 3
        end local 1 // int i
         6: .line 237
            return
        end local 0 // sun.security.ssl.EngineArgs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/ssl/EngineArgs;
            2    6     1     i  I
}
SourceFile: "EngineArgs.java"