public class com.sun.tools.jdi.ConcreteMethodImpl extends com.sun.tools.jdi.MethodImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.jdi.ConcreteMethodImpl
  super_class: com.sun.tools.jdi.MethodImpl
{
  private com.sun.jdi.Location location;
    descriptor: Lcom/sun/jdi/Location;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.ref.SoftReference<com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs> softBaseLocationXRefsRef;
    descriptor: Ljava/lang/ref/SoftReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/SoftReference<Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;>;

  private java.lang.ref.SoftReference<com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs> softOtherLocationXRefsRef;
    descriptor: Ljava/lang/ref/SoftReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/SoftReference<Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;>;

  private java.lang.ref.SoftReference<java.util.List<com.sun.jdi.LocalVariable>> variablesRef;
    descriptor: Ljava/lang/ref/SoftReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/SoftReference<Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;>;

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

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

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

  private java.lang.ref.SoftReference<byte[]> bytecodesRef;
    descriptor: Ljava/lang/ref/SoftReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/ref/SoftReference<[B>;

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

  void <init>(com.sun.jdi.VirtualMachine, com.sun.tools.jdi.ReferenceTypeImpl, long, java.lang.String, java.lang.String, java.lang.String, int);
    descriptor: (Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/ReferenceTypeImpl;JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=9, locals=9, args_size=8
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
        start local 1 // com.sun.jdi.VirtualMachine vm
        start local 2 // com.sun.tools.jdi.ReferenceTypeImpl declaringType
        start local 3 // long ref
        start local 5 // java.lang.String name
        start local 6 // java.lang.String signature
        start local 7 // java.lang.String genericSignature
        start local 8 // int modifiers
         0: .line 94
            aload 0 /* this */
            aload 1 /* vm */
            aload 2 /* declaringType */
            lload 3 /* ref */
            aload 5 /* name */
            aload 6 /* signature */
            aload 7 /* genericSignature */
            iload 8 /* modifiers */
            invokespecial com.sun.tools.jdi.MethodImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/ReferenceTypeImpl;JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
         1: .line 79
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ConcreteMethodImpl.location:Lcom/sun/jdi/Location;
         2: .line 82
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ConcreteMethodImpl.variablesRef:Ljava/lang/ref/SoftReference;
         3: .line 83
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ConcreteMethodImpl.absentVariableInformation:Z
         4: .line 84
            aload 0 /* this */
            ldc -1
            putfield com.sun.tools.jdi.ConcreteMethodImpl.firstIndex:J
         5: .line 85
            aload 0 /* this */
            ldc -1
            putfield com.sun.tools.jdi.ConcreteMethodImpl.lastIndex:J
         6: .line 86
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ConcreteMethodImpl.bytecodesRef:Ljava/lang/ref/SoftReference;
         7: .line 87
            aload 0 /* this */
            iconst_m1
            putfield com.sun.tools.jdi.ConcreteMethodImpl.argSlotCount:I
         8: .line 95
            return
        end local 8 // int modifiers
        end local 7 // java.lang.String genericSignature
        end local 6 // java.lang.String signature
        end local 5 // java.lang.String name
        end local 3 // long ref
        end local 2 // com.sun.tools.jdi.ReferenceTypeImpl declaringType
        end local 1 // com.sun.jdi.VirtualMachine vm
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            0    9     1                vm  Lcom/sun/jdi/VirtualMachine;
            0    9     2     declaringType  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    9     3               ref  J
            0    9     5              name  Ljava/lang/String;
            0    9     6         signature  Ljava/lang/String;
            0    9     7  genericSignature  Ljava/lang/String;
            0    9     8         modifiers  I
    MethodParameters:
                  Name  Flags
      vm                
      declaringType     
      ref               
      name              
      signature         
      genericSignature  
      modifiers         

  public com.sun.jdi.Location location();
    descriptor: ()Lcom/sun/jdi/Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
         0: .line 98
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.location:Lcom/sun/jdi/Location;
            ifnonnull 2
         1: .line 99
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getBaseLocations:()Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            pop
         2: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.location:Lcom/sun/jdi/Location;
            areturn
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/ConcreteMethodImpl;

  java.util.List<com.sun.jdi.Location> sourceNameFilter(java.util.List<com.sun.jdi.Location>, com.sun.tools.jdi.SDE$Stratum, java.lang.String);
    descriptor: (Ljava/util/List;Lcom/sun/tools/jdi/SDE$Stratum;Ljava/lang/String;)Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=4
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
        start local 1 // java.util.List list
        start local 2 // com.sun.tools.jdi.SDE$Stratum stratum
        start local 3 // java.lang.String sourceName
         0: .line 108
            aload 3 /* sourceName */
            ifnonnull 2
         1: .line 109
            aload 1 /* list */
            areturn
         2: .line 112
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* locs */
        start local 4 // java.util.List locs
         3: .line 113
            aload 1 /* list */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 7
      StackMap locals: com.sun.tools.jdi.ConcreteMethodImpl java.util.List com.sun.tools.jdi.SDE$Stratum java.lang.String java.util.List top java.util.Iterator
      StackMap stack:
         4: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.Location
            astore 5 /* loc */
        start local 5 // com.sun.jdi.Location loc
         5: .line 114
            aload 5 /* loc */
            checkcast com.sun.tools.jdi.LocationImpl
            aload 2 /* stratum */
            invokevirtual com.sun.tools.jdi.LocationImpl.sourceName:(Lcom/sun/tools/jdi/SDE$Stratum;)Ljava/lang/String;
            aload 3 /* sourceName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 115
            aload 4 /* locs */
            aload 5 /* loc */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // com.sun.jdi.Location loc
         7: .line 113
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 118
            aload 4 /* locs */
            areturn
        end local 4 // java.util.List locs
        end local 3 // java.lang.String sourceName
        end local 2 // com.sun.tools.jdi.SDE$Stratum stratum
        end local 1 // java.util.List list
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            0    9     1        list  Ljava/util/List<Lcom/sun/jdi/Location;>;
            0    9     2     stratum  Lcom/sun/tools/jdi/SDE$Stratum;
            0    9     3  sourceName  Ljava/lang/String;
            3    9     4        locs  Ljava/util/List<Lcom/sun/jdi/Location;>;
            5    7     5         loc  Lcom/sun/jdi/Location;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: (Ljava/util/List<Lcom/sun/jdi/Location;>;Lcom/sun/tools/jdi/SDE$Stratum;Ljava/lang/String;)Ljava/util/List<Lcom/sun/jdi/Location;>;
    MethodParameters:
            Name  Flags
      list        
      stratum     
      sourceName  

  java.util.List<com.sun.jdi.Location> allLineLocations(com.sun.tools.jdi.SDE$Stratum, java.lang.String);
    descriptor: (Lcom/sun/tools/jdi/SDE$Stratum;Ljava/lang/String;)Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
        start local 1 // com.sun.tools.jdi.SDE$Stratum stratum
        start local 2 // java.lang.String sourceName
         0: .line 125
            aload 0 /* this */
            aload 1 /* stratum */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getLocations:(Lcom/sun/tools/jdi/SDE$Stratum;)Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            getfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.lineLocations:Ljava/util/List;
            astore 3 /* lineLocations */
        start local 3 // java.util.List lineLocations
         1: .line 127
            aload 3 /* lineLocations */
            invokeinterface java.util.List.size:()I
            ifne 3
         2: .line 128
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
         3: .line 132
      StackMap locals: java.util.List
      StackMap stack:
            aload 0 /* this */
            aload 3 /* lineLocations */
            aload 1 /* stratum */
            aload 2 /* sourceName */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.sourceNameFilter:(Ljava/util/List;Lcom/sun/tools/jdi/SDE$Stratum;Ljava/lang/String;)Ljava/util/List;
         4: .line 131
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 3 // java.util.List lineLocations
        end local 2 // java.lang.String sourceName
        end local 1 // com.sun.tools.jdi.SDE$Stratum stratum
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            0    5     1        stratum  Lcom/sun/tools/jdi/SDE$Stratum;
            0    5     2     sourceName  Ljava/lang/String;
            1    5     3  lineLocations  Ljava/util/List<Lcom/sun/jdi/Location;>;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: (Lcom/sun/tools/jdi/SDE$Stratum;Ljava/lang/String;)Ljava/util/List<Lcom/sun/jdi/Location;>;
    MethodParameters:
            Name  Flags
      stratum     
      sourceName  

  java.util.List<com.sun.jdi.Location> locationsOfLine(com.sun.tools.jdi.SDE$Stratum, java.lang.String, int);
    descriptor: (Lcom/sun/tools/jdi/SDE$Stratum;Ljava/lang/String;I)Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
        start local 1 // com.sun.tools.jdi.SDE$Stratum stratum
        start local 2 // java.lang.String sourceName
        start local 3 // int lineNumber
         0: .line 139
            aload 0 /* this */
            aload 1 /* stratum */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getLocations:(Lcom/sun/tools/jdi/SDE$Stratum;)Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            astore 4 /* info */
        start local 4 // com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs info
         1: .line 141
            aload 4 /* info */
            getfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.lineLocations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifne 3
         2: .line 142
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
         3: .line 149
      StackMap locals: com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs
      StackMap stack:
            aload 4 /* info */
            getfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.lineMapper:Ljava/util/Map;
            iload 3 /* lineNumber */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 5 /* list */
        start local 5 // java.util.List list
         4: .line 151
            aload 5 /* list */
            ifnonnull 6
         5: .line 152
            new java.util.ArrayList
            dup
            iconst_0
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 5 /* list */
         6: .line 155
      StackMap locals: java.util.List
      StackMap stack:
            aload 0 /* this */
            aload 5 /* list */
            aload 1 /* stratum */
            aload 2 /* sourceName */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.sourceNameFilter:(Ljava/util/List;Lcom/sun/tools/jdi/SDE$Stratum;Ljava/lang/String;)Ljava/util/List;
         7: .line 154
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 5 // java.util.List list
        end local 4 // com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs info
        end local 3 // int lineNumber
        end local 2 // java.lang.String sourceName
        end local 1 // com.sun.tools.jdi.SDE$Stratum stratum
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            0    8     1     stratum  Lcom/sun/tools/jdi/SDE$Stratum;
            0    8     2  sourceName  Ljava/lang/String;
            0    8     3  lineNumber  I
            1    8     4        info  Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            4    8     5        list  Ljava/util/List<Lcom/sun/jdi/Location;>;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: (Lcom/sun/tools/jdi/SDE$Stratum;Ljava/lang/String;I)Ljava/util/List<Lcom/sun/jdi/Location;>;
    MethodParameters:
            Name  Flags
      stratum     
      sourceName  
      lineNumber  

  public com.sun.jdi.Location locationOfCodeIndex(long);
    descriptor: (J)Lcom/sun/jdi/Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
        start local 1 // long codeIndex
         0: .line 159
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.firstIndex:J
            ldc -1
            lcmp
            ifne 2
         1: .line 160
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getBaseLocations:()Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            pop
         2: .line 166
      StackMap locals:
      StackMap stack:
            lload 1 /* codeIndex */
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.firstIndex:J
            lcmp
            iflt 3
            lload 1 /* codeIndex */
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.lastIndex:J
            lcmp
            ifle 4
         3: .line 167
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         4: .line 170
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.LocationImpl
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            aload 0 /* this */
            lload 1 /* codeIndex */
            invokespecial com.sun.tools.jdi.LocationImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/Method;J)V
            areturn
        end local 1 // long codeIndex
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            0    5     1  codeIndex  J
    MethodParameters:
           Name  Flags
      codeIndex  

  com.sun.tools.jdi.LineInfo codeIndexToLineInfo(com.sun.tools.jdi.SDE$Stratum, long);
    descriptor: (Lcom/sun/tools/jdi/SDE$Stratum;J)Lcom/sun/tools/jdi/LineInfo;
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
        start local 1 // com.sun.tools.jdi.SDE$Stratum stratum
        start local 2 // long codeIndex
         0: .line 175
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.firstIndex:J
            ldc -1
            lcmp
            ifne 2
         1: .line 176
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getBaseLocations:()Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            pop
         2: .line 182
      StackMap locals:
      StackMap stack:
            lload 2 /* codeIndex */
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.firstIndex:J
            lcmp
            iflt 3
            lload 2 /* codeIndex */
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.lastIndex:J
            lcmp
            ifle 4
         3: .line 183
      StackMap locals:
      StackMap stack:
            new java.lang.InternalError
            dup
            ldc "Location with invalid code index"
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* stratum */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getLocations:(Lcom/sun/tools/jdi/SDE$Stratum;)Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            getfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.lineLocations:Ljava/util/List;
            astore 4 /* lineLocations */
        start local 4 // java.util.List lineLocations
         5: .line 191
            aload 4 /* lineLocations */
            invokeinterface java.util.List.size:()I
            ifne 7
         6: .line 192
            aload 0 /* this */
            aload 1 /* stratum */
            lload 2 /* codeIndex */
            invokespecial com.sun.tools.jdi.MethodImpl.codeIndexToLineInfo:(Lcom/sun/tools/jdi/SDE$Stratum;J)Lcom/sun/tools/jdi/LineInfo;
            areturn
         7: .line 195
      StackMap locals: java.util.List
      StackMap stack:
            aload 4 /* lineLocations */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5 /* iter */
        start local 5 // java.util.Iterator iter
         8: .line 204
            aload 5 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.LocationImpl
            astore 6 /* bestMatch */
        start local 6 // com.sun.tools.jdi.LocationImpl bestMatch
         9: .line 205
            goto 14
        10: .line 206
      StackMap locals: java.util.Iterator com.sun.tools.jdi.LocationImpl
      StackMap stack:
            aload 5 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.LocationImpl
            astore 7 /* current */
        start local 7 // com.sun.tools.jdi.LocationImpl current
        11: .line 207
            aload 7 /* current */
            invokevirtual com.sun.tools.jdi.LocationImpl.codeIndex:()J
            lload 2 /* codeIndex */
            lcmp
            ifle 13
        12: .line 208
            goto 15
        13: .line 210
      StackMap locals: com.sun.tools.jdi.LocationImpl
      StackMap stack:
            aload 7 /* current */
            astore 6 /* bestMatch */
        end local 7 // com.sun.tools.jdi.LocationImpl current
        14: .line 205
      StackMap locals:
      StackMap stack:
            aload 5 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        15: .line 212
      StackMap locals:
      StackMap stack:
            aload 6 /* bestMatch */
            aload 1 /* stratum */
            invokevirtual com.sun.tools.jdi.LocationImpl.getLineInfo:(Lcom/sun/tools/jdi/SDE$Stratum;)Lcom/sun/tools/jdi/LineInfo;
            areturn
        end local 6 // com.sun.tools.jdi.LocationImpl bestMatch
        end local 5 // java.util.Iterator iter
        end local 4 // java.util.List lineLocations
        end local 2 // long codeIndex
        end local 1 // com.sun.tools.jdi.SDE$Stratum stratum
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0           this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            0   16     1        stratum  Lcom/sun/tools/jdi/SDE$Stratum;
            0   16     2      codeIndex  J
            5   16     4  lineLocations  Ljava/util/List<Lcom/sun/jdi/Location;>;
            8   16     5           iter  Ljava/util/Iterator<Lcom/sun/jdi/Location;>;
            9   16     6      bestMatch  Lcom/sun/tools/jdi/LocationImpl;
           11   14     7        current  Lcom/sun/tools/jdi/LocationImpl;
    MethodParameters:
           Name  Flags
      stratum    
      codeIndex  

  public java.util.List<com.sun.jdi.LocalVariable> variables();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
         0: .line 216
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getVariables:()Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;

  public java.util.List<com.sun.jdi.LocalVariable> variablesByName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
        start local 1 // java.lang.String name
         0: .line 220
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getVariables:()Ljava/util/List;
            astore 2 /* variables */
        start local 2 // java.util.List variables
         1: .line 222
            new java.util.ArrayList
            dup
            iconst_2
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 3 /* retList */
        start local 3 // java.util.List retList
         2: .line 223
            aload 2 /* variables */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* iter */
        start local 4 // java.util.Iterator iter
         3: .line 224
            goto 7
         4: .line 225
      StackMap locals: java.util.List java.util.List java.util.Iterator
      StackMap stack:
            aload 4 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.LocalVariable
            astore 5 /* variable */
        start local 5 // com.sun.jdi.LocalVariable variable
         5: .line 226
            aload 5 /* variable */
            invokeinterface com.sun.jdi.LocalVariable.name:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 227
            aload 3 /* retList */
            aload 5 /* variable */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // com.sun.jdi.LocalVariable variable
         7: .line 224
      StackMap locals:
      StackMap stack:
            aload 4 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 230
            aload 3 /* retList */
            areturn
        end local 4 // java.util.Iterator iter
        end local 3 // java.util.List retList
        end local 2 // java.util.List variables
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            0    9     1       name  Ljava/lang/String;
            1    9     2  variables  Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;
            2    9     3    retList  Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;
            3    9     4       iter  Ljava/util/Iterator<Lcom/sun/jdi/LocalVariable;>;
            5    7     5   variable  Lcom/sun/jdi/LocalVariable;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: (Ljava/lang/String;)Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;
    MethodParameters:
      Name  Flags
      name  

  public java.util.List<com.sun.jdi.LocalVariable> arguments();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
         0: .line 234
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getVariables:()Ljava/util/List;
            astore 1 /* variables */
        start local 1 // java.util.List variables
         1: .line 236
            new java.util.ArrayList
            dup
            aload 1 /* variables */
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* retList */
        start local 2 // java.util.List retList
         2: .line 237
            aload 1 /* variables */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3 /* iter */
        start local 3 // java.util.Iterator iter
         3: .line 238
            goto 7
         4: .line 239
      StackMap locals: java.util.List java.util.List java.util.Iterator
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.LocalVariable
            astore 4 /* variable */
        start local 4 // com.sun.jdi.LocalVariable variable
         5: .line 240
            aload 4 /* variable */
            invokeinterface com.sun.jdi.LocalVariable.isArgument:()Z
            ifeq 7
         6: .line 241
            aload 2 /* retList */
            aload 4 /* variable */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // com.sun.jdi.LocalVariable variable
         7: .line 238
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 244
            aload 2 /* retList */
            areturn
        end local 3 // java.util.Iterator iter
        end local 2 // java.util.List retList
        end local 1 // java.util.List variables
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            1    9     1  variables  Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;
            2    9     2    retList  Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;
            3    9     3       iter  Ljava/util/Iterator<Lcom/sun/jdi/LocalVariable;>;
            5    7     4   variable  Lcom/sun/jdi/LocalVariable;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;

  public byte[] bytecodes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
         0: .line 248
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.bytecodesRef:Ljava/lang/ref/SoftReference;
            ifnonnull 1
            aconst_null
            goto 2
         1: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.bytecodesRef:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast byte[]
         2: .line 248
      StackMap locals:
      StackMap stack: byte[]
            astore 1 /* bytecodes */
        start local 1 // byte[] bytecodes
         3: .line 250
            aload 1 /* bytecodes */
            ifnonnull 10
         4: .line 253
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.declaringType:Lcom/sun/tools/jdi/ReferenceTypeImpl;
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.ref:J
            invokestatic com.sun.tools.jdi.JDWP$Method$Bytecodes.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;J)Lcom/sun/tools/jdi/JDWP$Method$Bytecodes;
            getfield com.sun.tools.jdi.JDWP$Method$Bytecodes.bytes:[B
         5: .line 252
            astore 1 /* bytecodes */
         6: .line 254
            goto 9
      StackMap locals: com.sun.tools.jdi.ConcreteMethodImpl byte[]
      StackMap stack: com.sun.tools.jdi.JDWPException
         7: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         8: .line 255
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
         9: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.ref.SoftReference
            dup
            aload 1 /* bytecodes */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            putfield com.sun.tools.jdi.ConcreteMethodImpl.bytecodesRef:Ljava/lang/ref/SoftReference;
        10: .line 264
      StackMap locals:
      StackMap stack:
            aload 1 /* bytecodes */
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            areturn
        end local 1 // byte[] bytecodes
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            3   11     1  bytecodes  [B
            8    9     2        exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           4     6       7  Class com.sun.tools.jdi.JDWPException

  int argSlotCount();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
         0: .line 268
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.argSlotCount:I
            iconst_m1
            if_icmpne 2
         1: .line 269
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getVariables:()Ljava/util/List;
            pop
         2: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.argSlotCount:I
            ireturn
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException

  private com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs getLocations(com.sun.tools.jdi.SDE$Stratum);
    descriptor: (Lcom/sun/tools/jdi/SDE$Stratum;)Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=17, args_size=2
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
        start local 1 // com.sun.tools.jdi.SDE$Stratum stratum
         0: .line 275
            aload 1 /* stratum */
            invokevirtual com.sun.tools.jdi.SDE$Stratum.isJava:()Z
            ifeq 2
         1: .line 276
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getBaseLocations:()Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            areturn
         2: .line 278
      StackMap locals:
      StackMap stack:
            aload 1 /* stratum */
            invokevirtual com.sun.tools.jdi.SDE$Stratum.id:()Ljava/lang/String;
            astore 2 /* stratumID */
        start local 2 // java.lang.String stratumID
         3: .line 280
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.softOtherLocationXRefsRef:Ljava/lang/ref/SoftReference;
            ifnonnull 4
            aconst_null
            goto 5
         4: .line 281
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.softOtherLocationXRefsRef:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs
         5: .line 279
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs
            astore 3 /* info */
        start local 3 // com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs info
         6: .line 282
            aload 3 /* info */
            ifnull 8
            aload 3 /* info */
            getfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.stratumID:Ljava/lang/String;
            aload 2 /* stratumID */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 283
            aload 3 /* info */
            areturn
         8: .line 286
      StackMap locals: com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 4 /* lineLocations */
        start local 4 // java.util.List lineLocations
         9: .line 287
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 5 /* lineMapper */
        start local 5 // java.util.Map lineMapper
        10: .line 288
            iconst_m1
            istore 6 /* lowestLine */
        start local 6 // int lowestLine
        11: .line 289
            iconst_m1
            istore 7 /* highestLine */
        start local 7 // int highestLine
        12: .line 290
            aconst_null
            astore 8 /* lastLineStratum */
        start local 8 // com.sun.tools.jdi.SDE$LineStratum lastLineStratum
        13: .line 291
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.declaringType:Lcom/sun/tools/jdi/ReferenceTypeImpl;
            ldc "Java"
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.stratum:(Ljava/lang/String;)Lcom/sun/tools/jdi/SDE$Stratum;
            astore 9 /* baseStratum */
        start local 9 // com.sun.tools.jdi.SDE$Stratum baseStratum
        14: .line 292
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getBaseLocations:()Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            getfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.lineLocations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 10 /* it */
        start local 10 // java.util.Iterator it
        15: .line 293
            goto 44
        16: .line 294
      StackMap locals: com.sun.tools.jdi.ConcreteMethodImpl com.sun.tools.jdi.SDE$Stratum java.lang.String com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs java.util.List java.util.Map int int com.sun.tools.jdi.SDE$LineStratum com.sun.tools.jdi.SDE$Stratum java.util.Iterator
      StackMap stack:
            aload 10 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.LocationImpl
            astore 11 /* loc */
        start local 11 // com.sun.tools.jdi.LocationImpl loc
        17: .line 295
            aload 11 /* loc */
            aload 9 /* baseStratum */
            invokevirtual com.sun.tools.jdi.LocationImpl.lineNumber:(Lcom/sun/tools/jdi/SDE$Stratum;)I
            istore 12 /* baseLineNumber */
        start local 12 // int baseLineNumber
        18: .line 297
            aload 1 /* stratum */
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.declaringType:Lcom/sun/tools/jdi/ReferenceTypeImpl;
            iload 12 /* baseLineNumber */
            invokevirtual com.sun.tools.jdi.SDE$Stratum.lineStratum:(Lcom/sun/tools/jdi/ReferenceTypeImpl;I)Lcom/sun/tools/jdi/SDE$LineStratum;
        19: .line 296
            astore 13 /* lineStratum */
        start local 13 // com.sun.tools.jdi.SDE$LineStratum lineStratum
        20: .line 299
            aload 13 /* lineStratum */
            ifnonnull 22
        21: .line 301
            goto 44
        22: .line 304
      StackMap locals: com.sun.tools.jdi.LocationImpl int com.sun.tools.jdi.SDE$LineStratum
      StackMap stack:
            aload 13 /* lineStratum */
            invokevirtual com.sun.tools.jdi.SDE$LineStratum.lineNumber:()I
            istore 14 /* lineNumber */
        start local 14 // int lineNumber
        23: .line 307
            iload 14 /* lineNumber */
            iconst_m1
            if_icmpeq 44
        24: .line 308
            aload 13 /* lineStratum */
            aload 8 /* lastLineStratum */
            invokevirtual com.sun.tools.jdi.SDE$LineStratum.equals:(Ljava/lang/Object;)Z
            ifne 44
        25: .line 309
            aload 13 /* lineStratum */
            astore 8 /* lastLineStratum */
        26: .line 312
            iload 14 /* lineNumber */
            iload 7 /* highestLine */
            if_icmple 28
        27: .line 313
            iload 14 /* lineNumber */
            istore 7 /* highestLine */
        28: .line 315
      StackMap locals: int
      StackMap stack:
            iload 14 /* lineNumber */
            iload 6 /* lowestLine */
            if_icmplt 29
            iload 6 /* lowestLine */
            iconst_m1
            if_icmpne 30
        29: .line 316
      StackMap locals:
      StackMap stack:
            iload 14 /* lineNumber */
            istore 6 /* lowestLine */
        30: .line 319
      StackMap locals:
      StackMap stack:
            aload 11 /* loc */
        31: .line 320
            new com.sun.tools.jdi.StratumLineInfo
            dup
            aload 2 /* stratumID */
        32: .line 321
            iload 14 /* lineNumber */
        33: .line 322
            aload 13 /* lineStratum */
            invokevirtual com.sun.tools.jdi.SDE$LineStratum.sourceName:()Ljava/lang/String;
        34: .line 323
            aload 13 /* lineStratum */
            invokevirtual com.sun.tools.jdi.SDE$LineStratum.sourcePath:()Ljava/lang/String;
        35: .line 320
            invokespecial com.sun.tools.jdi.StratumLineInfo.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
        36: .line 319
            invokevirtual com.sun.tools.jdi.LocationImpl.addStratumLineInfo:(Lcom/sun/tools/jdi/LineInfo;)V
        37: .line 326
            aload 4 /* lineLocations */
            aload 11 /* loc */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        38: .line 329
            iload 14 /* lineNumber */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 15 /* key */
        start local 15 // java.lang.Integer key
        39: .line 330
            aload 5 /* lineMapper */
            aload 15 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 16 /* mappedLocs */
        start local 16 // java.util.List mappedLocs
        40: .line 331
            aload 16 /* mappedLocs */
            ifnonnull 43
        41: .line 332
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 16 /* mappedLocs */
        42: .line 333
            aload 5 /* lineMapper */
            aload 15 /* key */
            aload 16 /* mappedLocs */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        43: .line 335
      StackMap locals: java.lang.Integer java.util.List
      StackMap stack:
            aload 16 /* mappedLocs */
            aload 11 /* loc */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 16 // java.util.List mappedLocs
        end local 15 // java.lang.Integer key
        end local 14 // int lineNumber
        end local 13 // com.sun.tools.jdi.SDE$LineStratum lineStratum
        end local 12 // int baseLineNumber
        end local 11 // com.sun.tools.jdi.LocationImpl loc
        44: .line 293
      StackMap locals: com.sun.tools.jdi.ConcreteMethodImpl com.sun.tools.jdi.SDE$Stratum java.lang.String com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs java.util.List java.util.Map int int com.sun.tools.jdi.SDE$LineStratum com.sun.tools.jdi.SDE$Stratum java.util.Iterator
      StackMap stack:
            aload 10 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 16
        45: .line 339
            new com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs
            dup
            aload 2 /* stratumID */
            aload 5 /* lineMapper */
            aload 4 /* lineLocations */
        46: .line 340
            iload 6 /* lowestLine */
            iload 7 /* highestLine */
        47: .line 339
            invokespecial com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.<init>:(Ljava/lang/String;Ljava/util/Map;Ljava/util/List;II)V
            astore 3 /* info */
        48: .line 341
            aload 0 /* this */
            new java.lang.ref.SoftReference
            dup
            aload 3 /* info */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            putfield com.sun.tools.jdi.ConcreteMethodImpl.softOtherLocationXRefsRef:Ljava/lang/ref/SoftReference;
        49: .line 342
            aload 3 /* info */
            areturn
        end local 10 // java.util.Iterator it
        end local 9 // com.sun.tools.jdi.SDE$Stratum baseStratum
        end local 8 // com.sun.tools.jdi.SDE$LineStratum lastLineStratum
        end local 7 // int highestLine
        end local 6 // int lowestLine
        end local 5 // java.util.Map lineMapper
        end local 4 // java.util.List lineLocations
        end local 3 // com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs info
        end local 2 // java.lang.String stratumID
        end local 1 // com.sun.tools.jdi.SDE$Stratum stratum
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   50     0             this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            0   50     1          stratum  Lcom/sun/tools/jdi/SDE$Stratum;
            3   50     2        stratumID  Ljava/lang/String;
            6   50     3             info  Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            9   50     4    lineLocations  Ljava/util/List<Lcom/sun/jdi/Location;>;
           10   50     5       lineMapper  Ljava/util/Map<Ljava/lang/Integer;Ljava/util/List<Lcom/sun/jdi/Location;>;>;
           11   50     6       lowestLine  I
           12   50     7      highestLine  I
           13   50     8  lastLineStratum  Lcom/sun/tools/jdi/SDE$LineStratum;
           14   50     9      baseStratum  Lcom/sun/tools/jdi/SDE$Stratum;
           15   50    10               it  Ljava/util/Iterator<Lcom/sun/jdi/Location;>;
           17   44    11              loc  Lcom/sun/tools/jdi/LocationImpl;
           18   44    12   baseLineNumber  I
           20   44    13      lineStratum  Lcom/sun/tools/jdi/SDE$LineStratum;
           23   44    14       lineNumber  I
           39   44    15              key  Ljava/lang/Integer;
           40   44    16       mappedLocs  Ljava/util/List<Lcom/sun/jdi/Location;>;
    MethodParameters:
         Name  Flags
      stratum  

  private com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs getBaseLocations();
    descriptor: ()Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=15, args_size=1
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
         0: .line 346
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.softBaseLocationXRefsRef:Ljava/lang/ref/SoftReference;
            ifnonnull 1
            aconst_null
            goto 2
         1: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.softBaseLocationXRefsRef:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs
         2: .line 346
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs
            astore 1 /* info */
        start local 1 // com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs info
         3: .line 348
            aload 1 /* info */
            ifnull 5
         4: .line 349
            aload 1 /* info */
            areturn
         5: .line 352
      StackMap locals: com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs
      StackMap stack:
            aconst_null
            astore 2 /* lntab */
        start local 2 // com.sun.tools.jdi.JDWP$Method$LineTable lntab
         6: .line 354
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.declaringType:Lcom/sun/tools/jdi/ReferenceTypeImpl;
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.ref:J
            invokestatic com.sun.tools.jdi.JDWP$Method$LineTable.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;J)Lcom/sun/tools/jdi/JDWP$Method$LineTable;
            astore 2 /* lntab */
         7: .line 355
            goto 10
      StackMap locals: com.sun.tools.jdi.ConcreteMethodImpl com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs com.sun.tools.jdi.JDWP$Method$LineTable
      StackMap stack: com.sun.tools.jdi.JDWPException
         8: astore 3 /* exc */
        start local 3 // com.sun.tools.jdi.JDWPException exc
         9: .line 360
            aload 3 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 3 // com.sun.tools.jdi.JDWPException exc
        10: .line 363
      StackMap locals:
      StackMap stack:
            aload 2 /* lntab */
            getfield com.sun.tools.jdi.JDWP$Method$LineTable.lines:[Lcom/sun/tools/jdi/JDWP$Method$LineTable$LineInfo;
            arraylength
            istore 3 /* count */
        start local 3 // int count
        11: .line 365
            new java.util.ArrayList
            dup
            iload 3 /* count */
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 4 /* lineLocations */
        start local 4 // java.util.List lineLocations
        12: .line 366
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 5 /* lineMapper */
        start local 5 // java.util.Map lineMapper
        13: .line 367
            iconst_m1
            istore 6 /* lowestLine */
        start local 6 // int lowestLine
        14: .line 368
            iconst_m1
            istore 7 /* highestLine */
        start local 7 // int highestLine
        15: .line 369
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        16: goto 37
        17: .line 370
      StackMap locals: com.sun.tools.jdi.ConcreteMethodImpl com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs com.sun.tools.jdi.JDWP$Method$LineTable int java.util.List java.util.Map int int int
      StackMap stack:
            aload 2 /* lntab */
            getfield com.sun.tools.jdi.JDWP$Method$LineTable.lines:[Lcom/sun/tools/jdi/JDWP$Method$LineTable$LineInfo;
            iload 8 /* i */
            aaload
            getfield com.sun.tools.jdi.JDWP$Method$LineTable$LineInfo.lineCodeIndex:J
            lstore 9 /* bci */
        start local 9 // long bci
        18: .line 371
            aload 2 /* lntab */
            getfield com.sun.tools.jdi.JDWP$Method$LineTable.lines:[Lcom/sun/tools/jdi/JDWP$Method$LineTable$LineInfo;
            iload 8 /* i */
            aaload
            getfield com.sun.tools.jdi.JDWP$Method$LineTable$LineInfo.lineNumber:I
            istore 11 /* lineNumber */
        start local 11 // int lineNumber
        19: .line 381
            iload 8 /* i */
            iconst_1
            iadd
            iload 3 /* count */
            if_icmpeq 20
            lload 9 /* bci */
            aload 2 /* lntab */
            getfield com.sun.tools.jdi.JDWP$Method$LineTable.lines:[Lcom/sun/tools/jdi/JDWP$Method$LineTable$LineInfo;
            iload 8 /* i */
            iconst_1
            iadd
            aaload
            getfield com.sun.tools.jdi.JDWP$Method$LineTable$LineInfo.lineCodeIndex:J
            lcmp
            ifeq 36
        20: .line 383
      StackMap locals: long int
      StackMap stack:
            iload 11 /* lineNumber */
            iload 7 /* highestLine */
            if_icmple 22
        21: .line 384
            iload 11 /* lineNumber */
            istore 7 /* highestLine */
        22: .line 386
      StackMap locals:
      StackMap stack:
            iload 11 /* lineNumber */
            iload 6 /* lowestLine */
            if_icmplt 23
            iload 6 /* lowestLine */
            iconst_m1
            if_icmpne 24
        23: .line 387
      StackMap locals:
      StackMap stack:
            iload 11 /* lineNumber */
            istore 6 /* lowestLine */
        24: .line 390
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.LocationImpl
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            aload 0 /* this */
            lload 9 /* bci */
            invokespecial com.sun.tools.jdi.LocationImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/Method;J)V
        25: .line 389
            astore 12 /* loc */
        start local 12 // com.sun.tools.jdi.LocationImpl loc
        26: .line 391
            aload 12 /* loc */
        27: .line 392
            new com.sun.tools.jdi.BaseLineInfo
            dup
            iload 11 /* lineNumber */
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.declaringType:Lcom/sun/tools/jdi/ReferenceTypeImpl;
            invokespecial com.sun.tools.jdi.BaseLineInfo.<init>:(ILcom/sun/tools/jdi/ReferenceTypeImpl;)V
        28: .line 391
            invokevirtual com.sun.tools.jdi.LocationImpl.addBaseLineInfo:(Lcom/sun/tools/jdi/LineInfo;)V
        29: .line 395
            aload 4 /* lineLocations */
            aload 12 /* loc */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        30: .line 398
            iload 11 /* lineNumber */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 13 /* key */
        start local 13 // java.lang.Integer key
        31: .line 399
            aload 5 /* lineMapper */
            aload 13 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 14 /* mappedLocs */
        start local 14 // java.util.List mappedLocs
        32: .line 400
            aload 14 /* mappedLocs */
            ifnonnull 35
        33: .line 401
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 14 /* mappedLocs */
        34: .line 402
            aload 5 /* lineMapper */
            aload 13 /* key */
            aload 14 /* mappedLocs */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        35: .line 404
      StackMap locals: com.sun.tools.jdi.LocationImpl java.lang.Integer java.util.List
      StackMap stack:
            aload 14 /* mappedLocs */
            aload 12 /* loc */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 14 // java.util.List mappedLocs
        end local 13 // java.lang.Integer key
        end local 12 // com.sun.tools.jdi.LocationImpl loc
        end local 11 // int lineNumber
        end local 9 // long bci
        36: .line 369
      StackMap locals: com.sun.tools.jdi.ConcreteMethodImpl com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs com.sun.tools.jdi.JDWP$Method$LineTable int java.util.List java.util.Map int int int
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        37: iload 8 /* i */
            iload 3 /* count */
            if_icmplt 17
        end local 8 // int i
        38: .line 412
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.location:Lcom/sun/jdi/Location;
            ifnonnull 47
        39: .line 413
            aload 0 /* this */
            aload 2 /* lntab */
            getfield com.sun.tools.jdi.JDWP$Method$LineTable.start:J
            putfield com.sun.tools.jdi.ConcreteMethodImpl.firstIndex:J
        40: .line 414
            aload 0 /* this */
            aload 2 /* lntab */
            getfield com.sun.tools.jdi.JDWP$Method$LineTable.end:J
            putfield com.sun.tools.jdi.ConcreteMethodImpl.lastIndex:J
        41: .line 421
            iload 3 /* count */
            ifle 44
        42: .line 422
            aload 0 /* this */
            aload 4 /* lineLocations */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.jdi.Location
            putfield com.sun.tools.jdi.ConcreteMethodImpl.location:Lcom/sun/jdi/Location;
        43: .line 423
            goto 47
        44: .line 424
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.sun.tools.jdi.LocationImpl
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            aload 0 /* this */
        45: .line 425
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.firstIndex:J
            invokespecial com.sun.tools.jdi.LocationImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/Method;J)V
        46: .line 424
            putfield com.sun.tools.jdi.ConcreteMethodImpl.location:Lcom/sun/jdi/Location;
        47: .line 429
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs
            dup
            ldc "Java"
        48: .line 430
            aload 5 /* lineMapper */
            aload 4 /* lineLocations */
        49: .line 431
            iload 6 /* lowestLine */
            iload 7 /* highestLine */
        50: .line 429
            invokespecial com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.<init>:(Ljava/lang/String;Ljava/util/Map;Ljava/util/List;II)V
            astore 1 /* info */
        51: .line 432
            aload 0 /* this */
            new java.lang.ref.SoftReference
            dup
            aload 1 /* info */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            putfield com.sun.tools.jdi.ConcreteMethodImpl.softBaseLocationXRefsRef:Ljava/lang/ref/SoftReference;
        52: .line 433
            aload 1 /* info */
            areturn
        end local 7 // int highestLine
        end local 6 // int lowestLine
        end local 5 // java.util.Map lineMapper
        end local 4 // java.util.List lineLocations
        end local 3 // int count
        end local 2 // com.sun.tools.jdi.JDWP$Method$LineTable lntab
        end local 1 // com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs info
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   53     0           this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            3   53     1           info  Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            6   53     2          lntab  Lcom/sun/tools/jdi/JDWP$Method$LineTable;
            9   10     3            exc  Lcom/sun/tools/jdi/JDWPException;
           11   53     3          count  I
           12   53     4  lineLocations  Ljava/util/List<Lcom/sun/jdi/Location;>;
           13   53     5     lineMapper  Ljava/util/Map<Ljava/lang/Integer;Ljava/util/List<Lcom/sun/jdi/Location;>;>;
           14   53     6     lowestLine  I
           15   53     7    highestLine  I
           16   38     8              i  I
           18   36     9            bci  J
           19   36    11     lineNumber  I
           26   36    12            loc  Lcom/sun/tools/jdi/LocationImpl;
           31   36    13            key  Ljava/lang/Integer;
           32   36    14     mappedLocs  Ljava/util/List<Lcom/sun/jdi/Location;>;
      Exception table:
        from    to  target  type
           6     7       8  Class com.sun.tools.jdi.JDWPException

  private java.util.List<com.sun.jdi.LocalVariable> getVariables1_4();
    descriptor: ()Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=9, args_size=1
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
         0: .line 437
            aconst_null
            astore 1 /* vartab */
        start local 1 // com.sun.tools.jdi.JDWP$Method$VariableTable vartab
         1: .line 440
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.declaringType:Lcom/sun/tools/jdi/ReferenceTypeImpl;
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.ref:J
            invokestatic com.sun.tools.jdi.JDWP$Method$VariableTable.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;J)Lcom/sun/tools/jdi/JDWP$Method$VariableTable;
         2: .line 439
            astore 1 /* vartab */
         3: .line 441
            goto 9
      StackMap locals: com.sun.tools.jdi.ConcreteMethodImpl com.sun.tools.jdi.JDWP$Method$VariableTable
      StackMap stack: com.sun.tools.jdi.JDWPException
         4: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         5: .line 442
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            bipush 101
            if_icmpne 8
         6: .line 443
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ConcreteMethodImpl.absentVariableInformation:Z
         7: .line 444
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
         8: .line 446
      StackMap locals: com.sun.tools.jdi.JDWPException
      StackMap stack:
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
         9: .line 451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* vartab */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTable.argCnt:I
            putfield com.sun.tools.jdi.ConcreteMethodImpl.argSlotCount:I
        10: .line 452
            aload 1 /* vartab */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTable.slots:[Lcom/sun/tools/jdi/JDWP$Method$VariableTable$SlotInfo;
            arraylength
            istore 2 /* count */
        start local 2 // int count
        11: .line 453
            new java.util.ArrayList
            dup
            iload 2 /* count */
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 3 /* variables */
        start local 3 // java.util.List variables
        12: .line 454
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        13: goto 30
        14: .line 455
      StackMap locals: int java.util.List int
      StackMap stack:
            aload 1 /* vartab */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTable.slots:[Lcom/sun/tools/jdi/JDWP$Method$VariableTable$SlotInfo;
            iload 4 /* i */
            aaload
            astore 5 /* si */
        start local 5 // com.sun.tools.jdi.JDWP$Method$VariableTable$SlotInfo si
        15: .line 461
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTable$SlotInfo.name:Ljava/lang/String;
            ldc "this$"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 29
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTable$SlotInfo.name:Ljava/lang/String;
            ldc "this"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 29
        16: .line 462
            new com.sun.tools.jdi.LocationImpl
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
        17: .line 463
            aload 0 /* this */
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTable$SlotInfo.codeIndex:J
        18: .line 462
            invokespecial com.sun.tools.jdi.LocationImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/Method;J)V
            astore 6 /* scopeStart */
        start local 6 // com.sun.jdi.Location scopeStart
        19: .line 465
            new com.sun.tools.jdi.LocationImpl
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            aload 0 /* this */
        20: .line 466
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTable$SlotInfo.codeIndex:J
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTable$SlotInfo.length:I
            i2l
            ladd
            lconst_1
            lsub
        21: .line 465
            invokespecial com.sun.tools.jdi.LocationImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/Method;J)V
        22: .line 464
            astore 7 /* scopeEnd */
        start local 7 // com.sun.jdi.Location scopeEnd
        23: .line 468
            new com.sun.tools.jdi.LocalVariableImpl
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            aload 0 /* this */
        24: .line 469
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTable$SlotInfo.slot:I
            aload 6 /* scopeStart */
            aload 7 /* scopeEnd */
        25: .line 470
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTable$SlotInfo.name:Ljava/lang/String;
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTable$SlotInfo.signature:Ljava/lang/String;
            aconst_null
        26: .line 468
            invokespecial com.sun.tools.jdi.LocalVariableImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/Method;ILcom/sun/jdi/Location;Lcom/sun/jdi/Location;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        27: .line 467
            astore 8 /* variable */
        start local 8 // com.sun.jdi.LocalVariable variable
        28: .line 472
            aload 3 /* variables */
            aload 8 /* variable */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // com.sun.jdi.LocalVariable variable
        end local 7 // com.sun.jdi.Location scopeEnd
        end local 6 // com.sun.jdi.Location scopeStart
        end local 5 // com.sun.tools.jdi.JDWP$Method$VariableTable$SlotInfo si
        29: .line 454
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        30: iload 4 /* i */
            iload 2 /* count */
            if_icmplt 14
        end local 4 // int i
        31: .line 475
            aload 3 /* variables */
            areturn
        end local 3 // java.util.List variables
        end local 2 // int count
        end local 1 // com.sun.tools.jdi.JDWP$Method$VariableTable vartab
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   32     0        this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            1   32     1      vartab  Lcom/sun/tools/jdi/JDWP$Method$VariableTable;
            5    9     2         exc  Lcom/sun/tools/jdi/JDWPException;
           11   32     2       count  I
           12   32     3   variables  Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;
           13   31     4           i  I
           15   29     5          si  Lcom/sun/tools/jdi/JDWP$Method$VariableTable$SlotInfo;
           19   29     6  scopeStart  Lcom/sun/jdi/Location;
           23   29     7    scopeEnd  Lcom/sun/jdi/Location;
           28   29     8    variable  Lcom/sun/jdi/LocalVariable;
      Exception table:
        from    to  target  type
           1     3       4  Class com.sun.tools.jdi.JDWPException
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;

  private java.util.List<com.sun.jdi.LocalVariable> getVariables1();
    descriptor: ()Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=9, args_size=1
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
         0: .line 480
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.canGet1_5LanguageFeatures:()Z
            ifne 2
         1: .line 481
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getVariables1_4:()Ljava/util/List;
            areturn
         2: .line 484
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* vartab */
        start local 1 // com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric vartab
         3: .line 487
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.declaringType:Lcom/sun/tools/jdi/ReferenceTypeImpl;
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.ref:J
            invokestatic com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ReferenceTypeImpl;J)Lcom/sun/tools/jdi/JDWP$Method$VariableTableWithGeneric;
         4: .line 486
            astore 1 /* vartab */
         5: .line 488
            goto 11
      StackMap locals: com.sun.tools.jdi.ConcreteMethodImpl com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric
      StackMap stack: com.sun.tools.jdi.JDWPException
         6: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         7: .line 489
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            bipush 101
            if_icmpne 10
         8: .line 490
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ConcreteMethodImpl.absentVariableInformation:Z
         9: .line 491
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
        10: .line 493
      StackMap locals: com.sun.tools.jdi.JDWPException
      StackMap stack:
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
        11: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* vartab */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric.argCnt:I
            putfield com.sun.tools.jdi.ConcreteMethodImpl.argSlotCount:I
        12: .line 499
            aload 1 /* vartab */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric.slots:[Lcom/sun/tools/jdi/JDWP$Method$VariableTableWithGeneric$SlotInfo;
            arraylength
            istore 2 /* count */
        start local 2 // int count
        13: .line 500
            new java.util.ArrayList
            dup
            iload 2 /* count */
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 3 /* variables */
        start local 3 // java.util.List variables
        14: .line 501
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        15: goto 33
        16: .line 502
      StackMap locals: int java.util.List int
      StackMap stack:
            aload 1 /* vartab */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric.slots:[Lcom/sun/tools/jdi/JDWP$Method$VariableTableWithGeneric$SlotInfo;
            iload 4 /* i */
            aaload
            astore 5 /* si */
        start local 5 // com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric$SlotInfo si
        17: .line 508
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric$SlotInfo.name:Ljava/lang/String;
            ldc "this$"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 32
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric$SlotInfo.name:Ljava/lang/String;
            ldc "this"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 32
        18: .line 509
            new com.sun.tools.jdi.LocationImpl
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
        19: .line 510
            aload 0 /* this */
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric$SlotInfo.codeIndex:J
        20: .line 509
            invokespecial com.sun.tools.jdi.LocationImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/Method;J)V
            astore 6 /* scopeStart */
        start local 6 // com.sun.jdi.Location scopeStart
        21: .line 512
            new com.sun.tools.jdi.LocationImpl
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            aload 0 /* this */
        22: .line 513
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric$SlotInfo.codeIndex:J
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric$SlotInfo.length:I
            i2l
            ladd
            lconst_1
            lsub
        23: .line 512
            invokespecial com.sun.tools.jdi.LocationImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/Method;J)V
        24: .line 511
            astore 7 /* scopeEnd */
        start local 7 // com.sun.jdi.Location scopeEnd
        25: .line 515
            new com.sun.tools.jdi.LocalVariableImpl
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            aload 0 /* this */
        26: .line 516
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric$SlotInfo.slot:I
            aload 6 /* scopeStart */
            aload 7 /* scopeEnd */
        27: .line 517
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric$SlotInfo.name:Ljava/lang/String;
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric$SlotInfo.signature:Ljava/lang/String;
        28: .line 518
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric$SlotInfo.genericSignature:Ljava/lang/String;
        29: .line 515
            invokespecial com.sun.tools.jdi.LocalVariableImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/Method;ILcom/sun/jdi/Location;Lcom/sun/jdi/Location;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        30: .line 514
            astore 8 /* variable */
        start local 8 // com.sun.jdi.LocalVariable variable
        31: .line 520
            aload 3 /* variables */
            aload 8 /* variable */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // com.sun.jdi.LocalVariable variable
        end local 7 // com.sun.jdi.Location scopeEnd
        end local 6 // com.sun.jdi.Location scopeStart
        end local 5 // com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric$SlotInfo si
        32: .line 501
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        33: iload 4 /* i */
            iload 2 /* count */
            if_icmplt 16
        end local 4 // int i
        34: .line 523
            aload 3 /* variables */
            areturn
        end local 3 // java.util.List variables
        end local 2 // int count
        end local 1 // com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric vartab
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   35     0        this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            3   35     1      vartab  Lcom/sun/tools/jdi/JDWP$Method$VariableTableWithGeneric;
            7   11     2         exc  Lcom/sun/tools/jdi/JDWPException;
           13   35     2       count  I
           14   35     3   variables  Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;
           15   34     4           i  I
           17   32     5          si  Lcom/sun/tools/jdi/JDWP$Method$VariableTableWithGeneric$SlotInfo;
           21   32     6  scopeStart  Lcom/sun/jdi/Location;
           25   32     7    scopeEnd  Lcom/sun/jdi/Location;
           31   32     8    variable  Lcom/sun/jdi/LocalVariable;
      Exception table:
        from    to  target  type
           3     5       6  Class com.sun.tools.jdi.JDWPException
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;

  private java.util.List<com.sun.jdi.LocalVariable> getVariables();
    descriptor: ()Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
         0: .line 527
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.absentVariableInformation:Z
            ifeq 2
         1: .line 528
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
         2: .line 531
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.variablesRef:Ljava/lang/ref/SoftReference;
            ifnonnull 3
            aconst_null
            goto 4
         3: .line 532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.variablesRef:Ljava/lang/ref/SoftReference;
            invokevirtual java.lang.ref.SoftReference.get:()Ljava/lang/Object;
            checkcast java.util.List
         4: .line 531
      StackMap locals:
      StackMap stack: java.util.List
            astore 1 /* variables */
        start local 1 // java.util.List variables
         5: .line 533
            aload 1 /* variables */
            ifnull 7
         6: .line 534
            aload 1 /* variables */
            areturn
         7: .line 536
      StackMap locals: java.util.List
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getVariables1:()Ljava/util/List;
            astore 1 /* variables */
         8: .line 537
            aload 1 /* variables */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            astore 1 /* variables */
         9: .line 538
            aload 0 /* this */
            new java.lang.ref.SoftReference
            dup
            aload 1 /* variables */
            invokespecial java.lang.ref.SoftReference.<init>:(Ljava/lang/Object;)V
            putfield com.sun.tools.jdi.ConcreteMethodImpl.variablesRef:Ljava/lang/ref/SoftReference;
        10: .line 539
            aload 1 /* variables */
            areturn
        end local 1 // java.util.List variables
        end local 0 // com.sun.tools.jdi.ConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            5   11     1  variables  Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;

  public com.sun.jdi.VirtualMachine virtualMachine();
    descriptor: ()Lcom/sun/jdi/VirtualMachine;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.tools.jdi.MethodImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ConcreteMethodImpl.java"
NestMembers:
  com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs
InnerClasses:
  private SoftLocationXRefs = com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs of com.sun.tools.jdi.ConcreteMethodImpl
  Method = com.sun.tools.jdi.JDWP$Method of com.sun.tools.jdi.JDWP
  Bytecodes = com.sun.tools.jdi.JDWP$Method$Bytecodes of com.sun.tools.jdi.JDWP$Method
  LineTable = com.sun.tools.jdi.JDWP$Method$LineTable of com.sun.tools.jdi.JDWP$Method
  LineInfo = com.sun.tools.jdi.JDWP$Method$LineTable$LineInfo of com.sun.tools.jdi.JDWP$Method$LineTable
  VariableTable = com.sun.tools.jdi.JDWP$Method$VariableTable of com.sun.tools.jdi.JDWP$Method
  SlotInfo = com.sun.tools.jdi.JDWP$Method$VariableTable$SlotInfo of com.sun.tools.jdi.JDWP$Method$VariableTable
  VariableTableWithGeneric = com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric of com.sun.tools.jdi.JDWP$Method
  SlotInfo = com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric$SlotInfo of com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric
  LineStratum = com.sun.tools.jdi.SDE$LineStratum of com.sun.tools.jdi.SDE
  Stratum = com.sun.tools.jdi.SDE$Stratum of com.sun.tools.jdi.SDE