class com.sun.tools.jdi.SDE
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdi.SDE
  super_class: java.lang.Object
{
  private static final int INIT_SIZE_FILE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int INIT_SIZE_LINE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 100

  private static final int INIT_SIZE_STRATUM;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final java.lang.String BASE_STRATUM_NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "Java"

  static final java.lang.String NullString;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private com.sun.tools.jdi.SDE$FileTableRecord[] fileTable;
    descriptor: [Lcom/sun/tools/jdi/SDE$FileTableRecord;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.jdi.SDE$LineTableRecord[] lineTable;
    descriptor: [Lcom/sun/tools/jdi/SDE$LineTableRecord;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.jdi.SDE$StratumTableRecord[] stratumTable;
    descriptor: [Lcom/sun/tools/jdi/SDE$StratumTableRecord;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

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

  final java.lang.String sourceDebugExtension;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  java.lang.String jplsFilename;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.lang.String defaultStratumId;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  boolean isValid;
    descriptor: Z
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 40
            aconst_null
            putstatic com.sun.tools.jdi.SDE.NullString:Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.SDE this
        start local 1 // java.lang.String sourceDebugExtension
         0: .line 244
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 226
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.SDE.fileTable:[Lcom/sun/tools/jdi/SDE$FileTableRecord;
         2: .line 227
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
         3: .line 228
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
         4: .line 230
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.SDE.fileIndex:I
         5: .line 231
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.SDE.lineIndex:I
         6: .line 232
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.SDE.stratumIndex:I
         7: .line 233
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.SDE.currentFileId:I
         8: .line 235
            aload 0 /* this */
            iconst_m1
            putfield com.sun.tools.jdi.SDE.defaultStratumIndex:I
         9: .line 236
            aload 0 /* this */
            bipush -2
            putfield com.sun.tools.jdi.SDE.baseStratumIndex:I
        10: .line 237
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.SDE.sdePos:I
        11: .line 240
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.SDE.jplsFilename:Ljava/lang/String;
        12: .line 241
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.SDE.defaultStratumId:Ljava/lang/String;
        13: .line 242
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.SDE.isValid:Z
        14: .line 245
            aload 0 /* this */
            aload 1 /* sourceDebugExtension */
            putfield com.sun.tools.jdi.SDE.sourceDebugExtension:Ljava/lang/String;
        15: .line 246
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.decode:()V
        16: .line 247
            return
        end local 1 // java.lang.String sourceDebugExtension
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   17     0                  this  Lcom/sun/tools/jdi/SDE;
            0   17     1  sourceDebugExtension  Ljava/lang/String;
    MethodParameters:
                      Name  Flags
      sourceDebugExtension  

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 249
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 226
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.SDE.fileTable:[Lcom/sun/tools/jdi/SDE$FileTableRecord;
         2: .line 227
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
         3: .line 228
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
         4: .line 230
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.SDE.fileIndex:I
         5: .line 231
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.SDE.lineIndex:I
         6: .line 232
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.SDE.stratumIndex:I
         7: .line 233
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.SDE.currentFileId:I
         8: .line 235
            aload 0 /* this */
            iconst_m1
            putfield com.sun.tools.jdi.SDE.defaultStratumIndex:I
         9: .line 236
            aload 0 /* this */
            bipush -2
            putfield com.sun.tools.jdi.SDE.baseStratumIndex:I
        10: .line 237
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.SDE.sdePos:I
        11: .line 240
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.SDE.jplsFilename:Ljava/lang/String;
        12: .line 241
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.SDE.defaultStratumId:Ljava/lang/String;
        13: .line 242
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.SDE.isValid:Z
        14: .line 250
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.SDE.sourceDebugExtension:Ljava/lang/String;
        15: .line 251
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.createProxyForAbsentSDE:()V
        16: .line 252
            return
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/sun/tools/jdi/SDE;

  char sdePeek();
    descriptor: ()C
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 255
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.sdePos:I
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.sourceDebugExtension:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            if_icmplt 2
         1: .line 256
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.syntax:()V
         2: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.sourceDebugExtension:Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.sdePos:I
            invokevirtual java.lang.String.charAt:(I)C
            ireturn
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/SDE;

  char sdeRead();
    descriptor: ()C
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 262
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.sdePos:I
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.sourceDebugExtension:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            if_icmplt 2
         1: .line 263
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.syntax:()V
         2: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.sourceDebugExtension:Ljava/lang/String;
            aload 0 /* this */
            dup
            getfield com.sun.tools.jdi.SDE.sdePos:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.tools.jdi.SDE.sdePos:I
            invokevirtual java.lang.String.charAt:(I)C
            ireturn
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/SDE;

  void sdeAdvance();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 269
            aload 0 /* this */
            dup
            getfield com.sun.tools.jdi.SDE.sdePos:I
            iconst_1
            iadd
            putfield com.sun.tools.jdi.SDE.sdePos:I
         1: .line 270
            return
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/SDE;

  void syntax();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 273
            new java.lang.InternalError
            dup
            new java.lang.StringBuilder
            dup
            ldc "bad SourceDebugExtension syntax - position "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 274
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.sdePos:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         2: .line 273
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/SDE;

  void syntax(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.SDE this
        start local 1 // java.lang.String msg
         0: .line 278
            new java.lang.InternalError
            dup
            new java.lang.StringBuilder
            dup
            ldc "bad SourceDebugExtension syntax: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* msg */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.String msg
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/SDE;
            0    1     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  void assureLineTableSize();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 282
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
            arraylength
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* len */
        start local 1 // int len
         3: .line 283
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineIndex:I
            iload 1 /* len */
            if_icmplt 18
         4: .line 285
            iload 1 /* len */
            ifne 5
            bipush 100
            goto 6
      StackMap locals: int
      StackMap stack:
         5: iload 1 /* len */
            iconst_2
            imul
      StackMap locals:
      StackMap stack: int
         6: istore 3 /* newLen */
        start local 3 // int newLen
         7: .line 286
            iload 3 /* newLen */
            anewarray com.sun.tools.jdi.SDE$LineTableRecord
            astore 4 /* newTable */
        start local 4 // com.sun.tools.jdi.SDE$LineTableRecord[] newTable
         8: .line 287
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         9: goto 12
        10: .line 288
      StackMap locals: int int com.sun.tools.jdi.SDE$LineTableRecord[]
      StackMap stack:
            aload 4 /* newTable */
            iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
            iload 2 /* i */
            aaload
            aastore
        11: .line 287
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* i */
            iload 1 /* len */
            if_icmplt 10
        13: .line 290
            goto 16
        14: .line 291
      StackMap locals:
      StackMap stack:
            aload 4 /* newTable */
            iload 2 /* i */
            new com.sun.tools.jdi.SDE$LineTableRecord
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.SDE$LineTableRecord.<init>:(Lcom/sun/tools/jdi/SDE;)V
            aastore
        15: .line 290
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 2 /* i */
            iload 3 /* newLen */
            if_icmplt 14
        17: .line 293
            aload 0 /* this */
            aload 4 /* newTable */
            putfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
        end local 4 // com.sun.tools.jdi.SDE$LineTableRecord[] newTable
        end local 3 // int newLen
        end local 2 // int i
        18: .line 295
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int len
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lcom/sun/tools/jdi/SDE;
            3   19     1       len  I
            9   18     2         i  I
            7   18     3    newLen  I
            8   18     4  newTable  [Lcom/sun/tools/jdi/SDE$LineTableRecord;

  void assureFileTableSize();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 298
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.fileTable:[Lcom/sun/tools/jdi/SDE$FileTableRecord;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.fileTable:[Lcom/sun/tools/jdi/SDE$FileTableRecord;
            arraylength
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* len */
        start local 1 // int len
         3: .line 299
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.fileIndex:I
            iload 1 /* len */
            if_icmplt 18
         4: .line 301
            iload 1 /* len */
            ifne 5
            iconst_3
            goto 6
      StackMap locals: int
      StackMap stack:
         5: iload 1 /* len */
            iconst_2
            imul
      StackMap locals:
      StackMap stack: int
         6: istore 3 /* newLen */
        start local 3 // int newLen
         7: .line 302
            iload 3 /* newLen */
            anewarray com.sun.tools.jdi.SDE$FileTableRecord
            astore 4 /* newTable */
        start local 4 // com.sun.tools.jdi.SDE$FileTableRecord[] newTable
         8: .line 303
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         9: goto 12
        10: .line 304
      StackMap locals: int int com.sun.tools.jdi.SDE$FileTableRecord[]
      StackMap stack:
            aload 4 /* newTable */
            iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.fileTable:[Lcom/sun/tools/jdi/SDE$FileTableRecord;
            iload 2 /* i */
            aaload
            aastore
        11: .line 303
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* i */
            iload 1 /* len */
            if_icmplt 10
        13: .line 306
            goto 16
        14: .line 307
      StackMap locals:
      StackMap stack:
            aload 4 /* newTable */
            iload 2 /* i */
            new com.sun.tools.jdi.SDE$FileTableRecord
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.SDE$FileTableRecord.<init>:(Lcom/sun/tools/jdi/SDE;)V
            aastore
        15: .line 306
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 2 /* i */
            iload 3 /* newLen */
            if_icmplt 14
        17: .line 309
            aload 0 /* this */
            aload 4 /* newTable */
            putfield com.sun.tools.jdi.SDE.fileTable:[Lcom/sun/tools/jdi/SDE$FileTableRecord;
        end local 4 // com.sun.tools.jdi.SDE$FileTableRecord[] newTable
        end local 3 // int newLen
        end local 2 // int i
        18: .line 311
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int len
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lcom/sun/tools/jdi/SDE;
            3   19     1       len  I
            9   18     2         i  I
            7   18     3    newLen  I
            8   18     4  newTable  [Lcom/sun/tools/jdi/SDE$FileTableRecord;

  void assureStratumTableSize();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 314
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
            arraylength
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* len */
        start local 1 // int len
         3: .line 315
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumIndex:I
            iload 1 /* len */
            if_icmplt 18
         4: .line 317
            iload 1 /* len */
            ifne 5
            iconst_3
            goto 6
      StackMap locals: int
      StackMap stack:
         5: iload 1 /* len */
            iconst_2
            imul
      StackMap locals:
      StackMap stack: int
         6: istore 3 /* newLen */
        start local 3 // int newLen
         7: .line 318
            iload 3 /* newLen */
            anewarray com.sun.tools.jdi.SDE$StratumTableRecord
            astore 4 /* newTable */
        start local 4 // com.sun.tools.jdi.SDE$StratumTableRecord[] newTable
         8: .line 319
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         9: goto 12
        10: .line 320
      StackMap locals: int int com.sun.tools.jdi.SDE$StratumTableRecord[]
      StackMap stack:
            aload 4 /* newTable */
            iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
            iload 2 /* i */
            aaload
            aastore
        11: .line 319
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* i */
            iload 1 /* len */
            if_icmplt 10
        13: .line 322
            goto 16
        14: .line 323
      StackMap locals:
      StackMap stack:
            aload 4 /* newTable */
            iload 2 /* i */
            new com.sun.tools.jdi.SDE$StratumTableRecord
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.jdi.SDE$StratumTableRecord.<init>:(Lcom/sun/tools/jdi/SDE;)V
            aastore
        15: .line 322
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 2 /* i */
            iload 3 /* newLen */
            if_icmplt 14
        17: .line 325
            aload 0 /* this */
            aload 4 /* newTable */
            putfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
        end local 4 // com.sun.tools.jdi.SDE$StratumTableRecord[] newTable
        end local 3 // int newLen
        end local 2 // int i
        18: .line 327
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int len
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lcom/sun/tools/jdi/SDE;
            3   19     1       len  I
            9   18     2         i  I
            7   18     3    newLen  I
            8   18     4  newTable  [Lcom/sun/tools/jdi/SDE$StratumTableRecord;

  java.lang.String readLine();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 330
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 333
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.ignoreWhite:()V
         2: .line 334
            goto 4
        start local 2 // char ch
         3: .line 335
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 1 /* sb */
            iload 2 /* ch */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        end local 2 // char ch
         4: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeRead:()C
            dup
            istore 2 /* ch */
        start local 2 // char ch
         5: bipush 10
            if_icmpeq 6
            iload 2 /* ch */
            bipush 13
            if_icmpne 3
         6: .line 338
      StackMap locals: int
      StackMap stack:
            iload 2 /* ch */
            bipush 13
            if_icmpne 8
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdePeek:()C
            bipush 10
            if_icmpne 8
         7: .line 339
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeRead:()C
            pop
         8: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.ignoreWhite:()V
         9: .line 342
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // char ch
        end local 1 // java.lang.StringBuilder sb
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/jdi/SDE;
            1   10     1    sb  Ljava/lang/StringBuilder;
            3    4     2    ch  C
            5   10     2    ch  C

  private int defaultStratumTableIndex();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 346
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.defaultStratumIndex:I
            iconst_m1
            if_icmpne 4
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.defaultStratumId:Ljava/lang/String;
            ifnull 4
         1: .line 347
            aload 0 /* this */
         2: .line 348
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.defaultStratumId:Ljava/lang/String;
            invokevirtual com.sun.tools.jdi.SDE.stratumTableIndex:(Ljava/lang/String;)I
         3: .line 347
            putfield com.sun.tools.jdi.SDE.defaultStratumIndex:I
         4: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.defaultStratumIndex:I
            ireturn
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/SDE;

  int stratumTableIndex(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.SDE this
        start local 1 // java.lang.String stratumId
         0: .line 356
            aload 1 /* stratumId */
            ifnonnull 2
         1: .line 357
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.defaultStratumTableIndex:()I
            ireturn
         2: .line 359
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 7
         4: .line 360
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
            iload 2 /* i */
            aaload
            getfield com.sun.tools.jdi.SDE$StratumTableRecord.id:Ljava/lang/String;
            aload 1 /* stratumId */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 361
            iload 2 /* i */
            ireturn
         6: .line 359
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumIndex:I
            iconst_1
            isub
            if_icmplt 4
         8: .line 364
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.defaultStratumTableIndex:()I
            ireturn
        end local 2 // int i
        end local 1 // java.lang.String stratumId
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/tools/jdi/SDE;
            0    9     1  stratumId  Ljava/lang/String;
            3    9     2          i  I
    MethodParameters:
           Name  Flags
      stratumId  

  com.sun.tools.jdi.SDE$Stratum stratum(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/tools/jdi/SDE$Stratum;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.SDE this
        start local 1 // java.lang.String stratumID
         0: .line 368
            aload 0 /* this */
            aload 1 /* stratumID */
            invokevirtual com.sun.tools.jdi.SDE.stratumTableIndex:(Ljava/lang/String;)I
            istore 2 /* sti */
        start local 2 // int sti
         1: .line 369
            new com.sun.tools.jdi.SDE$Stratum
            dup
            aload 0 /* this */
            iload 2 /* sti */
            invokespecial com.sun.tools.jdi.SDE$Stratum.<init>:(Lcom/sun/tools/jdi/SDE;I)V
            areturn
        end local 2 // int sti
        end local 1 // java.lang.String stratumID
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/tools/jdi/SDE;
            0    2     1  stratumID  Ljava/lang/String;
            1    2     2        sti  I
    MethodParameters:
           Name  Flags
      stratumID  

  java.util.List<java.lang.String> availableStrata();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 373
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* strata */
        start local 1 // java.util.List strata
         1: .line 375
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 6
         3: .line 376
      StackMap locals: java.util.List int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
            iload 2 /* i */
            aaload
            astore 3 /* rec */
        start local 3 // com.sun.tools.jdi.SDE$StratumTableRecord rec
         4: .line 377
            aload 1 /* strata */
            aload 3 /* rec */
            getfield com.sun.tools.jdi.SDE$StratumTableRecord.id:Ljava/lang/String;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // com.sun.tools.jdi.SDE$StratumTableRecord rec
         5: .line 375
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumIndex:I
            iconst_1
            isub
            if_icmplt 3
        end local 2 // int i
         7: .line 379
            aload 1 /* strata */
            areturn
        end local 1 // java.util.List strata
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/sun/tools/jdi/SDE;
            1    8     1  strata  Ljava/util/List<Ljava/lang/String;>;
            2    7     2       i  I
            4    5     3     rec  Lcom/sun/tools/jdi/SDE$StratumTableRecord;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  void ignoreWhite();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 414
            goto 2
        start local 1 // char ch
         1: .line 415
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeAdvance:()V
        end local 1 // char ch
         2: .line 414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdePeek:()C
            dup
            istore 1 /* ch */
        start local 1 // char ch
         3: bipush 32
            if_icmpeq 1
            iload 1 /* ch */
            bipush 9
            if_icmpeq 1
         4: .line 417
            return
        end local 1 // char ch
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/SDE;
            1    2     1    ch  C
            3    5     1    ch  C

  void ignoreLine();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeRead:()C
            dup
            istore 1 /* ch */
        start local 1 // char ch
         1: bipush 10
            if_icmpeq 2
            iload 1 /* ch */
            bipush 13
            if_icmpne 0
         2: .line 425
      StackMap locals: int
      StackMap stack:
            iload 1 /* ch */
            bipush 13
            if_icmpne 4
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdePeek:()C
            bipush 10
            if_icmpne 4
         3: .line 426
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeAdvance:()V
         4: .line 428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.ignoreWhite:()V
         5: .line 429
            return
        end local 1 // char ch
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/jdi/SDE;
            1    6     1    ch  C

  int readNumber();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 432
            iconst_0
            istore 1 /* value */
        start local 1 // int value
         1: .line 435
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.ignoreWhite:()V
         2: .line 436
            goto 5
        start local 2 // char ch
         3: .line 437
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeAdvance:()V
         4: .line 438
            iload 1 /* value */
            bipush 10
            imul
            iload 2 /* ch */
            iadd
            bipush 48
            isub
            istore 1 /* value */
        end local 2 // char ch
         5: .line 436
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdePeek:()C
            dup
            istore 2 /* ch */
        start local 2 // char ch
         6: bipush 48
            if_icmplt 7
            iload 2 /* ch */
            bipush 57
            if_icmple 3
         7: .line 440
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.ignoreWhite:()V
         8: .line 441
            iload 1 /* value */
            ireturn
        end local 2 // char ch
        end local 1 // int value
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/sun/tools/jdi/SDE;
            1    9     1  value  I
            3    5     2     ch  C
            6    9     2     ch  C

  void storeFile(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.tools.jdi.SDE this
        start local 1 // int fileId
        start local 2 // java.lang.String sourceName
        start local 3 // java.lang.String sourcePath
         0: .line 445
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.assureFileTableSize:()V
         1: .line 446
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.fileTable:[Lcom/sun/tools/jdi/SDE$FileTableRecord;
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.fileIndex:I
            aaload
            iload 1 /* fileId */
            putfield com.sun.tools.jdi.SDE$FileTableRecord.fileId:I
         2: .line 447
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.fileTable:[Lcom/sun/tools/jdi/SDE$FileTableRecord;
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.fileIndex:I
            aaload
            aload 2 /* sourceName */
            putfield com.sun.tools.jdi.SDE$FileTableRecord.sourceName:Ljava/lang/String;
         3: .line 448
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.fileTable:[Lcom/sun/tools/jdi/SDE$FileTableRecord;
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.fileIndex:I
            aaload
            aload 3 /* sourcePath */
            putfield com.sun.tools.jdi.SDE$FileTableRecord.sourcePath:Ljava/lang/String;
         4: .line 449
            aload 0 /* this */
            dup
            getfield com.sun.tools.jdi.SDE.fileIndex:I
            iconst_1
            iadd
            putfield com.sun.tools.jdi.SDE.fileIndex:I
         5: .line 450
            return
        end local 3 // java.lang.String sourcePath
        end local 2 // java.lang.String sourceName
        end local 1 // int fileId
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lcom/sun/tools/jdi/SDE;
            0    6     1      fileId  I
            0    6     2  sourceName  Ljava/lang/String;
            0    6     3  sourcePath  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      fileId      
      sourceName  
      sourcePath  

  void fileLine();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 453
            iconst_0
            istore 1 /* hasAbsolute */
        start local 1 // int hasAbsolute
         1: .line 456
            aconst_null
            astore 4 /* sourcePath */
        start local 4 // java.lang.String sourcePath
         2: .line 459
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdePeek:()C
            bipush 43
            if_icmpne 5
         3: .line 460
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeAdvance:()V
         4: .line 461
            iconst_1
            istore 1 /* hasAbsolute */
         5: .line 463
      StackMap locals: com.sun.tools.jdi.SDE int top top java.lang.String
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.readNumber:()I
            istore 2 /* fileId */
        start local 2 // int fileId
         6: .line 464
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.readLine:()Ljava/lang/String;
            astore 3 /* sourceName */
        start local 3 // java.lang.String sourceName
         7: .line 465
            iload 1 /* hasAbsolute */
            iconst_1
            if_icmpne 9
         8: .line 466
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.readLine:()Ljava/lang/String;
            astore 4 /* sourcePath */
         9: .line 469
      StackMap locals: com.sun.tools.jdi.SDE int int java.lang.String java.lang.String
      StackMap stack:
            aload 0 /* this */
            iload 2 /* fileId */
            aload 3 /* sourceName */
            aload 4 /* sourcePath */
            invokevirtual com.sun.tools.jdi.SDE.storeFile:(ILjava/lang/String;Ljava/lang/String;)V
        10: .line 470
            return
        end local 4 // java.lang.String sourcePath
        end local 3 // java.lang.String sourceName
        end local 2 // int fileId
        end local 1 // int hasAbsolute
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lcom/sun/tools/jdi/SDE;
            1   11     1  hasAbsolute  I
            6   11     2       fileId  I
            7   11     3   sourceName  Ljava/lang/String;
            2   11     4   sourcePath  Ljava/lang/String;

  void storeLine(int, int, int, int, int, int);
    descriptor: (IIIIII)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // com.sun.tools.jdi.SDE this
        start local 1 // int jplsStart
        start local 2 // int jplsEnd
        start local 3 // int jplsLineInc
        start local 4 // int njplsStart
        start local 5 // int njplsEnd
        start local 6 // int fileId
         0: .line 474
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.assureLineTableSize:()V
         1: .line 475
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineIndex:I
            aaload
            iload 1 /* jplsStart */
            putfield com.sun.tools.jdi.SDE$LineTableRecord.jplsStart:I
         2: .line 476
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineIndex:I
            aaload
            iload 2 /* jplsEnd */
            putfield com.sun.tools.jdi.SDE$LineTableRecord.jplsEnd:I
         3: .line 477
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineIndex:I
            aaload
            iload 3 /* jplsLineInc */
            putfield com.sun.tools.jdi.SDE$LineTableRecord.jplsLineInc:I
         4: .line 478
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineIndex:I
            aaload
            iload 4 /* njplsStart */
            putfield com.sun.tools.jdi.SDE$LineTableRecord.njplsStart:I
         5: .line 479
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineIndex:I
            aaload
            iload 5 /* njplsEnd */
            putfield com.sun.tools.jdi.SDE$LineTableRecord.njplsEnd:I
         6: .line 480
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineIndex:I
            aaload
            iload 6 /* fileId */
            putfield com.sun.tools.jdi.SDE$LineTableRecord.fileId:I
         7: .line 481
            aload 0 /* this */
            dup
            getfield com.sun.tools.jdi.SDE.lineIndex:I
            iconst_1
            iadd
            putfield com.sun.tools.jdi.SDE.lineIndex:I
         8: .line 482
            return
        end local 6 // int fileId
        end local 5 // int njplsEnd
        end local 4 // int njplsStart
        end local 3 // int jplsLineInc
        end local 2 // int jplsEnd
        end local 1 // int jplsStart
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/sun/tools/jdi/SDE;
            0    9     1    jplsStart  I
            0    9     2      jplsEnd  I
            0    9     3  jplsLineInc  I
            0    9     4   njplsStart  I
            0    9     5     njplsEnd  I
            0    9     6       fileId  I
    MethodParameters:
             Name  Flags
      jplsStart    
      jplsEnd      
      jplsLineInc  
      njplsStart   
      njplsEnd     
      fileId       

  void lineLine();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 490
            iconst_1
            istore 1 /* lineCount */
        start local 1 // int lineCount
         1: .line 491
            iconst_1
            istore 2 /* lineIncrement */
        start local 2 // int lineIncrement
         2: .line 495
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.readNumber:()I
            istore 3 /* njplsStart */
        start local 3 // int njplsStart
         3: .line 498
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdePeek:()C
            bipush 35
            if_icmpne 6
         4: .line 499
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeAdvance:()V
         5: .line 500
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.readNumber:()I
            putfield com.sun.tools.jdi.SDE.currentFileId:I
         6: .line 504
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdePeek:()C
            bipush 44
            if_icmpne 9
         7: .line 505
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeAdvance:()V
         8: .line 506
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.readNumber:()I
            istore 1 /* lineCount */
         9: .line 509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeRead:()C
            bipush 58
            if_icmpeq 11
        10: .line 510
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.syntax:()V
        11: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.readNumber:()I
            istore 4 /* jplsStart */
        start local 4 // int jplsStart
        12: .line 513
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdePeek:()C
            bipush 44
            if_icmpne 15
        13: .line 514
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeAdvance:()V
        14: .line 515
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.readNumber:()I
            istore 2 /* lineIncrement */
        15: .line 517
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.ignoreLine:()V
        16: .line 519
            aload 0 /* this */
            iload 4 /* jplsStart */
        17: .line 520
            iload 4 /* jplsStart */
            iload 1 /* lineCount */
            iload 2 /* lineIncrement */
            imul
            iadd
            iconst_1
            isub
        18: .line 521
            iload 2 /* lineIncrement */
        19: .line 522
            iload 3 /* njplsStart */
        20: .line 523
            iload 3 /* njplsStart */
            iload 1 /* lineCount */
            iadd
            iconst_1
            isub
        21: .line 524
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.currentFileId:I
        22: .line 519
            invokevirtual com.sun.tools.jdi.SDE.storeLine:(IIIIII)V
        23: .line 525
            return
        end local 4 // int jplsStart
        end local 3 // int njplsStart
        end local 2 // int lineIncrement
        end local 1 // int lineCount
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   24     0           this  Lcom/sun/tools/jdi/SDE;
            1   24     1      lineCount  I
            2   24     2  lineIncrement  I
            3   24     3     njplsStart  I
           12   24     4      jplsStart  I

  void storeStratum(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.SDE this
        start local 1 // java.lang.String stratumId
         0: .line 533
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumIndex:I
            ifle 8
         1: .line 534
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumIndex:I
            iconst_1
            isub
            aaload
            getfield com.sun.tools.jdi.SDE$StratumTableRecord.fileIndex:I
         2: .line 535
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.fileIndex:I
         3: .line 534
            if_icmpne 8
         4: .line 536
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumIndex:I
            iconst_1
            isub
            aaload
            getfield com.sun.tools.jdi.SDE$StratumTableRecord.lineIndex:I
         5: .line 537
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineIndex:I
         6: .line 536
            if_icmpne 8
         7: .line 539
            aload 0 /* this */
            dup
            getfield com.sun.tools.jdi.SDE.stratumIndex:I
            iconst_1
            isub
            putfield com.sun.tools.jdi.SDE.stratumIndex:I
         8: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.assureStratumTableSize:()V
         9: .line 544
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumIndex:I
            aaload
            aload 1 /* stratumId */
            putfield com.sun.tools.jdi.SDE$StratumTableRecord.id:Ljava/lang/String;
        10: .line 545
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumIndex:I
            aaload
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.fileIndex:I
            putfield com.sun.tools.jdi.SDE$StratumTableRecord.fileIndex:I
        11: .line 546
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumIndex:I
            aaload
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineIndex:I
            putfield com.sun.tools.jdi.SDE$StratumTableRecord.lineIndex:I
        12: .line 547
            aload 0 /* this */
            dup
            getfield com.sun.tools.jdi.SDE.stratumIndex:I
            iconst_1
            iadd
            putfield com.sun.tools.jdi.SDE.stratumIndex:I
        13: .line 548
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.SDE.currentFileId:I
        14: .line 549
            return
        end local 1 // java.lang.String stratumId
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lcom/sun/tools/jdi/SDE;
            0   15     1  stratumId  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      stratumId  

  void stratumSection();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 555
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.readLine:()Ljava/lang/String;
            invokevirtual com.sun.tools.jdi.SDE.storeStratum:(Ljava/lang/String;)V
         1: .line 556
            return
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/SDE;

  void fileSection();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 559
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.ignoreLine:()V
         1: .line 560
            goto 3
         2: .line 561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.fileLine:()V
         3: .line 560
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdePeek:()C
            bipush 42
            if_icmpne 2
         4: .line 563
            return
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/SDE;

  void lineSection();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 566
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.ignoreLine:()V
         1: .line 567
            goto 3
         2: .line 568
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.lineLine:()V
         3: .line 567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdePeek:()C
            bipush 42
            if_icmpne 2
         4: .line 570
            return
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/SDE;

  void ignoreSection();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 576
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.ignoreLine:()V
         1: .line 577
            goto 3
         2: .line 578
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.ignoreLine:()V
         3: .line 577
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdePeek:()C
            bipush 42
            if_icmpne 2
         4: .line 580
            return
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/SDE;

  void createJavaStratum();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 588
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumIndex:I
            putfield com.sun.tools.jdi.SDE.baseStratumIndex:I
         1: .line 589
            aload 0 /* this */
            ldc "Java"
            invokevirtual com.sun.tools.jdi.SDE.storeStratum:(Ljava/lang/String;)V
         2: .line 590
            aload 0 /* this */
            iconst_1
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.jplsFilename:Ljava/lang/String;
            getstatic com.sun.tools.jdi.SDE.NullString:Ljava/lang/String;
            invokevirtual com.sun.tools.jdi.SDE.storeFile:(ILjava/lang/String;Ljava/lang/String;)V
         3: .line 592
            aload 0 /* this */
            iconst_1
            ldc 65536
            iconst_1
            iconst_1
            ldc 65536
            iconst_1
            invokevirtual com.sun.tools.jdi.SDE.storeLine:(IIIIII)V
         4: .line 593
            aload 0 /* this */
            ldc "Aux"
            invokevirtual com.sun.tools.jdi.SDE.storeStratum:(Ljava/lang/String;)V
         5: .line 594
            return
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/jdi/SDE;

  void decode();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 602
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.sourceDebugExtension:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iconst_4
            if_icmplt 5
         1: .line 603
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeRead:()C
            bipush 83
            if_icmpne 5
         2: .line 604
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeRead:()C
            bipush 77
            if_icmpne 5
         3: .line 605
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeRead:()C
            bipush 65
            if_icmpne 5
         4: .line 606
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeRead:()C
            bipush 80
            if_icmpeq 6
         5: .line 607
      StackMap locals:
      StackMap stack:
            return
         6: .line 609
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.ignoreLine:()V
         7: .line 610
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.readLine:()Ljava/lang/String;
            putfield com.sun.tools.jdi.SDE.jplsFilename:Ljava/lang/String;
         8: .line 611
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.readLine:()Ljava/lang/String;
            putfield com.sun.tools.jdi.SDE.defaultStratumId:Ljava/lang/String;
         9: .line 612
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.createJavaStratum:()V
        10: .line 614
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeRead:()C
            bipush 42
            if_icmpeq 12
        11: .line 615
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.syntax:()V
        12: .line 617
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.sdeRead:()C
            lookupswitch { // 4
                   69: 19
                   70: 15
                   76: 17
                   83: 13
              default: 22
          }
        13: .line 619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.stratumSection:()V
        14: .line 620
            goto 10
        15: .line 622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.fileSection:()V
        16: .line 623
            goto 10
        17: .line 625
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.lineSection:()V
        18: .line 626
            goto 10
        19: .line 629
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "*terminator*"
            invokevirtual com.sun.tools.jdi.SDE.storeStratum:(Ljava/lang/String;)V
        20: .line 630
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.SDE.isValid:Z
        21: .line 631
            return
        22: .line 633
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.ignoreSection:()V
        23: .line 613
            goto 10
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lcom/sun/tools/jdi/SDE;

  void createProxyForAbsentSDE();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 639
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.SDE.jplsFilename:Ljava/lang/String;
         1: .line 640
            aload 0 /* this */
            ldc "Java"
            putfield com.sun.tools.jdi.SDE.defaultStratumId:Ljava/lang/String;
         2: .line 641
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumIndex:I
            putfield com.sun.tools.jdi.SDE.defaultStratumIndex:I
         3: .line 642
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.SDE.createJavaStratum:()V
         4: .line 643
            aload 0 /* this */
            ldc "*terminator*"
            invokevirtual com.sun.tools.jdi.SDE.storeStratum:(Ljava/lang/String;)V
         5: .line 644
            return
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/jdi/SDE;

  private int stiLineTableIndex(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.sun.tools.jdi.SDE this
        start local 1 // int sti
        start local 2 // int jplsLine
         0: .line 653
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
            iload 1 /* sti */
            aaload
            getfield com.sun.tools.jdi.SDE$StratumTableRecord.lineIndex:I
            istore 4 /* lineIndexStart */
        start local 4 // int lineIndexStart
         1: .line 655
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
            iload 1 /* sti */
            iconst_1
            iadd
            aaload
            getfield com.sun.tools.jdi.SDE$StratumTableRecord.lineIndex:I
            istore 5 /* lineIndexEnd */
        start local 5 // int lineIndexEnd
         2: .line 656
            iload 4 /* lineIndexStart */
            istore 3 /* i */
        start local 3 // int i
         3: goto 8
         4: .line 657
      StackMap locals: int int int
      StackMap stack:
            iload 2 /* jplsLine */
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
            iload 3 /* i */
            aaload
            getfield com.sun.tools.jdi.SDE$LineTableRecord.jplsStart:I
            if_icmplt 7
         5: .line 658
            iload 2 /* jplsLine */
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
            iload 3 /* i */
            aaload
            getfield com.sun.tools.jdi.SDE$LineTableRecord.jplsEnd:I
            if_icmpgt 7
         6: .line 659
            iload 3 /* i */
            ireturn
         7: .line 656
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            iload 5 /* lineIndexEnd */
            if_icmplt 4
         9: .line 662
            iconst_m1
            ireturn
        end local 5 // int lineIndexEnd
        end local 4 // int lineIndexStart
        end local 3 // int i
        end local 2 // int jplsLine
        end local 1 // int sti
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lcom/sun/tools/jdi/SDE;
            0   10     1             sti  I
            0   10     2        jplsLine  I
            3   10     3               i  I
            1   10     4  lineIndexStart  I
            2   10     5    lineIndexEnd  I
    MethodParameters:
          Name  Flags
      sti       
      jplsLine  

  private int stiLineNumber(int, int, int);
    descriptor: (III)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.tools.jdi.SDE this
        start local 1 // int sti
        start local 2 // int lti
        start local 3 // int jplsLine
         0: .line 666
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
            iload 2 /* lti */
            aaload
            getfield com.sun.tools.jdi.SDE$LineTableRecord.njplsStart:I
         1: .line 667
            iload 3 /* jplsLine */
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
            iload 2 /* lti */
            aaload
            getfield com.sun.tools.jdi.SDE$LineTableRecord.jplsStart:I
            isub
         2: .line 668
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
            iload 2 /* lti */
            aaload
            getfield com.sun.tools.jdi.SDE$LineTableRecord.jplsLineInc:I
         3: .line 667
            idiv
         4: .line 666
            iadd
            ireturn
        end local 3 // int jplsLine
        end local 2 // int lti
        end local 1 // int sti
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/sun/tools/jdi/SDE;
            0    5     1       sti  I
            0    5     2       lti  I
            0    5     3  jplsLine  I
    MethodParameters:
          Name  Flags
      sti       
      lti       
      jplsLine  

  private int fileTableIndex(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.sun.tools.jdi.SDE this
        start local 1 // int sti
        start local 2 // int fileId
         0: .line 673
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
            iload 1 /* sti */
            aaload
            getfield com.sun.tools.jdi.SDE$StratumTableRecord.fileIndex:I
            istore 4 /* fileIndexStart */
        start local 4 // int fileIndexStart
         1: .line 675
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.stratumTable:[Lcom/sun/tools/jdi/SDE$StratumTableRecord;
            iload 1 /* sti */
            iconst_1
            iadd
            aaload
            getfield com.sun.tools.jdi.SDE$StratumTableRecord.fileIndex:I
            istore 5 /* fileIndexEnd */
        start local 5 // int fileIndexEnd
         2: .line 676
            iload 4 /* fileIndexStart */
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 677
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.fileTable:[Lcom/sun/tools/jdi/SDE$FileTableRecord;
            iload 3 /* i */
            aaload
            getfield com.sun.tools.jdi.SDE$FileTableRecord.fileId:I
            iload 2 /* fileId */
            if_icmpne 6
         5: .line 678
            iload 3 /* i */
            ireturn
         6: .line 676
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 5 /* fileIndexEnd */
            if_icmplt 4
         8: .line 681
            iconst_m1
            ireturn
        end local 5 // int fileIndexEnd
        end local 4 // int fileIndexStart
        end local 3 // int i
        end local 2 // int fileId
        end local 1 // int sti
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lcom/sun/tools/jdi/SDE;
            0    9     1             sti  I
            0    9     2          fileId  I
            3    9     3               i  I
            1    9     4  fileIndexStart  I
            2    9     5    fileIndexEnd  I
    MethodParameters:
        Name  Flags
      sti     
      fileId  

  private int stiFileTableIndex(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.jdi.SDE this
        start local 1 // int sti
        start local 2 // int lti
         0: .line 685
            aload 0 /* this */
            iload 1 /* sti */
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.lineTable:[Lcom/sun/tools/jdi/SDE$LineTableRecord;
            iload 2 /* lti */
            aaload
            getfield com.sun.tools.jdi.SDE$LineTableRecord.fileId:I
            invokevirtual com.sun.tools.jdi.SDE.fileTableIndex:(II)I
            ireturn
        end local 2 // int lti
        end local 1 // int sti
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/SDE;
            0    1     1   sti  I
            0    1     2   lti  I
    MethodParameters:
      Name  Flags
      sti   
      lti   

  boolean isValid();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.SDE this
         0: .line 689
            aload 0 /* this */
            getfield com.sun.tools.jdi.SDE.isValid:Z
            ireturn
        end local 0 // com.sun.tools.jdi.SDE this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/SDE;
}
SourceFile: "SDE.java"
NestMembers:
  com.sun.tools.jdi.SDE$FileTableRecord  com.sun.tools.jdi.SDE$LineStratum  com.sun.tools.jdi.SDE$LineTableRecord  com.sun.tools.jdi.SDE$Stratum  com.sun.tools.jdi.SDE$StratumTableRecord
InnerClasses:
  private FileTableRecord = com.sun.tools.jdi.SDE$FileTableRecord of com.sun.tools.jdi.SDE
  LineStratum = com.sun.tools.jdi.SDE$LineStratum of com.sun.tools.jdi.SDE
  private LineTableRecord = com.sun.tools.jdi.SDE$LineTableRecord of com.sun.tools.jdi.SDE
  Stratum = com.sun.tools.jdi.SDE$Stratum of com.sun.tools.jdi.SDE
  private StratumTableRecord = com.sun.tools.jdi.SDE$StratumTableRecord of com.sun.tools.jdi.SDE