public class sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase implements sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase
  super_class: java.lang.Object
{
  private static final int INITIALIZED_STATE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

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

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

  private java.util.Map lazyTypeMap;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List types;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map nameToTypeMap;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map lazySymMap;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List blocks;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map nameToSymMap;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberMapping lineNumbers;
    descriptor: Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberMapping;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.state:I
         2: .line 33
            return
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;

  public void beginConstruction();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
         0: .line 82
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 83
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.state:I
            ifne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "wrong state"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.state:I
         5: .line 88
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lazyTypeMap:Ljava/util/Map;
         6: .line 89
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.types:Ljava/util/List;
         7: .line 92
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lazySymMap:Ljava/util/Map;
         8: .line 93
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.blocks:Ljava/util/List;
         9: .line 94
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.nameToSymMap:Ljava/util/Map;
        10: .line 97
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberMapping
            dup
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberMapping.<init>:()V
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lineNumbers:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberMapping;
        11: .line 98
            return
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;

  public void addType(java.lang.Object, sun.jvm.hotspot.debugger.cdbg.Type);
    descriptor: (Ljava/lang/Object;Lsun/jvm/hotspot/debugger/cdbg/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // java.lang.Object lazyKey
        start local 2 // sun.jvm.hotspot.debugger.cdbg.Type type
         0: .line 103
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 104
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.state:I
            iconst_1
            if_icmpne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "wrong state"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 106
      StackMap locals:
      StackMap stack:
            aload 1 /* lazyKey */
            ifnull 7
         5: .line 107
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lazyTypeMap:Ljava/util/Map;
            aload 1 /* lazyKey */
            aload 2 /* type */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 8
         6: .line 108
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Type redefined for lazy key "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* lazyKey */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.types:Ljava/util/List;
            aload 2 /* type */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         8: .line 113
      StackMap locals:
      StackMap stack:
            return
        end local 2 // sun.jvm.hotspot.debugger.cdbg.Type type
        end local 1 // java.lang.Object lazyKey
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0    9     1  lazyKey  Ljava/lang/Object;
            0    9     2     type  Lsun/jvm/hotspot/debugger/cdbg/Type;
    MethodParameters:
         Name  Flags
      lazyKey  
      type     

  public void resolve(sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener listener
         0: .line 116
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 117
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.state:I
            iconst_1
            if_icmpne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "wrong state"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* listener */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.resolveLazyMap:(Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;)V
         5: .line 122
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.types:Ljava/util/List;
            invokeinterface java.util.List.listIterator:()Ljava/util/ListIterator;
            astore 2 /* iter */
        start local 2 // java.util.ListIterator iter
         6: goto 11
         7: .line 123
      StackMap locals: java.util.ListIterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.ListIterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicType
            astore 3 /* t */
        start local 3 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType t
         8: .line 124
            aload 3 /* t */
            aload 0 /* this */
            aload 1 /* listener */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.resolveTypes:(Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;)Lsun/jvm/hotspot/debugger/cdbg/Type;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicType
            astore 4 /* t2 */
        start local 4 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType t2
         9: .line 125
            aload 3 /* t */
            aload 4 /* t2 */
            if_acmpeq 11
        10: .line 126
            aload 2 /* iter */
            aload 4 /* t2 */
            invokeinterface java.util.ListIterator.set:(Ljava/lang/Object;)V
        end local 4 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType t2
        end local 3 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType t
        11: .line 122
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.ListIterator.hasNext:()Z
            ifne 7
        end local 2 // java.util.ListIterator iter
        12: .line 131
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.blocks:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
        13: goto 15
        14: .line 132
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicSym
            aload 0 /* this */
            aload 1 /* listener */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicSym.resolve:(Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;)V
        15: .line 131
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 14
        end local 2 // java.util.Iterator iter
        16: .line 134
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.nameToSymMap:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
        17: goto 19
        18: .line 135
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicSym
            aload 0 /* this */
            aload 1 /* listener */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicSym.resolve:(Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;)V
        19: .line 134
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 18
        end local 2 // java.util.Iterator iter
        20: .line 140
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.blocks:Ljava/util/List;
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase$1
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase$1.<init>:(Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;)V
            invokestatic java.util.Collections.sort:(Ljava/util/List;Ljava/util/Comparator;)V
        21: .line 152
            aload 0 /* this */
            iconst_2
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.state:I
        22: .line 153
            return
        end local 1 // sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener listener
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   23     0      this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0   23     1  listener  Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;
            6   12     2      iter  Ljava/util/ListIterator;
            8   11     3         t  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            9   11     4        t2  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
           13   16     2      iter  Ljava/util/Iterator;
           17   20     2      iter  Ljava/util/Iterator;
    MethodParameters:
          Name  Flags
      listener  

  public void endConstruction();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
         0: .line 156
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 157
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.state:I
            iconst_2
            if_icmpne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "wrong state"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lazyTypeMap:Ljava/util/Map;
            invokeinterface java.util.Map.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 1 /* iter */
        start local 1 // java.util.Iterator iter
         5: goto 7
         6: .line 161
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.types:Ljava/util/List;
            aload 1 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 160
      StackMap locals:
      StackMap stack:
            aload 1 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 1 // java.util.Iterator iter
         8: .line 164
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.nameToTypeMap:Ljava/util/Map;
         9: .line 165
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.types:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 1 /* iter */
        start local 1 // java.util.Iterator iter
        10: goto 14
        11: .line 166
      StackMap locals:
      StackMap stack:
            aload 1 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.Type
            astore 2 /* t */
        start local 2 // sun.jvm.hotspot.debugger.cdbg.Type t
        12: .line 167
            aload 2 /* t */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.Type.isConst:()Z
            ifne 14
            aload 2 /* t */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.Type.isVolatile:()Z
            ifne 14
        13: .line 168
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.nameToTypeMap:Ljava/util/Map;
            aload 2 /* t */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.Type.getName:()Ljava/lang/String;
            aload 2 /* t */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 2 // sun.jvm.hotspot.debugger.cdbg.Type t
        14: .line 165
      StackMap locals:
      StackMap stack:
            aload 1 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        end local 1 // java.util.Iterator iter
        15: .line 172
            aload 0 /* this */
            aconst_null
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lazyTypeMap:Ljava/util/Map;
        16: .line 173
            aload 0 /* this */
            aconst_null
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lazySymMap:Ljava/util/Map;
        17: .line 175
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lineNumbers:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberMapping;
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberMapping.sort:()V
        18: .line 180
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lineNumbers:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberMapping;
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberMapping.recomputeEndPCs:()V
        19: .line 182
            aload 0 /* this */
            iconst_3
            putfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.state:I
        20: .line 183
            return
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            5    8     1  iter  Ljava/util/Iterator;
           10   15     1  iter  Ljava/util/Iterator;
           12   14     2     t  Lsun/jvm/hotspot/debugger/cdbg/Type;

  public sun.jvm.hotspot.debugger.cdbg.Type lookupType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/debugger/cdbg/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // java.lang.String name
         0: .line 186
            aload 0 /* this */
            aload 1 /* name */
            iconst_0
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lookupType:(Ljava/lang/String;I)Lsun/jvm/hotspot/debugger/cdbg/Type;
            areturn
        end local 1 // java.lang.String name
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public sun.jvm.hotspot.debugger.cdbg.Type lookupType(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Lsun/jvm/hotspot/debugger/cdbg/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // java.lang.String name
        start local 2 // int cvAttributes
         0: .line 190
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 191
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.state:I
            iconst_3
            if_icmpne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "wrong state"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.nameToTypeMap:Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicType
            astore 3 /* t */
        start local 3 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType t
         5: .line 194
            aload 3 /* t */
            ifnull 8
         6: .line 195
            iload 2 /* cvAttributes */
            ifeq 8
         7: .line 196
            aload 3 /* t */
            iload 2 /* cvAttributes */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.getCVVariant:(I)Lsun/jvm/hotspot/debugger/cdbg/Type;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicType
            astore 3 /* t */
         8: .line 199
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.basic.BasicType
      StackMap stack:
            aload 3 /* t */
            areturn
        end local 3 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType t
        end local 2 // int cvAttributes
        end local 1 // java.lang.String name
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0    9     1          name  Ljava/lang/String;
            0    9     2  cvAttributes  I
            5    9     3             t  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
    MethodParameters:
              Name  Flags
      name          
      cvAttributes  

  public void iterate(sun.jvm.hotspot.debugger.cdbg.TypeVisitor);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/TypeVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.TypeVisitor v
         0: .line 203
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 204
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.state:I
            iconst_3
            if_icmpne 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "wrong state"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.types:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         5: goto 8
         6: .line 207
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicType
            astore 3 /* t */
        start local 3 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType t
         7: .line 208
            aload 3 /* t */
            aload 1 /* v */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.visit:(Lsun/jvm/hotspot/debugger/cdbg/TypeVisitor;)V
        end local 3 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType t
         8: .line 206
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 2 // java.util.Iterator iter
         9: .line 210
            return
        end local 1 // sun.jvm.hotspot.debugger.cdbg.TypeVisitor v
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0   10     1     v  Lsun/jvm/hotspot/debugger/cdbg/TypeVisitor;
            5    9     2  iter  Ljava/util/Iterator;
            7    8     3     t  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
    MethodParameters:
      Name  Flags
      v     

  public void addBlock(java.lang.Object, sun.jvm.hotspot.debugger.cdbg.BlockSym);
    descriptor: (Ljava/lang/Object;Lsun/jvm/hotspot/debugger/cdbg/BlockSym;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // java.lang.Object key
        start local 2 // sun.jvm.hotspot.debugger.cdbg.BlockSym block
         0: .line 219
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 4
         1: .line 220
            aload 1 /* key */
            ifnull 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "key must be non-null"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         4: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lazySymMap:Ljava/util/Map;
            aload 1 /* key */
            aload 2 /* block */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 223
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.blocks:Ljava/util/List;
            aload 2 /* block */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 224
            return
        end local 2 // sun.jvm.hotspot.debugger.cdbg.BlockSym block
        end local 1 // java.lang.Object key
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0    7     1    key  Ljava/lang/Object;
            0    7     2  block  Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
    MethodParameters:
       Name  Flags
      key    
      block  

  public void addGlobalSym(sun.jvm.hotspot.debugger.cdbg.GlobalSym);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/GlobalSym;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.GlobalSym sym
         0: .line 227
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.nameToSymMap:Ljava/util/Map;
            aload 1 /* sym */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.GlobalSym.getName:()Ljava/lang/String;
            aload 1 /* sym */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 228
            return
        end local 1 // sun.jvm.hotspot.debugger.cdbg.GlobalSym sym
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0    2     1   sym  Lsun/jvm/hotspot/debugger/cdbg/GlobalSym;
    MethodParameters:
      Name  Flags
      sym   

  public sun.jvm.hotspot.debugger.cdbg.BlockSym debugInfoForPC(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // sun.jvm.hotspot.debugger.Address pc
         0: .line 231
            aload 0 /* this */
            aload 1 /* pc */
            iconst_0
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.blocks:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.searchBlocks:(Lsun/jvm/hotspot/debugger/Address;II)Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address pc
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0    1     1    pc  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      pc    

  public sun.jvm.hotspot.debugger.cdbg.GlobalSym lookupSym(java.lang.String);
    descriptor: (Ljava/lang/String;)Lsun/jvm/hotspot/debugger/cdbg/GlobalSym;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // java.lang.String name
         0: .line 235
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.nameToSymMap:Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.GlobalSym
            areturn
        end local 1 // java.lang.String name
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void addLineNumberInfo(sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo info
         0: .line 239
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lineNumbers:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberMapping;
            aload 1 /* info */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberMapping.addLineNumberInfo:(Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberInfo;)V
         1: .line 240
            return
        end local 1 // sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo info
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0    2     1  info  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberInfo;
    MethodParameters:
      Name  Flags
      info  

  public sun.jvm.hotspot.debugger.cdbg.LineNumberInfo lineNumberForPC(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/LineNumberInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // sun.jvm.hotspot.debugger.Address pc
         0: .line 243
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lineNumbers:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberMapping;
            aload 1 /* pc */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberMapping.lineNumberForPC:(Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberInfo;
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address pc
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0    1     1    pc  Lsun/jvm/hotspot/debugger/Address;
    Exceptions:
      throws sun.jvm.hotspot.debugger.DebuggerException
    MethodParameters:
      Name  Flags
      pc    

  public void iterate(sun.jvm.hotspot.debugger.cdbg.LineNumberVisitor);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/LineNumberVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.LineNumberVisitor v
         0: .line 247
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lineNumbers:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberMapping;
            aload 1 /* v */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberMapping.iterate:(Lsun/jvm/hotspot/debugger/cdbg/LineNumberVisitor;)V
         1: .line 248
            return
        end local 1 // sun.jvm.hotspot.debugger.cdbg.LineNumberVisitor v
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0    2     1     v  Lsun/jvm/hotspot/debugger/cdbg/LineNumberVisitor;
    MethodParameters:
      Name  Flags
      v     

  public sun.jvm.hotspot.debugger.cdbg.Type resolveType(sun.jvm.hotspot.debugger.cdbg.Type, sun.jvm.hotspot.debugger.cdbg.Type, sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener, java.lang.String);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/Type;Lsun/jvm/hotspot/debugger/cdbg/Type;Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;Ljava/lang/String;)Lsun/jvm/hotspot/debugger/cdbg/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.Type containingType
        start local 2 // sun.jvm.hotspot.debugger.cdbg.Type targetType
        start local 3 // sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener listener
        start local 4 // java.lang.String detail
         0: .line 256
            aload 2 /* targetType */
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicType
            astore 5 /* basicTargetType */
        start local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType basicTargetType
         1: .line 257
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 5
         2: .line 258
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.state:I
            iconst_1
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.basic.BasicType
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ldc "wrong state"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         5: .line 260
      StackMap locals:
      StackMap stack:
            aload 5 /* basicTargetType */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.isLazy:()Z
            ifeq 27
         6: .line 261
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lazyTypeMap:Ljava/util/Map;
            aload 2 /* targetType */
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.LazyType
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.LazyType.getKey:()Ljava/lang/Object;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicType
            astore 6 /* resolved */
        start local 6 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType resolved
         7: .line 265
            aload 6 /* resolved */
            ifnonnull 10
         8: .line 266
            aload 3 /* listener */
            aload 1 /* containingType */
            aload 2 /* targetType */
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.LazyType
            new java.lang.StringBuilder
            dup
            aload 4 /* detail */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " because target type was not found"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener.resolveFailed:(Lsun/jvm/hotspot/debugger/cdbg/Type;Lsun/jvm/hotspot/debugger/cdbg/basic/LazyType;Ljava/lang/String;)V
         9: .line 267
            aload 2 /* targetType */
            areturn
        10: .line 269
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.basic.BasicType
      StackMap stack:
            aload 6 /* resolved */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.isLazy:()Z
            ifeq 26
        11: .line 271
            aload 6 /* resolved */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.isConst:()Z
            ifne 12
            aload 6 /* resolved */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.isVolatile:()Z
            ifeq 13
        12: .line 272
      StackMap locals:
      StackMap stack:
            aload 6 /* resolved */
            aload 0 /* this */
            aload 3 /* listener */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.resolveTypes:(Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;)Lsun/jvm/hotspot/debugger/cdbg/Type;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicType
            astore 6 /* resolved */
        13: .line 274
      StackMap locals:
      StackMap stack:
            aload 6 /* resolved */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.isLazy:()Z
            ifeq 26
        14: .line 275
            aload 3 /* listener */
            aload 1 /* containingType */
            aload 2 /* targetType */
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.LazyType
        15: .line 276
            new java.lang.StringBuilder
            dup
            aload 4 /* detail */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " because target type (with key "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        16: .line 277
            aload 6 /* resolved */
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.LazyType
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.LazyType.getKey:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        17: .line 278
            aload 6 /* resolved */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.isConst:()Z
            ifeq 18
            ldc ", const"
            goto 19
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase sun.jvm.hotspot.debugger.cdbg.Type sun.jvm.hotspot.debugger.cdbg.Type sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener java.lang.String sun.jvm.hotspot.debugger.cdbg.basic.BasicType sun.jvm.hotspot.debugger.cdbg.basic.BasicType
      StackMap stack: sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener sun.jvm.hotspot.debugger.cdbg.Type sun.jvm.hotspot.debugger.cdbg.basic.LazyType java.lang.StringBuilder
        18: ldc ", not const"
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase sun.jvm.hotspot.debugger.cdbg.Type sun.jvm.hotspot.debugger.cdbg.Type sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener java.lang.String sun.jvm.hotspot.debugger.cdbg.basic.BasicType sun.jvm.hotspot.debugger.cdbg.basic.BasicType
      StackMap stack: sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener sun.jvm.hotspot.debugger.cdbg.Type sun.jvm.hotspot.debugger.cdbg.basic.LazyType java.lang.StringBuilder java.lang.String
        19: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        20: .line 279
            aload 6 /* resolved */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.isVolatile:()Z
            ifeq 21
            ldc ", volatile"
            goto 22
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase sun.jvm.hotspot.debugger.cdbg.Type sun.jvm.hotspot.debugger.cdbg.Type sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener java.lang.String sun.jvm.hotspot.debugger.cdbg.basic.BasicType sun.jvm.hotspot.debugger.cdbg.basic.BasicType
      StackMap stack: sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener sun.jvm.hotspot.debugger.cdbg.Type sun.jvm.hotspot.debugger.cdbg.basic.LazyType java.lang.StringBuilder
        21: ldc ", not volatile"
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase sun.jvm.hotspot.debugger.cdbg.Type sun.jvm.hotspot.debugger.cdbg.Type sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener java.lang.String sun.jvm.hotspot.debugger.cdbg.basic.BasicType sun.jvm.hotspot.debugger.cdbg.basic.BasicType
      StackMap stack: sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener sun.jvm.hotspot.debugger.cdbg.Type sun.jvm.hotspot.debugger.cdbg.basic.LazyType java.lang.StringBuilder java.lang.String
        22: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        23: .line 280
            ldc ") was lazy"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        24: .line 276
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        25: .line 275
            invokeinterface sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener.resolveFailed:(Lsun/jvm/hotspot/debugger/cdbg/Type;Lsun/jvm/hotspot/debugger/cdbg/basic/LazyType;Ljava/lang/String;)V
        26: .line 283
      StackMap locals:
      StackMap stack:
            aload 6 /* resolved */
            areturn
        end local 6 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType resolved
        27: .line 285
      StackMap locals:
      StackMap stack:
            aload 2 /* targetType */
            areturn
        end local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType basicTargetType
        end local 4 // java.lang.String detail
        end local 3 // sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener listener
        end local 2 // sun.jvm.hotspot.debugger.cdbg.Type targetType
        end local 1 // sun.jvm.hotspot.debugger.cdbg.Type containingType
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   28     0             this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0   28     1   containingType  Lsun/jvm/hotspot/debugger/cdbg/Type;
            0   28     2       targetType  Lsun/jvm/hotspot/debugger/cdbg/Type;
            0   28     3         listener  Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;
            0   28     4           detail  Ljava/lang/String;
            1   28     5  basicTargetType  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            7   27     6         resolved  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
    MethodParameters:
                Name  Flags
      containingType  
      targetType      
      listener        
      detail          

  public sun.jvm.hotspot.debugger.cdbg.Type resolveType(sun.jvm.hotspot.debugger.cdbg.Sym, sun.jvm.hotspot.debugger.cdbg.Type, sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener, java.lang.String);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/Sym;Lsun/jvm/hotspot/debugger/cdbg/Type;Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;Ljava/lang/String;)Lsun/jvm/hotspot/debugger/cdbg/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.Sym containingSymbol
        start local 2 // sun.jvm.hotspot.debugger.cdbg.Type targetType
        start local 3 // sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener listener
        start local 4 // java.lang.String detail
         0: .line 290
            aload 2 /* targetType */
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicType
            astore 5 /* basicTargetType */
        start local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType basicTargetType
         1: .line 291
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 5
         2: .line 292
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.state:I
            iconst_1
            if_icmpne 3
            iconst_1
            goto 4
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.basic.BasicType
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ldc "wrong state"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         5: .line 294
      StackMap locals:
      StackMap stack:
            aload 5 /* basicTargetType */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.isLazy:()Z
            ifeq 16
         6: .line 295
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lazyTypeMap:Ljava/util/Map;
            aload 2 /* targetType */
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.LazyType
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.LazyType.getKey:()Ljava/lang/Object;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicType
            astore 6 /* resolved */
        start local 6 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType resolved
         7: .line 298
            aload 6 /* resolved */
            ifnonnull 10
         8: .line 299
            aload 3 /* listener */
            aload 1 /* containingSymbol */
            aload 2 /* targetType */
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.LazyType
            aload 4 /* detail */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener.resolveFailed:(Lsun/jvm/hotspot/debugger/cdbg/Sym;Lsun/jvm/hotspot/debugger/cdbg/basic/LazyType;Ljava/lang/String;)V
         9: .line 300
            aload 2 /* targetType */
            areturn
        10: .line 302
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.basic.BasicType
      StackMap stack:
            aload 6 /* resolved */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.isLazy:()Z
            ifeq 15
        11: .line 304
            aload 6 /* resolved */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.isConst:()Z
            ifne 12
            aload 6 /* resolved */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.isVolatile:()Z
            ifeq 13
        12: .line 305
      StackMap locals:
      StackMap stack:
            aload 6 /* resolved */
            aload 0 /* this */
            aload 3 /* listener */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.resolveTypes:(Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;)Lsun/jvm/hotspot/debugger/cdbg/Type;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicType
            astore 6 /* resolved */
        13: .line 307
      StackMap locals:
      StackMap stack:
            aload 6 /* resolved */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.isLazy:()Z
            ifeq 15
        14: .line 308
            aload 3 /* listener */
            aload 1 /* containingSymbol */
            aload 2 /* targetType */
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.LazyType
            aload 4 /* detail */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener.resolveFailed:(Lsun/jvm/hotspot/debugger/cdbg/Sym;Lsun/jvm/hotspot/debugger/cdbg/basic/LazyType;Ljava/lang/String;)V
        15: .line 311
      StackMap locals:
      StackMap stack:
            aload 6 /* resolved */
            areturn
        end local 6 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType resolved
        16: .line 313
      StackMap locals:
      StackMap stack:
            aload 2 /* targetType */
            areturn
        end local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType basicTargetType
        end local 4 // java.lang.String detail
        end local 3 // sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener listener
        end local 2 // sun.jvm.hotspot.debugger.cdbg.Type targetType
        end local 1 // sun.jvm.hotspot.debugger.cdbg.Sym containingSymbol
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   17     0              this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0   17     1  containingSymbol  Lsun/jvm/hotspot/debugger/cdbg/Sym;
            0   17     2        targetType  Lsun/jvm/hotspot/debugger/cdbg/Type;
            0   17     3          listener  Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;
            0   17     4            detail  Ljava/lang/String;
            1   17     5   basicTargetType  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            7   16     6          resolved  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
    MethodParameters:
                  Name  Flags
      containingSymbol  
      targetType        
      listener          
      detail            

  public sun.jvm.hotspot.debugger.cdbg.Sym resolveSym(sun.jvm.hotspot.debugger.cdbg.Sym, sun.jvm.hotspot.debugger.cdbg.Sym, sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener, java.lang.String);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/Sym;Lsun/jvm/hotspot/debugger/cdbg/Sym;Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;Ljava/lang/String;)Lsun/jvm/hotspot/debugger/cdbg/Sym;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.Sym containingSymbol
        start local 2 // sun.jvm.hotspot.debugger.cdbg.Sym targetSym
        start local 3 // sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener listener
        start local 4 // java.lang.String detail
         0: .line 318
            aload 2 /* targetSym */
            ifnonnull 1
            aconst_null
            areturn
         1: .line 319
      StackMap locals:
      StackMap stack:
            aload 2 /* targetSym */
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicSym
            astore 5 /* basicTargetSym */
        start local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicSym basicTargetSym
         2: .line 320
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 6
         3: .line 321
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.state:I
            iconst_1
            if_icmpne 4
            iconst_1
            goto 5
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.basic.BasicSym
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ldc "wrong state"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 323
      StackMap locals:
      StackMap stack:
            aload 5 /* basicTargetSym */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicSym.isLazy:()Z
            ifeq 14
         7: .line 324
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lazySymMap:Ljava/util/Map;
            aload 2 /* targetSym */
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.LazyBlockSym
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.LazyBlockSym.getKey:()Ljava/lang/Object;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicSym
            astore 6 /* resolved */
        start local 6 // sun.jvm.hotspot.debugger.cdbg.basic.BasicSym resolved
         8: .line 327
            aload 6 /* resolved */
            ifnonnull 11
         9: .line 328
            aload 3 /* listener */
            aload 1 /* containingSymbol */
            aload 2 /* targetSym */
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.LazyBlockSym
            aload 4 /* detail */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener.resolveFailed:(Lsun/jvm/hotspot/debugger/cdbg/Sym;Lsun/jvm/hotspot/debugger/cdbg/basic/LazyBlockSym;Ljava/lang/String;)V
        10: .line 329
            aload 2 /* targetSym */
            areturn
        11: .line 331
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.basic.BasicSym
      StackMap stack:
            aload 6 /* resolved */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicSym.isLazy:()Z
            ifeq 13
        12: .line 332
            aload 3 /* listener */
            aload 1 /* containingSymbol */
            aload 2 /* targetSym */
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.LazyBlockSym
            aload 4 /* detail */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener.resolveFailed:(Lsun/jvm/hotspot/debugger/cdbg/Sym;Lsun/jvm/hotspot/debugger/cdbg/basic/LazyBlockSym;Ljava/lang/String;)V
        13: .line 334
      StackMap locals:
      StackMap stack:
            aload 6 /* resolved */
            areturn
        end local 6 // sun.jvm.hotspot.debugger.cdbg.basic.BasicSym resolved
        14: .line 336
      StackMap locals:
      StackMap stack:
            aload 2 /* targetSym */
            areturn
        end local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicSym basicTargetSym
        end local 4 // java.lang.String detail
        end local 3 // sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener listener
        end local 2 // sun.jvm.hotspot.debugger.cdbg.Sym targetSym
        end local 1 // sun.jvm.hotspot.debugger.cdbg.Sym containingSymbol
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   15     0              this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0   15     1  containingSymbol  Lsun/jvm/hotspot/debugger/cdbg/Sym;
            0   15     2         targetSym  Lsun/jvm/hotspot/debugger/cdbg/Sym;
            0   15     3          listener  Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;
            0   15     4            detail  Ljava/lang/String;
            2   15     5    basicTargetSym  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicSym;
            8   14     6          resolved  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicSym;
    MethodParameters:
                  Name  Flags
      containingSymbol  
      targetSym         
      listener          
      detail            

  private void resolveLazyMap(sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener listener
         0: .line 340
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.lazyTypeMap:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         1: goto 7
         2: .line 341
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* entry */
        start local 3 // java.util.Map$Entry entry
         3: .line 342
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicType
            astore 4 /* t */
        start local 4 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType t
         4: .line 343
            aload 4 /* t */
            aload 0 /* this */
            aload 1 /* listener */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.resolveTypes:(Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;)Lsun/jvm/hotspot/debugger/cdbg/Type;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicType
            astore 5 /* t2 */
        start local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType t2
         5: .line 344
            aload 5 /* t2 */
            aload 4 /* t */
            if_acmpeq 7
         6: .line 345
            aload 3 /* entry */
            aload 5 /* t2 */
            invokeinterface java.util.Map$Entry.setValue:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType t2
        end local 4 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType t
        end local 3 // java.util.Map$Entry entry
         7: .line 340
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 2 // java.util.Iterator iter
         8: .line 348
            return
        end local 1 // sun.jvm.hotspot.debugger.cdbg.basic.ResolveListener listener
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0    9     1  listener  Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;
            1    8     2      iter  Ljava/util/Iterator;
            3    7     3     entry  Ljava/util/Map$Entry;
            4    7     4         t  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            5    7     5        t2  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
    MethodParameters:
          Name  Flags
      listener  

  private sun.jvm.hotspot.debugger.cdbg.BlockSym searchBlocks(sun.jvm.hotspot.debugger.Address, int, int);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;II)Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
        start local 2 // int lowIdx
        start local 3 // int highIdx
         0: .line 353
            iload 3 /* highIdx */
            iload 2 /* lowIdx */
            if_icmpge 1
            aconst_null
            areturn
         1: .line 354
      StackMap locals:
      StackMap stack:
            iload 2 /* lowIdx */
            iload 3 /* highIdx */
            if_icmpeq 2
            iload 2 /* lowIdx */
            iload 3 /* highIdx */
            iconst_1
            isub
            if_icmpne 14
         2: .line 358
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* lastAddr */
        start local 4 // sun.jvm.hotspot.debugger.Address lastAddr
         3: .line 359
            aconst_null
            astore 5 /* ret */
        start local 5 // sun.jvm.hotspot.debugger.cdbg.BlockSym ret
         4: .line 360
            iload 3 /* highIdx */
            istore 6 /* i */
        start local 6 // int i
         5: goto 12
         6: .line 361
      StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.cdbg.BlockSym int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.blocks:Ljava/util/List;
            iload 6 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.BlockSym
            astore 7 /* block */
        start local 7 // sun.jvm.hotspot.debugger.cdbg.BlockSym block
         7: .line 362
            aload 7 /* block */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.BlockSym.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* addr */
            invokestatic sun.jvm.hotspot.utilities.AddressOps.lte:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 11
         8: .line 363
            aload 4 /* lastAddr */
            ifnull 9
            aload 7 /* block */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.BlockSym.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            aload 4 /* lastAddr */
            invokestatic sun.jvm.hotspot.utilities.AddressOps.equal:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 13
         9: .line 364
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.BlockSym
      StackMap stack:
            aload 7 /* block */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.BlockSym.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            astore 4 /* lastAddr */
        10: .line 365
            aload 7 /* block */
            astore 5 /* ret */
        end local 7 // sun.jvm.hotspot.debugger.cdbg.BlockSym block
        11: .line 360
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ -1
      StackMap locals:
      StackMap stack:
        12: iload 6 /* i */
            ifge 6
        end local 6 // int i
        13: .line 371
      StackMap locals:
      StackMap stack:
            aload 5 /* ret */
            areturn
        end local 5 // sun.jvm.hotspot.debugger.cdbg.BlockSym ret
        end local 4 // sun.jvm.hotspot.debugger.Address lastAddr
        14: .line 373
      StackMap locals:
      StackMap stack:
            iload 2 /* lowIdx */
            iload 3 /* highIdx */
            iadd
            iconst_1
            ishr
            istore 4 /* midIdx */
        start local 4 // int midIdx
        15: .line 374
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.blocks:Ljava/util/List;
            iload 4 /* midIdx */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.BlockSym
            astore 5 /* block */
        start local 5 // sun.jvm.hotspot.debugger.cdbg.BlockSym block
        16: .line 376
            aload 5 /* block */
            invokeinterface sun.jvm.hotspot.debugger.cdbg.BlockSym.getAddress:()Lsun/jvm/hotspot/debugger/Address;
            aload 1 /* addr */
            invokestatic sun.jvm.hotspot.utilities.AddressOps.lte:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 18
        17: .line 378
            aload 0 /* this */
            aload 1 /* addr */
            iload 4 /* midIdx */
            iload 3 /* highIdx */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.searchBlocks:(Lsun/jvm/hotspot/debugger/Address;II)Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
            areturn
        18: .line 381
      StackMap locals: int sun.jvm.hotspot.debugger.cdbg.BlockSym
      StackMap stack:
            aload 0 /* this */
            aload 1 /* addr */
            iload 2 /* lowIdx */
            iload 4 /* midIdx */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.searchBlocks:(Lsun/jvm/hotspot/debugger/Address;II)Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
            areturn
        end local 5 // sun.jvm.hotspot.debugger.cdbg.BlockSym block
        end local 4 // int midIdx
        end local 3 // int highIdx
        end local 2 // int lowIdx
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            0   19     1      addr  Lsun/jvm/hotspot/debugger/Address;
            0   19     2    lowIdx  I
            0   19     3   highIdx  I
            3   14     4  lastAddr  Lsun/jvm/hotspot/debugger/Address;
            4   14     5       ret  Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
            5   13     6         i  I
            7   11     7     block  Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
           15   19     4    midIdx  I
           16   19     5     block  Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
    MethodParameters:
         Name  Flags
      addr     
      lowIdx   
      highIdx  
}
SourceFile: "BasicCDebugInfoDataBase.java"
NestMembers:
  sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase$1
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase$1