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 90
            aload 0 /* this */
            aload 1 /* vm */
            aload 2 /* declaringType */
            lload 3 /* ref */
            aload 5 /* name */
            aload 6 /* signature */
         1: .line 91
            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
         2: .line 74
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ConcreteMethodImpl.location:Lcom/sun/jdi/Location;
         3: .line 77
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ConcreteMethodImpl.variablesRef:Ljava/lang/ref/SoftReference;
         4: .line 78
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ConcreteMethodImpl.absentVariableInformation:Z
         5: .line 79
            aload 0 /* this */
            ldc -1
            putfield com.sun.tools.jdi.ConcreteMethodImpl.firstIndex:J
         6: .line 80
            aload 0 /* this */
            ldc -1
            putfield com.sun.tools.jdi.ConcreteMethodImpl.lastIndex:J
         7: .line 81
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ConcreteMethodImpl.bytecodesRef:Ljava/lang/ref/SoftReference;
         8: .line 82
            aload 0 /* this */
            iconst_m1
            putfield com.sun.tools.jdi.ConcreteMethodImpl.argSlotCount:I
         9: .line 92
            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   10     0              this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            0   10     1                vm  Lcom/sun/jdi/VirtualMachine;
            0   10     2     declaringType  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0   10     3               ref  J
            0   10     5              name  Ljava/lang/String;
            0   10     6         signature  Ljava/lang/String;
            0   10     7  genericSignature  Ljava/lang/String;
            0   10     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 95
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.location:Lcom/sun/jdi/Location;
            ifnonnull 2
         1: .line 96
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getBaseLocations:()Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            pop
         2: .line 98
      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 105
            aload 3 /* sourceName */
            ifnonnull 2
         1: .line 106
            aload 1 /* list */
            areturn
         2: .line 109
      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 110
            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 111
            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 112
            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 110
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 115
            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 122
            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 124
            aload 3 /* lineLocations */
            invokeinterface java.util.List.size:()I
            ifne 3
         2: .line 125
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
         3: .line 129
      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 128
            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 136
            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 138
            aload 4 /* info */
            getfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.lineLocations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifne 3
         2: .line 139
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
         3: .line 146
      StackMap locals: com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs
      StackMap stack:
            aload 4 /* info */
            getfield com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.lineMapper:Ljava/util/Map;
            new java.lang.Integer
            dup
            iload 3 /* lineNumber */
            invokespecial java.lang.Integer.<init>:(I)V
            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 148
            aload 5 /* list */
            ifnonnull 6
         5: .line 149
            new java.util.ArrayList
            dup
            iconst_0
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 5 /* list */
         6: .line 152
      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 151
            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 157
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.firstIndex:J
            ldc -1
            lcmp
            ifne 2
         1: .line 158
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getBaseLocations:()Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            pop
         2: .line 164
      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 165
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         4: .line 168
      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 174
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.firstIndex:J
            ldc -1
            lcmp
            ifne 2
         1: .line 175
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getBaseLocations:()Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            pop
         2: .line 181
      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 6
         3: .line 182
      StackMap locals:
      StackMap stack:
            new java.lang.InternalError
            dup
         4: .line 183
            ldc "Location with invalid code index"
         5: .line 182
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
         6: .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
         7: .line 191
            aload 4 /* lineLocations */
            invokeinterface java.util.List.size:()I
            ifne 9
         8: .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
         9: .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
        10: .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
        11: .line 205
            goto 16
        12: .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
        13: .line 207
            aload 7 /* current */
            invokevirtual com.sun.tools.jdi.LocationImpl.codeIndex:()J
            lload 2 /* codeIndex */
            lcmp
            ifle 15
        14: .line 208
            goto 17
        15: .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
        16: .line 205
      StackMap locals:
      StackMap stack:
            aload 5 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        17: .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   18     0           this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            0   18     1        stratum  Lcom/sun/tools/jdi/SDE$Stratum;
            0   18     2      codeIndex  J
            7   18     4  lineLocations  Ljava/util/List<Lcom/sun/jdi/Location;>;
           10   18     5           iter  Ljava/util/Iterator;
           11   18     6      bestMatch  Lcom/sun/tools/jdi/LocationImpl;
           13   16     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 217
            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 221
            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 223
            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 224
            aload 2 /* variables */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* iter */
        start local 4 // java.util.Iterator iter
         3: .line 225
            goto 7
         4: .line 226
      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 227
            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 228
            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 225
      StackMap locals:
      StackMap stack:
            aload 4 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 231
            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;
            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 235
            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 237
            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 238
            aload 1 /* variables */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3 /* iter */
        start local 3 // java.util.Iterator iter
         3: .line 239
            goto 7
         4: .line 240
      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 241
            aload 4 /* variable */
            invokeinterface com.sun.jdi.LocalVariable.isArgument:()Z
            ifeq 7
         6: .line 242
            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 239
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 245
            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;
            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 249
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.bytecodesRef:Ljava/lang/ref/SoftReference;
            ifnonnull 1
            aconst_null
            goto 2
         1: .line 250
      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 249
      StackMap locals:
      StackMap stack: byte[]
            astore 1 /* bytecodes */
        start local 1 // byte[] bytecodes
         3: .line 251
            aload 1 /* bytecodes */
            ifnonnull 10
         4: .line 254
            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 253
            astore 1 /* bytecodes */
         6: .line 255
            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 256
            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 258
      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 265
      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 269
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.argSlotCount:I
            iconst_m1
            if_icmpne 2
         1: .line 270
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getVariables:()Ljava/util/List;
            pop
         2: .line 272
      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 276
            aload 1 /* stratum */
            invokevirtual com.sun.tools.jdi.SDE$Stratum.isJava:()Z
            ifeq 2
         1: .line 277
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getBaseLocations:()Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            areturn
         2: .line 279
      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 281
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.softOtherLocationXRefsRef:Ljava/lang/ref/SoftReference;
            ifnonnull 4
            aconst_null
            goto 5
         4: .line 282
      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 280
      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 283
            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 284
            aload 3 /* info */
            areturn
         8: .line 287
      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 288
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 5 /* lineMapper */
        start local 5 // java.util.Map lineMapper
        10: .line 289
            iconst_m1
            istore 6 /* lowestLine */
        start local 6 // int lowestLine
        11: .line 290
            iconst_m1
            istore 7 /* highestLine */
        start local 7 // int highestLine
        12: .line 291
            aconst_null
            astore 8 /* lastLineStratum */
        start local 8 // com.sun.tools.jdi.SDE$LineStratum lastLineStratum
        13: .line 293
            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;
        14: .line 292
            astore 9 /* baseStratum */
        start local 9 // com.sun.tools.jdi.SDE$Stratum baseStratum
        15: .line 294
            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
        16: .line 295
            goto 47
        17: .line 296
      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
        18: .line 297
            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
        19: .line 299
            aload 1 /* stratum */
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.declaringType:Lcom/sun/tools/jdi/ReferenceTypeImpl;
        20: .line 300
            iload 12 /* baseLineNumber */
        21: .line 299
            invokevirtual com.sun.tools.jdi.SDE$Stratum.lineStratum:(Lcom/sun/tools/jdi/ReferenceTypeImpl;I)Lcom/sun/tools/jdi/SDE$LineStratum;
        22: .line 298
            astore 13 /* lineStratum */
        start local 13 // com.sun.tools.jdi.SDE$LineStratum lineStratum
        23: .line 302
            aload 13 /* lineStratum */
            ifnonnull 25
        24: .line 304
            goto 47
        25: .line 307
      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
        26: .line 310
            iload 14 /* lineNumber */
            iconst_m1
            if_icmpeq 47
        27: .line 311
            aload 13 /* lineStratum */
            aload 8 /* lastLineStratum */
            invokevirtual com.sun.tools.jdi.SDE$LineStratum.equals:(Ljava/lang/Object;)Z
            ifne 47
        28: .line 312
            aload 13 /* lineStratum */
            astore 8 /* lastLineStratum */
        29: .line 315
            iload 14 /* lineNumber */
            iload 7 /* highestLine */
            if_icmple 31
        30: .line 316
            iload 14 /* lineNumber */
            istore 7 /* highestLine */
        31: .line 318
      StackMap locals: int
      StackMap stack:
            iload 14 /* lineNumber */
            iload 6 /* lowestLine */
            if_icmplt 32
            iload 6 /* lowestLine */
            iconst_m1
            if_icmpne 33
        32: .line 319
      StackMap locals:
      StackMap stack:
            iload 14 /* lineNumber */
            istore 6 /* lowestLine */
        33: .line 322
      StackMap locals:
      StackMap stack:
            aload 11 /* loc */
        34: .line 323
            new com.sun.tools.jdi.StratumLineInfo
            dup
            aload 2 /* stratumID */
        35: .line 324
            iload 14 /* lineNumber */
        36: .line 325
            aload 13 /* lineStratum */
            invokevirtual com.sun.tools.jdi.SDE$LineStratum.sourceName:()Ljava/lang/String;
        37: .line 326
            aload 13 /* lineStratum */
            invokevirtual com.sun.tools.jdi.SDE$LineStratum.sourcePath:()Ljava/lang/String;
        38: .line 323
            invokespecial com.sun.tools.jdi.StratumLineInfo.<init>:(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
        39: .line 322
            invokevirtual com.sun.tools.jdi.LocationImpl.addStratumLineInfo:(Lcom/sun/tools/jdi/LineInfo;)V
        40: .line 329
            aload 4 /* lineLocations */
            aload 11 /* loc */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        41: .line 332
            new java.lang.Integer
            dup
            iload 14 /* lineNumber */
            invokespecial java.lang.Integer.<init>:(I)V
            astore 15 /* key */
        start local 15 // java.lang.Integer key
        42: .line 333
            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
        43: .line 334
            aload 16 /* mappedLocs */
            ifnonnull 46
        44: .line 335
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 16 /* mappedLocs */
        45: .line 336
            aload 5 /* lineMapper */
            aload 15 /* key */
            aload 16 /* mappedLocs */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        46: .line 338
      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
        47: .line 295
      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 17
        48: .line 342
            new com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs
            dup
            aload 2 /* stratumID */
        49: .line 343
            aload 5 /* lineMapper */
            aload 4 /* lineLocations */
        50: .line 344
            iload 6 /* lowestLine */
            iload 7 /* highestLine */
        51: .line 342
            invokespecial com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.<init>:(Ljava/lang/String;Ljava/util/Map;Ljava/util/List;II)V
            astore 3 /* info */
        52: .line 345
            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;
        53: .line 346
            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   54     0             this  Lcom/sun/tools/jdi/ConcreteMethodImpl;
            0   54     1          stratum  Lcom/sun/tools/jdi/SDE$Stratum;
            3   54     2        stratumID  Ljava/lang/String;
            6   54     3             info  Lcom/sun/tools/jdi/ConcreteMethodImpl$SoftLocationXRefs;
            9   54     4    lineLocations  Ljava/util/List<Lcom/sun/jdi/Location;>;
           10   54     5       lineMapper  Ljava/util/Map<Ljava/lang/Integer;Ljava/util/List<Lcom/sun/jdi/Location;>;>;
           11   54     6       lowestLine  I
           12   54     7      highestLine  I
           13   54     8  lastLineStratum  Lcom/sun/tools/jdi/SDE$LineStratum;
           15   54     9      baseStratum  Lcom/sun/tools/jdi/SDE$Stratum;
           16   54    10               it  Ljava/util/Iterator;
           18   47    11              loc  Lcom/sun/tools/jdi/LocationImpl;
           19   47    12   baseLineNumber  I
           23   47    13      lineStratum  Lcom/sun/tools/jdi/SDE$LineStratum;
           26   47    14       lineNumber  I
           42   47    15              key  Ljava/lang/Integer;
           43   47    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 350
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.softBaseLocationXRefsRef:Ljava/lang/ref/SoftReference;
            ifnonnull 1
            aconst_null
            goto 2
         1: .line 351
      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 350
      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 352
            aload 1 /* info */
            ifnull 5
         4: .line 353
            aload 1 /* info */
            areturn
         5: .line 356
      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 358
            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 359
            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 364
            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 367
      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 369
            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 370
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 5 /* lineMapper */
        start local 5 // java.util.Map lineMapper
        13: .line 371
            iconst_m1
            istore 6 /* lowestLine */
        start local 6 // int lowestLine
        14: .line 372
            iconst_m1
            istore 7 /* highestLine */
        start local 7 // int highestLine
        15: .line 373
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        16: goto 37
        17: .line 374
      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 375
            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 385
            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 387
      StackMap locals: long int
      StackMap stack:
            iload 11 /* lineNumber */
            iload 7 /* highestLine */
            if_icmple 22
        21: .line 388
            iload 11 /* lineNumber */
            istore 7 /* highestLine */
        22: .line 390
      StackMap locals:
      StackMap stack:
            iload 11 /* lineNumber */
            iload 6 /* lowestLine */
            if_icmplt 23
            iload 6 /* lowestLine */
            iconst_m1
            if_icmpne 24
        23: .line 391
      StackMap locals:
      StackMap stack:
            iload 11 /* lineNumber */
            istore 6 /* lowestLine */
        24: .line 394
      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 393
            astore 12 /* loc */
        start local 12 // com.sun.tools.jdi.LocationImpl loc
        26: .line 395
            aload 12 /* loc */
        27: .line 396
            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 395
            invokevirtual com.sun.tools.jdi.LocationImpl.addBaseLineInfo:(Lcom/sun/tools/jdi/LineInfo;)V
        29: .line 399
            aload 4 /* lineLocations */
            aload 12 /* loc */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        30: .line 402
            new java.lang.Integer
            dup
            iload 11 /* lineNumber */
            invokespecial java.lang.Integer.<init>:(I)V
            astore 13 /* key */
        start local 13 // java.lang.Integer key
        31: .line 403
            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 404
            aload 14 /* mappedLocs */
            ifnonnull 35
        33: .line 405
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 14 /* mappedLocs */
        34: .line 406
            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 408
      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 373
      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 416
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.location:Lcom/sun/jdi/Location;
            ifnonnull 47
        39: .line 417
            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 418
            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 425
            iload 3 /* count */
            ifle 44
        42: .line 426
            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 427
            goto 47
        44: .line 428
      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 429
            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 428
            putfield com.sun.tools.jdi.ConcreteMethodImpl.location:Lcom/sun/jdi/Location;
        47: .line 433
      StackMap locals:
      StackMap stack:
            new com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs
            dup
            ldc "Java"
        48: .line 434
            aload 5 /* lineMapper */
            aload 4 /* lineLocations */
        49: .line 435
            iload 6 /* lowestLine */
            iload 7 /* highestLine */
        50: .line 433
            invokespecial com.sun.tools.jdi.ConcreteMethodImpl$SoftLocationXRefs.<init>:(Ljava/lang/String;Ljava/util/Map;Ljava/util/List;II)V
            astore 1 /* info */
        51: .line 436
            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 437
            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 441
            aconst_null
            astore 1 /* vartab */
        start local 1 // com.sun.tools.jdi.JDWP$Method$VariableTable vartab
         1: .line 444
            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 443
            astore 1 /* vartab */
         3: .line 445
            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 446
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            bipush 101
            if_icmpne 8
         6: .line 447
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ConcreteMethodImpl.absentVariableInformation:Z
         7: .line 448
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
         8: .line 450
      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 455
      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 456
            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 457
            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 458
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        13: goto 30
        14: .line 459
      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 465
            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 466
            new com.sun.tools.jdi.LocationImpl
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
        17: .line 467
            aload 0 /* this */
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTable$SlotInfo.codeIndex:J
        18: .line 466
            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 469
            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 470
            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 469
            invokespecial com.sun.tools.jdi.LocationImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/Method;J)V
        22: .line 468
            astore 7 /* scopeEnd */
        start local 7 // com.sun.jdi.Location scopeEnd
        23: .line 472
            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 473
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTable$SlotInfo.slot:I
            aload 6 /* scopeStart */
            aload 7 /* scopeEnd */
        25: .line 474
            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 472
            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 471
            astore 8 /* variable */
        start local 8 // com.sun.jdi.LocalVariable variable
        28: .line 476
            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 458
      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 479
            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 484
            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 485
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.getVariables1_4:()Ljava/util/List;
            areturn
         2: .line 488
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* vartab */
        start local 1 // com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric vartab
         3: .line 491
            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 490
            astore 1 /* vartab */
         5: .line 492
            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 493
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            bipush 101
            if_icmpne 10
         8: .line 494
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ConcreteMethodImpl.absentVariableInformation:Z
         9: .line 495
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
        10: .line 497
      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 502
      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 503
            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 504
            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 505
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        15: goto 33
        16: .line 506
      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 512
            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 513
            new com.sun.tools.jdi.LocationImpl
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ConcreteMethodImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
        19: .line 514
            aload 0 /* this */
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric$SlotInfo.codeIndex:J
        20: .line 513
            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 516
            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 517
            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 516
            invokespecial com.sun.tools.jdi.LocationImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/Method;J)V
        24: .line 515
            astore 7 /* scopeEnd */
        start local 7 // com.sun.jdi.Location scopeEnd
        25: .line 519
            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 520
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric$SlotInfo.slot:I
            aload 6 /* scopeStart */
            aload 7 /* scopeEnd */
        27: .line 521
            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 522
            aload 5 /* si */
            getfield com.sun.tools.jdi.JDWP$Method$VariableTableWithGeneric$SlotInfo.genericSignature:Ljava/lang/String;
        29: .line 519
            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 518
            astore 8 /* variable */
        start local 8 // com.sun.jdi.LocalVariable variable
        31: .line 524
            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 505
      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 527
            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 531
            aload 0 /* this */
            getfield com.sun.tools.jdi.ConcreteMethodImpl.absentVariableInformation:Z
            ifeq 2
         1: .line 532
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
         2: .line 535
      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 536
      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 535
      StackMap locals:
      StackMap stack: java.util.List
            astore 1 /* variables */
        start local 1 // java.util.List variables
         5: .line 537
            aload 1 /* variables */
            ifnull 7
         6: .line 538
            aload 1 /* variables */
            areturn
         7: .line 540
      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 541
            aload 1 /* variables */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            astore 1 /* variables */
         9: .line 542
            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 543
            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