class sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder implements sun.jvm.hotspot.debugger.win32.coff.DebugVC50SubsectionTypes, sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeLeafIndices, sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeEnums, sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolTypes, sun.jvm.hotspot.debugger.win32.coff.DebugVC50MemberAttributes, sun.jvm.hotspot.debugger.cdbg.CVAttributes, sun.jvm.hotspot.debugger.cdbg.AccessControl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.debugger.windbg.WindbgDebugger dbg;
    descriptor: Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.Address base;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.win32.coff.DebugVC50 vc50;
    descriptor: Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50;
    flags: (0x0002) ACC_PRIVATE

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

  private sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator iter;
    descriptor: Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator symIter;
    descriptor: Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.win32.coff.COFFFile file;
    descriptor: Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSegMap segMap;
    descriptor: Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSegMap;
    flags: (0x0002) ACC_PRIVATE

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

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

  private java.util.Stack blockStack;
    descriptor: Ljava/util/Stack;
    flags: (0x0002) ACC_PRIVATE

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

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

  void <init>(sun.jvm.hotspot.debugger.windbg.WindbgDebugger);
    descriptor: (Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
        start local 1 // sun.jvm.hotspot.debugger.windbg.WindbgDebugger dbg
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            aload 1 /* dbg */
            putfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.dbg:Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
         2: .line 64
            return
        end local 1 // sun.jvm.hotspot.debugger.windbg.WindbgDebugger dbg
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;
            0    3     1   dbg  Lsun/jvm/hotspot/debugger/windbg/WindbgDebugger;
    MethodParameters:
      Name  Flags
      dbg   

  sun.jvm.hotspot.debugger.cdbg.CDebugInfoDataBase buildDataBase(java.lang.String, sun.jvm.hotspot.debugger.Address);
    descriptor: (Ljava/lang/String;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/cdbg/CDebugInfoDataBase;
    flags: (0x0000) 
    Code:
      stack=10, locals=17, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
        start local 1 // java.lang.String dllName
        start local 2 // sun.jvm.hotspot.debugger.Address base
         0: .line 67
            aload 0 /* this */
            aload 2 /* base */
            putfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.base:Lsun/jvm/hotspot/debugger/Address;
         1: .line 68
            aload 0 /* this */
            invokestatic sun.jvm.hotspot.debugger.win32.coff.COFFFileParser.getParser:()Lsun/jvm/hotspot/debugger/win32/coff/COFFFileParser;
            aload 1 /* dllName */
            invokevirtual sun.jvm.hotspot.debugger.win32.coff.COFFFileParser.parse:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;
            putfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.file:Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;
         2: .line 69
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.file:Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;
            invokestatic sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getDebugVC50:(Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;)Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50;
            putfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.vc50:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50;
         3: .line 71
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.vc50:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50;
            ifnonnull 4
            aconst_null
            areturn
         4: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getSegMap:()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSegMap;
            putfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.segMap:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSegMap;
         5: .line 75
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.primIndexToTypeMap:Ljava/util/Map;
         6: .line 76
            aload 0 /* this */
            new java.util.Stack
            dup
            invokespecial java.util.Stack.<init>:()V
            putfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.blockStack:Ljava/util/Stack;
         7: .line 77
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.endsToSkip:I
         8: .line 79
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase
            dup
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.<init>:()V
            putfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.db:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
         9: .line 80
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.db:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.beginConstruction:()V
        10: .line 83
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getGlobalTypes:()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SSGlobalTypes;
            astore 3 /* types */
        start local 3 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes types
        11: .line 84
            aload 0 /* this */
            aload 3 /* types */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes.getTypeIterator:()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            putfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            goto 255
        12: .line 86
      StackMap locals: sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringLeaf:()I
            lookupswitch { // 47
                   10: 221
                   14: 223
                   15: 224
                   20: 228
                   22: 230
                  240: 246
                  241: 246
                  242: 246
                  243: 246
                  244: 246
                  245: 246
                  246: 246
                  247: 246
                  248: 246
                  249: 246
                  250: 246
                  251: 246
                  252: 246
                  253: 246
                  254: 246
                  255: 246
                  524: 245
                 4097: 13
                 4098: 21
                 4099: 32
                 4100: 35
                 4101: 35
                 4102: 98
                 4103: 153
                 4104: 188
                 4105: 202
                 4107: 222
                 4108: 225
                 4109: 226
                 4110: 227
                 4111: 229
                 4608: 231
                 4609: 232
                 4610: 233
                 4611: 234
                 4612: 235
                 4613: 236
                 4614: 243
                 4615: 244
                 4616: 244
                 4617: 244
                 4618: 244
              default: 247
          }
        13: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getModifierIndex:()I
            istore 4 /* idx */
        start local 4 // int idx
        14: .line 89
            aload 0 /* this */
            iload 4 /* idx */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            astore 5 /* target */
        start local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType target
        15: .line 90
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getModifierAttribute:()S
            istore 6 /* windowsMods */
        start local 6 // short windowsMods
        16: .line 91
            iconst_0
            istore 7 /* mods */
        start local 7 // short mods
        17: .line 92
            iload 6 /* windowsMods */
            iconst_1
            iand
            ifeq 18
            iload 7 /* mods */
            iconst_1
            ior
            i2s
            istore 7 /* mods */
        18: .line 93
      StackMap locals: sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder java.lang.String sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes int sun.jvm.hotspot.debugger.cdbg.basic.BasicType int int
      StackMap stack:
            iload 6 /* windowsMods */
            iconst_2
            iand
            ifeq 19
            iload 7 /* mods */
            iconst_2
            ior
            i2s
            istore 7 /* mods */
        19: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* target */
            iload 7 /* mods */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicType.getCVVariant:(I)Lsun/jvm/hotspot/debugger/cdbg/Type;
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.putType:(Lsun/jvm/hotspot/debugger/cdbg/Type;)V
        20: .line 95
            goto 251
        end local 7 // short mods
        end local 6 // short windowsMods
        end local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType target
        end local 4 // int idx
        21: .line 98
      StackMap locals: sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder java.lang.String sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getPointerType:()I
            istore 4 /* idx */
        start local 4 // int idx
        22: .line 99
            aload 0 /* this */
            iload 4 /* idx */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            astore 5 /* target */
        start local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType target
        23: .line 100
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getModifierAttribute:()S
            istore 6 /* windowsMods */
        start local 6 // short windowsMods
        24: .line 101
            iconst_0
            istore 7 /* mods */
        start local 7 // short mods
        25: .line 102
            iload 6 /* windowsMods */
            sipush 1024
            iand
            ifeq 26
            iload 7 /* mods */
            iconst_1
            ior
            i2s
            istore 7 /* mods */
        26: .line 103
      StackMap locals: sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder java.lang.String sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes int sun.jvm.hotspot.debugger.cdbg.basic.BasicType int int
      StackMap stack:
            iload 6 /* windowsMods */
            sipush 512
            iand
            ifeq 27
            iload 7 /* mods */
            iconst_2
            ior
            i2s
            istore 7 /* mods */
        27: .line 104
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicPointerType
            dup
            iconst_4
            aload 5 /* target */
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicPointerType.<init>:(ILsun/jvm/hotspot/debugger/cdbg/Type;)V
            astore 8 /* ptrType */
        start local 8 // sun.jvm.hotspot.debugger.cdbg.basic.BasicPointerType ptrType
        28: .line 105
            iload 7 /* mods */
            ifeq 30
        29: .line 106
            aload 8 /* ptrType */
            iload 7 /* mods */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicPointerType.getCVVariant:(I)Lsun/jvm/hotspot/debugger/cdbg/Type;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicPointerType
            astore 8 /* ptrType */
        30: .line 109
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.basic.BasicPointerType
      StackMap stack:
            aload 0 /* this */
            aload 8 /* ptrType */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.putType:(Lsun/jvm/hotspot/debugger/cdbg/Type;)V
        31: .line 110
            goto 251
        end local 8 // sun.jvm.hotspot.debugger.cdbg.basic.BasicPointerType ptrType
        end local 7 // short mods
        end local 6 // short windowsMods
        end local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType target
        end local 4 // int idx
        32: .line 113
      StackMap locals: sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder java.lang.String sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getArrayElementType:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            astore 4 /* elemType */
        start local 4 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType elemType
        33: .line 114
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicArrayType
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getArrayName:()Ljava/lang/String;
            aload 4 /* elemType */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getArrayLength:()I
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicArrayType.<init>:(Ljava/lang/String;Lsun/jvm/hotspot/debugger/cdbg/Type;I)V
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.putType:(Lsun/jvm/hotspot/debugger/cdbg/Type;)V
        34: .line 115
            goto 251
        end local 4 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType elemType
        35: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringLeaf:()I
            sipush 4100
            if_icmpne 36
            getstatic sun.jvm.hotspot.debugger.cdbg.basic.CompoundTypeKind.CLASS:Lsun/jvm/hotspot/debugger/cdbg/basic/CompoundTypeKind;
            goto 37
        36: .line 120
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.debugger.cdbg.basic.CompoundTypeKind.STRUCT:Lsun/jvm/hotspot/debugger/cdbg/basic/CompoundTypeKind;
        37: .line 119
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.debugger.cdbg.basic.CompoundTypeKind
            astore 4 /* kind */
        start local 4 // sun.jvm.hotspot.debugger.cdbg.basic.CompoundTypeKind kind
        38: .line 121
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getClassName:()Ljava/lang/String;
        39: .line 122
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getClassSize:()I
        40: .line 123
            aload 4 /* kind */
        41: .line 121
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType.<init>:(Ljava/lang/String;ILsun/jvm/hotspot/debugger/cdbg/basic/CompoundTypeKind;)V
            astore 5 /* type */
        start local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType type
        42: .line 126
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getClassProperty:()S
            sipush 128
            iand
            ifne 96
        43: .line 127
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getClassFieldListIterator:()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            astore 6 /* fieldIter */
        start local 6 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator fieldIter
        44: .line 128
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 48
        45: .line 129
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringLeaf:()I
            sipush 4611
            if_icmpne 46
            iconst_1
            goto 47
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.basic.CompoundTypeKind sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator
      StackMap stack:
        46: iconst_0
      StackMap locals:
      StackMap stack: int
        47: ldc "Expected field list"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        48: .line 131
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* advance */
        start local 7 // boolean advance
        49: .line 132
            goto 95
        50: .line 133
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 7 /* advance */
        51: .line 134
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringLeaf:()I
            lookupswitch { // 31
                  240: 88
                  241: 88
                  242: 88
                  243: 88
                  244: 88
                  245: 88
                  246: 88
                  247: 88
                  248: 88
                  249: 88
                  250: 88
                  251: 88
                  252: 88
                  253: 88
                  254: 88
                  255: 88
                 4611: 52
                 5120: 53
                 5121: 57
                 5122: 61
                 5124: 62
                 5125: 65
                 5126: 73
                 5127: 80
                 5128: 82
                 5129: 84
                 5130: 85
                 5131: 81
                 5132: 86
                 5133: 83
                 5134: 87
              default: 89
          }
        52: .line 135
      StackMap locals:
      StackMap stack:
            goto 93
        53: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getBClassAttribute:()S
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.memberAttributeToAccessControl:(S)I
            istore 8 /* accessControl */
        start local 8 // int accessControl
        54: .line 138
            aload 0 /* this */
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getBClassType:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            astore 9 /* baseType */
        start local 9 // sun.jvm.hotspot.debugger.cdbg.Type baseType
        55: .line 140
            aload 5 /* type */
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicBaseClass
            dup
            iload 8 /* accessControl */
            iconst_0
            aload 9 /* baseType */
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicBaseClass.<init>:(IZLsun/jvm/hotspot/debugger/cdbg/Type;)V
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType.addBaseClass:(Lsun/jvm/hotspot/debugger/cdbg/BaseClass;)V
        56: .line 141
            goto 93
        end local 9 // sun.jvm.hotspot.debugger.cdbg.Type baseType
        end local 8 // int accessControl
        57: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getVBClassAttribute:()S
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.memberAttributeToAccessControl:(S)I
            istore 8 /* accessControl */
        start local 8 // int accessControl
        58: .line 145
            aload 0 /* this */
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getVBClassBaseClassType:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            astore 9 /* baseType */
        start local 9 // sun.jvm.hotspot.debugger.cdbg.Type baseType
        59: .line 147
            aload 5 /* type */
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicBaseClass
            dup
            iload 8 /* accessControl */
            iconst_1
            aload 9 /* baseType */
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicBaseClass.<init>:(IZLsun/jvm/hotspot/debugger/cdbg/Type;)V
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType.addBaseClass:(Lsun/jvm/hotspot/debugger/cdbg/BaseClass;)V
        60: .line 148
            goto 93
        end local 9 // sun.jvm.hotspot.debugger.cdbg.Type baseType
        end local 8 // int accessControl
        61: .line 153
      StackMap locals:
      StackMap stack:
            goto 93
        62: .line 155
      StackMap locals:
      StackMap stack:
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getIndexIterator:()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            astore 6 /* fieldIter */
        63: .line 156
            iconst_0
            istore 7 /* advance */
        64: .line 157
            goto 93
        65: .line 160
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicField
            dup
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getMemberName:()Ljava/lang/String;
        66: .line 161
            aload 0 /* this */
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getMemberType:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
        67: .line 162
            aload 0 /* this */
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getMemberAttribute:()S
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.memberAttributeToAccessControl:(S)I
        68: .line 163
            iconst_0
        69: .line 160
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicField.<init>:(Ljava/lang/String;Lsun/jvm/hotspot/debugger/cdbg/Type;IZ)V
            astore 8 /* field */
        start local 8 // sun.jvm.hotspot.debugger.cdbg.basic.BasicField field
        70: .line 164
            aload 8 /* field */
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getMemberOffset:()I
            i2l
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicField.setOffset:(J)V
        71: .line 165
            aload 5 /* type */
            aload 8 /* field */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType.addField:(Lsun/jvm/hotspot/debugger/cdbg/Field;)V
        72: .line 166
            goto 93
        end local 8 // sun.jvm.hotspot.debugger.cdbg.basic.BasicField field
        73: .line 169
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicField
            dup
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getStaticName:()Ljava/lang/String;
        74: .line 170
            aload 0 /* this */
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getStaticType:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
        75: .line 171
            aload 0 /* this */
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getStaticAttribute:()S
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.memberAttributeToAccessControl:(S)I
        76: .line 172
            iconst_1
        77: .line 169
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicField.<init>:(Ljava/lang/String;Lsun/jvm/hotspot/debugger/cdbg/Type;IZ)V
            astore 8 /* field */
        start local 8 // sun.jvm.hotspot.debugger.cdbg.basic.BasicField field
        78: .line 175
            aload 5 /* type */
            aload 8 /* field */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType.addField:(Lsun/jvm/hotspot/debugger/cdbg/Field;)V
        79: .line 176
            goto 93
        end local 8 // sun.jvm.hotspot.debugger.cdbg.basic.BasicField field
        80: .line 179
      StackMap locals:
      StackMap stack:
            goto 93
        81: .line 180
      StackMap locals:
      StackMap stack:
            goto 93
        82: .line 182
      StackMap locals:
      StackMap stack:
            goto 93
        83: .line 183
      StackMap locals:
      StackMap stack:
            goto 93
        84: .line 188
      StackMap locals:
      StackMap stack:
            goto 93
        85: .line 189
      StackMap locals:
      StackMap stack:
            goto 93
        86: .line 190
      StackMap locals:
      StackMap stack:
            goto 93
        87: .line 191
      StackMap locals:
      StackMap stack:
            goto 93
        88: .line 195
      StackMap locals:
      StackMap stack:
            goto 93
        89: .line 196
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "WARNING: unexpected leaf index "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        90: .line 197
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringLeaf:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        91: .line 198
            ldc " in field list for type "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getTypeIndex:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        92: .line 196
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        93: .line 200
      StackMap locals:
      StackMap stack:
            iload 7 /* advance */
            ifeq 95
        94: .line 201
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringNext:()V
        95: .line 132
      StackMap locals:
      StackMap stack:
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringDone:()Z
            ifeq 50
        end local 7 // boolean advance
        end local 6 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator fieldIter
        96: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* type */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.putType:(Lsun/jvm/hotspot/debugger/cdbg/Type;)V
        97: .line 206
            goto 251
        end local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType type
        end local 4 // sun.jvm.hotspot.debugger.cdbg.basic.CompoundTypeKind kind
        98: .line 209
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getUnionName:()Ljava/lang/String;
        99: .line 210
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getUnionSize:()I
       100: .line 211
            getstatic sun.jvm.hotspot.debugger.cdbg.basic.CompoundTypeKind.UNION:Lsun/jvm/hotspot/debugger/cdbg/basic/CompoundTypeKind;
       101: .line 209
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType.<init>:(Ljava/lang/String;ILsun/jvm/hotspot/debugger/cdbg/basic/CompoundTypeKind;)V
            astore 4 /* type */
        start local 4 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType type
       102: .line 214
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getClassProperty:()S
            sipush 128
            iand
            ifne 151
       103: .line 215
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getUnionFieldListIterator:()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            astore 5 /* fieldIter */
        start local 5 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator fieldIter
       104: .line 216
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 108
       105: .line 217
            aload 5 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringLeaf:()I
            sipush 4611
            if_icmpne 106
            iconst_1
            goto 107
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator
      StackMap stack:
       106: iconst_0
      StackMap locals:
      StackMap stack: int
       107: ldc "Expected field list"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
       108: .line 219
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* advance */
        start local 6 // boolean advance
       109: .line 220
            goto 150
       110: .line 221
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 6 /* advance */
       111: .line 222
            aload 5 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringLeaf:()I
            lookupswitch { // 31
                  240: 143
                  241: 143
                  242: 143
                  243: 143
                  244: 143
                  245: 143
                  246: 143
                  247: 143
                  248: 143
                  249: 143
                  250: 143
                  251: 143
                  252: 143
                  253: 143
                  254: 143
                  255: 143
                 4611: 112
                 5120: 113
                 5121: 114
                 5122: 115
                 5124: 116
                 5125: 119
                 5126: 127
                 5127: 135
                 5128: 137
                 5129: 139
                 5130: 140
                 5131: 136
                 5132: 141
                 5133: 138
                 5134: 142
              default: 144
          }
       112: .line 223
      StackMap locals:
      StackMap stack:
            goto 148
       113: .line 224
      StackMap locals:
      StackMap stack:
            goto 148
       114: .line 225
      StackMap locals:
      StackMap stack:
            goto 148
       115: .line 226
      StackMap locals:
      StackMap stack:
            goto 148
       116: .line 228
      StackMap locals:
      StackMap stack:
            aload 5 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getIndexIterator:()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            astore 5 /* fieldIter */
       117: .line 229
            iconst_0
            istore 6 /* advance */
       118: .line 230
            goto 148
       119: .line 233
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicField
            dup
            aload 5 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getMemberName:()Ljava/lang/String;
       120: .line 234
            aload 0 /* this */
            aload 5 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getMemberType:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
       121: .line 235
            aload 0 /* this */
            aload 5 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getMemberAttribute:()S
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.memberAttributeToAccessControl:(S)I
       122: .line 236
            iconst_0
       123: .line 233
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicField.<init>:(Ljava/lang/String;Lsun/jvm/hotspot/debugger/cdbg/Type;IZ)V
            astore 7 /* field */
        start local 7 // sun.jvm.hotspot.debugger.cdbg.basic.BasicField field
       124: .line 237
            aload 7 /* field */
            aload 5 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getMemberOffset:()I
            i2l
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicField.setOffset:(J)V
       125: .line 238
            aload 4 /* type */
            aload 7 /* field */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType.addField:(Lsun/jvm/hotspot/debugger/cdbg/Field;)V
       126: .line 239
            goto 148
        end local 7 // sun.jvm.hotspot.debugger.cdbg.basic.BasicField field
       127: .line 242
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            ldc "WARNING: I didn't think unions could contain static fields..."
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
       128: .line 243
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicField
            dup
            aload 5 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getStaticName:()Ljava/lang/String;
       129: .line 244
            aload 0 /* this */
            aload 5 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getStaticType:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
       130: .line 245
            aload 0 /* this */
            aload 5 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getStaticAttribute:()S
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.memberAttributeToAccessControl:(S)I
       131: .line 246
            iconst_1
       132: .line 243
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicField.<init>:(Ljava/lang/String;Lsun/jvm/hotspot/debugger/cdbg/Type;IZ)V
            astore 7 /* field */
        start local 7 // sun.jvm.hotspot.debugger.cdbg.basic.BasicField field
       133: .line 249
            aload 4 /* type */
            aload 7 /* field */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType.addField:(Lsun/jvm/hotspot/debugger/cdbg/Field;)V
       134: .line 250
            goto 148
        end local 7 // sun.jvm.hotspot.debugger.cdbg.basic.BasicField field
       135: .line 252
      StackMap locals:
      StackMap stack:
            goto 148
       136: .line 253
      StackMap locals:
      StackMap stack:
            goto 148
       137: .line 255
      StackMap locals:
      StackMap stack:
            goto 148
       138: .line 256
      StackMap locals:
      StackMap stack:
            goto 148
       139: .line 257
      StackMap locals:
      StackMap stack:
            goto 148
       140: .line 258
      StackMap locals:
      StackMap stack:
            goto 148
       141: .line 259
      StackMap locals:
      StackMap stack:
            goto 148
       142: .line 260
      StackMap locals:
      StackMap stack:
            goto 148
       143: .line 264
      StackMap locals:
      StackMap stack:
            goto 148
       144: .line 266
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "WARNING: unexpected leaf index "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
       145: .line 267
            aload 5 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringLeaf:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
       146: .line 268
            ldc " in field list for union of type "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getTypeIndex:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       147: .line 266
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
       148: .line 270
      StackMap locals:
      StackMap stack:
            iload 6 /* advance */
            ifeq 150
       149: .line 271
            aload 5 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringNext:()V
       150: .line 220
      StackMap locals:
      StackMap stack:
            aload 5 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringDone:()Z
            ifeq 110
        end local 6 // boolean advance
        end local 5 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator fieldIter
       151: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* type */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.putType:(Lsun/jvm/hotspot/debugger/cdbg/Type;)V
       152: .line 276
            goto 251
        end local 4 // sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType type
       153: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getEnumName:()Ljava/lang/String;
            astore 4 /* name */
        start local 4 // java.lang.String name
       154: .line 280
            aconst_null
            astore 5 /* enumType */
        start local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicEnumType enumType
       155: .line 281
            aload 4 /* name */
            ifnull 156
            aload 4 /* name */
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 160
       156: .line 282
      StackMap locals: java.lang.String sun.jvm.hotspot.debugger.cdbg.basic.BasicEnumType
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.unnamedEnum:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicEnumType;
            ifnonnull 158
       157: .line 283
            aload 0 /* this */
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicEnumType
            dup
            aconst_null
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getEnumType:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicEnumType.<init>:(Ljava/lang/String;Lsun/jvm/hotspot/debugger/cdbg/Type;)V
            putfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.unnamedEnum:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicEnumType;
       158: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.unnamedEnum:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicEnumType;
            astore 5 /* enumType */
       159: .line 286
            goto 161
       160: .line 287
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicEnumType
            dup
            aload 4 /* name */
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getEnumType:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicEnumType.<init>:(Ljava/lang/String;Lsun/jvm/hotspot/debugger/cdbg/Type;)V
            astore 5 /* enumType */
       161: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getEnumFieldListIterator:()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            astore 6 /* fieldIter */
        start local 6 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator fieldIter
       162: .line 290
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 166
       163: .line 291
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringLeaf:()I
            sipush 4611
            if_icmpne 164
            iconst_1
            goto 165
      StackMap locals: sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator
      StackMap stack:
       164: iconst_0
      StackMap locals:
      StackMap stack: int
       165: ldc "Expected field list"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
       166: .line 293
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* advance */
        start local 7 // boolean advance
       167: .line 294
            goto 185
       168: .line 295
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 7 /* advance */
       169: .line 296
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringLeaf:()I
            lookupswitch { // 19
                  240: 178
                  241: 178
                  242: 178
                  243: 178
                  244: 178
                  245: 178
                  246: 178
                  247: 178
                  248: 178
                  249: 178
                  250: 178
                  251: 178
                  252: 178
                  253: 178
                  254: 178
                  255: 178
                 1027: 171
                 4611: 170
                 5124: 175
              default: 179
          }
       170: .line 297
      StackMap locals:
      StackMap stack:
            goto 183
       171: .line 299
      StackMap locals:
      StackMap stack:
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getEnumerateName:()Ljava/lang/String;
            astore 8 /* enumName */
        start local 8 // java.lang.String enumName
       172: .line 300
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getEnumerateValue:()J
            lstore 9 /* enumVal */
        start local 9 // long enumVal
       173: .line 301
            aload 5 /* enumType */
            aload 8 /* enumName */
            lload 9 /* enumVal */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicEnumType.addEnum:(Ljava/lang/String;J)V
       174: .line 302
            goto 183
        end local 9 // long enumVal
        end local 8 // java.lang.String enumName
       175: .line 305
      StackMap locals:
      StackMap stack:
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getIndexIterator:()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            astore 6 /* fieldIter */
       176: .line 306
            iconst_0
            istore 7 /* advance */
       177: .line 307
            goto 183
       178: .line 313
      StackMap locals:
      StackMap stack:
            goto 183
       179: .line 315
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "WARNING: unexpected leaf index "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
       180: .line 316
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringLeaf:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
       181: .line 317
            ldc " in field list for enum of type "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getTypeIndex:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       182: .line 315
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
       183: .line 320
      StackMap locals:
      StackMap stack:
            iload 7 /* advance */
            ifeq 185
       184: .line 321
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringNext:()V
       185: .line 294
      StackMap locals:
      StackMap stack:
            aload 6 /* fieldIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringDone:()Z
            ifeq 168
       186: .line 325
            aload 0 /* this */
            aload 5 /* enumType */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.putType:(Lsun/jvm/hotspot/debugger/cdbg/Type;)V
       187: .line 326
            goto 251
        end local 7 // boolean advance
        end local 6 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator fieldIter
        end local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicEnumType enumType
        end local 4 // java.lang.String name
       188: .line 329
      StackMap locals: sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder java.lang.String sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getProcedureReturnType:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            astore 4 /* retType */
        start local 4 // sun.jvm.hotspot.debugger.cdbg.Type retType
       189: .line 330
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionType
            dup
            aconst_null
            iconst_4
            aload 4 /* retType */
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionType.<init>:(Ljava/lang/String;ILsun/jvm/hotspot/debugger/cdbg/Type;)V
            astore 5 /* func */
        start local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionType func
       190: .line 331
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getProcedureArgumentListIterator:()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            astore 6 /* argIter */
        start local 6 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator argIter
       191: .line 332
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 195
       192: .line 333
            aload 6 /* argIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringLeaf:()I
            sipush 4609
            if_icmpne 193
            iconst_1
            goto 194
      StackMap locals: sun.jvm.hotspot.debugger.cdbg.Type sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionType sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator
      StackMap stack:
       193: iconst_0
      StackMap locals:
      StackMap stack: int
       194: ldc "Expected argument list"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
       195: .line 335
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* i */
        start local 7 // int i
       196: goto 199
       197: .line 336
      StackMap locals: int
      StackMap stack:
            aload 5 /* func */
            aload 0 /* this */
            aload 6 /* argIter */
            iload 7 /* i */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getArgListType:(I)I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionType.addArgumentType:(Lsun/jvm/hotspot/debugger/cdbg/Type;)V
       198: .line 335
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
       199: iload 7 /* i */
            aload 6 /* argIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getArgListCount:()I
            if_icmplt 197
        end local 7 // int i
       200: .line 338
            aload 0 /* this */
            aload 5 /* func */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.putType:(Lsun/jvm/hotspot/debugger/cdbg/Type;)V
       201: .line 339
            goto 251
        end local 6 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator argIter
        end local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionType func
        end local 4 // sun.jvm.hotspot.debugger.cdbg.Type retType
       202: .line 342
      StackMap locals: sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder java.lang.String sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getMFunctionReturnType:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            astore 4 /* retType */
        start local 4 // sun.jvm.hotspot.debugger.cdbg.Type retType
       203: .line 343
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getMFunctionContainingClass:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            astore 5 /* container */
        start local 5 // sun.jvm.hotspot.debugger.cdbg.Type container
       204: .line 344
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getMFunctionThis:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            astore 6 /* thisType */
        start local 6 // sun.jvm.hotspot.debugger.cdbg.Type thisType
       205: .line 345
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getMFunctionThisAdjust:()I
            i2l
            lstore 7 /* thisAdjust */
        start local 7 // long thisAdjust
       206: .line 346
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicMemberFunctionType
            dup
            aconst_null
       207: .line 347
            iconst_4
       208: .line 348
            aload 4 /* retType */
       209: .line 349
            aload 5 /* container */
       210: .line 350
            aload 6 /* thisType */
       211: .line 351
            lload 7 /* thisAdjust */
       212: .line 346
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicMemberFunctionType.<init>:(Ljava/lang/String;ILsun/jvm/hotspot/debugger/cdbg/Type;Lsun/jvm/hotspot/debugger/cdbg/Type;Lsun/jvm/hotspot/debugger/cdbg/Type;J)V
            astore 9 /* func */
        start local 9 // sun.jvm.hotspot.debugger.cdbg.basic.BasicMemberFunctionType func
       213: .line 352
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getMFunctionArgumentListIterator:()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            astore 10 /* argIter */
        start local 10 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator argIter
       214: .line 353
            iconst_0
            istore 11 /* i */
        start local 11 // int i
       215: goto 218
       216: .line 354
      StackMap locals: sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder java.lang.String sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes sun.jvm.hotspot.debugger.cdbg.Type sun.jvm.hotspot.debugger.cdbg.Type sun.jvm.hotspot.debugger.cdbg.Type long sun.jvm.hotspot.debugger.cdbg.basic.BasicMemberFunctionType sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator int
      StackMap stack:
            aload 9 /* func */
            aload 0 /* this */
            aload 10 /* argIter */
            iload 11 /* i */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getArgListType:(I)I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicMemberFunctionType.addArgumentType:(Lsun/jvm/hotspot/debugger/cdbg/Type;)V
       217: .line 353
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
       218: iload 11 /* i */
            aload 10 /* argIter */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getArgListCount:()I
            if_icmplt 216
        end local 11 // int i
       219: .line 356
            aload 0 /* this */
            aload 9 /* func */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.putType:(Lsun/jvm/hotspot/debugger/cdbg/Type;)V
       220: .line 357
            goto 251
        end local 10 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator argIter
        end local 9 // sun.jvm.hotspot.debugger.cdbg.basic.BasicMemberFunctionType func
        end local 7 // long thisAdjust
        end local 6 // sun.jvm.hotspot.debugger.cdbg.Type thisType
        end local 5 // sun.jvm.hotspot.debugger.cdbg.Type container
        end local 4 // sun.jvm.hotspot.debugger.cdbg.Type retType
       221: .line 360
      StackMap locals: sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder java.lang.String sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes
      StackMap stack:
            goto 251
       222: .line 361
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            ldc "FIXME: don't know what to do with LF_BARRAY leaves (convert to pointers?"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
            goto 251
       223: .line 362
      StackMap locals:
      StackMap stack:
            goto 251
       224: .line 363
      StackMap locals:
      StackMap stack:
            goto 251
       225: .line 364
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            ldc "FIXME: don't know what to do with LF_DIMARRAY leaves yet"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
            goto 251
       226: .line 365
      StackMap locals:
      StackMap stack:
            goto 251
       227: .line 366
      StackMap locals:
      StackMap stack:
            goto 251
       228: .line 367
      StackMap locals:
      StackMap stack:
            goto 251
       229: .line 368
      StackMap locals:
      StackMap stack:
            goto 251
       230: .line 369
      StackMap locals:
      StackMap stack:
            goto 251
       231: .line 373
      StackMap locals:
      StackMap stack:
            goto 251
       232: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.skipTypeRecord:()V
            goto 251
       233: .line 375
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            ldc "FIXME: handle default arguments (dereference the type)"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
            goto 251
       234: .line 376
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.skipTypeRecord:()V
            goto 251
       235: .line 377
      StackMap locals:
      StackMap stack:
            goto 251
       236: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getBitfieldFieldType:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            astore 4 /* underlyingType */
        start local 4 // sun.jvm.hotspot.debugger.cdbg.Type underlyingType
       237: .line 380
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicBitType
            dup
            aload 4 /* underlyingType */
       238: .line 381
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getBitfieldLength:()B
            sipush 255
            iand
       239: .line 382
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getBitfieldPosition:()B
            sipush 255
            iand
       240: .line 380
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicBitType.<init>:(Lsun/jvm/hotspot/debugger/cdbg/Type;II)V
            astore 5 /* bit */
        start local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicBitType bit
       241: .line 383
            aload 0 /* this */
            aload 5 /* bit */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.putType:(Lsun/jvm/hotspot/debugger/cdbg/Type;)V
       242: .line 384
            goto 251
        end local 5 // sun.jvm.hotspot.debugger.cdbg.basic.BasicBitType bit
        end local 4 // sun.jvm.hotspot.debugger.cdbg.Type underlyingType
       243: .line 386
      StackMap locals:
      StackMap stack:
            goto 251
       244: .line 390
      StackMap locals:
      StackMap stack:
            goto 251
       245: .line 391
      StackMap locals:
      StackMap stack:
            goto 251
       246: .line 396
      StackMap locals:
      StackMap stack:
            goto 251
       247: .line 399
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Unexpected leaf index "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
       248: .line 400
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringLeaf:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " at offset 0x"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
       249: .line 401
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringOffset:()I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       250: .line 399
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
       251: .line 407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringDone:()Z
            ifne 253
       252: .line 408
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringNext:()V
       253: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringDone:()Z
            ifeq 12
       254: .line 84
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.next:()V
      StackMap locals:
      StackMap stack:
       255: aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.done:()Z
            ifeq 253
       256: .line 419
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.vc50:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50.getSubsectionDirectory:()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SubsectionDirectory;
            astore 4 /* dir */
        start local 4 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50SubsectionDirectory dir
       257: .line 421
            iconst_0
            istore 5 /* i */
        start local 5 // int i
       258: goto 352
       259: .line 422
      StackMap locals: sun.jvm.hotspot.debugger.win32.coff.DebugVC50SubsectionDirectory int
      StackMap stack:
            aload 4 /* dir */
            iload 5 /* i */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SubsectionDirectory.getSubsection:(I)Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50Subsection;
            astore 6 /* ss */
        start local 6 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50Subsection ss
       260: .line 423
            aload 6 /* ss */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50Subsection.getSubsectionType:()S
            istore 7 /* ssType */
        start local 7 // int ssType
       261: .line 424
            iconst_0
            istore 8 /* process */
        start local 8 // boolean process
       262: .line 426
            iload 7 /* ssType */
            sipush 297
            if_icmpeq 265
       263: .line 427
            iload 7 /* ssType */
            sipush 298
            if_icmpeq 265
       264: .line 428
            iload 7 /* ssType */
            sipush 308
            if_icmpne 268
       265: .line 429
      StackMap locals: sun.jvm.hotspot.debugger.win32.coff.DebugVC50Subsection int int
      StackMap stack:
            aload 6 /* ss */
            checkcast sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSymbolBase
            astore 9 /* syms */
        start local 9 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSymbolBase syms
       266: .line 430
            aload 0 /* this */
            aload 9 /* syms */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSymbolBase.getSymbolIterator:()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            putfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
       267: .line 431
            iconst_1
            istore 8 /* process */
        end local 9 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSymbolBase syms
       268: .line 434
      StackMap locals:
      StackMap stack:
            iload 7 /* ssType */
            sipush 293
            if_icmpne 272
       269: .line 435
            aload 6 /* ss */
            checkcast sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSAlignSym
            astore 9 /* syms */
        start local 9 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSAlignSym syms
       270: .line 436
            aload 0 /* this */
            aload 9 /* syms */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSAlignSym.getSymbolIterator:()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            putfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
       271: .line 437
            iconst_1
            istore 8 /* process */
        end local 9 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSAlignSym syms
       272: .line 440
      StackMap locals:
      StackMap stack:
            iload 8 /* process */
            ifeq 351
       273: .line 441
            goto 350
       274: .line 442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getType:()I
            lookupswitch { // 34
                    1: 275
                    5: 276
                    6: 277
                    7: 285
                    8: 286
                    9: 287
                   10: 288
                   11: 289
                   12: 290
                   13: 291
                   14: 292
                  518: 325
                  519: 327
                  520: 334
                  521: 335
                  522: 336
                 1024: 341
                 1025: 342
                 1026: 343
                 4097: 293
                 4098: 294
                 4099: 295
                 4100: 296
                 4101: 297
                 4102: 298
                 4103: 304
                 4104: 304
                 4105: 314
                 4106: 315
                 4107: 315
                 4108: 337
                 4109: 338
                 4110: 339
                 4111: 340
              default: 344
          }
       275: .line 443
      StackMap locals:
      StackMap stack:
            goto 349
       276: .line 444
      StackMap locals:
      StackMap stack:
            goto 349
       277: .line 449
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.endsToSkip:I
            ifne 280
       278: .line 450
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.blockStack:Ljava/util/Stack;
            invokevirtual java.util.Stack.pop:()Ljava/lang/Object;
            pop
       279: .line 451
            goto 349
       280: .line 452
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.endsToSkip:I
            iconst_1
            isub
            putfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.endsToSkip:I
       281: .line 454
            goto 349
      StackMap locals:
      StackMap stack: java.util.EmptyStackException
       282: pop
       283: .line 455
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            ldc "WARNING: mismatched block begins/ends in debug information"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
       284: .line 457
            goto 349
       285: .line 459
      StackMap locals:
      StackMap stack:
            goto 349
       286: .line 460
      StackMap locals:
      StackMap stack:
            goto 349
       287: .line 461
      StackMap locals:
      StackMap stack:
            goto 349
       288: .line 462
      StackMap locals:
      StackMap stack:
            goto 349
       289: .line 463
      StackMap locals:
      StackMap stack:
            goto 349
       290: .line 464
      StackMap locals:
      StackMap stack:
            goto 349
       291: .line 465
      StackMap locals:
      StackMap stack:
            goto 349
       292: .line 466
      StackMap locals:
      StackMap stack:
            goto 349
       293: .line 467
      StackMap locals:
      StackMap stack:
            goto 349
       294: .line 468
      StackMap locals:
      StackMap stack:
            goto 349
       295: .line 469
      StackMap locals:
      StackMap stack:
            goto 349
       296: .line 472
      StackMap locals:
      StackMap stack:
            goto 349
       297: .line 473
      StackMap locals:
      StackMap stack:
            goto 349
       298: .line 475
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getBPRelName:()Ljava/lang/String;
       299: .line 476
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getBPRelType:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
       300: .line 477
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getBPRelOffset:()I
            i2l
       301: .line 475
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym.<init>:(Ljava/lang/String;Lsun/jvm/hotspot/debugger/cdbg/Type;J)V
            astore 9 /* sym */
        start local 9 // sun.jvm.hotspot.debugger.cdbg.LocalSym sym
       302: .line 478
            aload 0 /* this */
            aload 9 /* sym */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.addLocalToCurBlock:(Lsun/jvm/hotspot/debugger/cdbg/LocalSym;)V
       303: .line 479
            goto 349
        end local 9 // sun.jvm.hotspot.debugger.cdbg.LocalSym sym
       304: .line 485
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getType:()I
            sipush 4103
            if_icmpne 305
            iconst_1
            goto 306
      StackMap locals:
      StackMap stack:
       305: iconst_0
      StackMap locals:
      StackMap stack: int
       306: istore 9 /* isModuleLocal */
        start local 9 // boolean isModuleLocal
       307: .line 487
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicGlobalSym
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getLGDataName:()Ljava/lang/String;
       308: .line 488
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getLGDataType:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
       309: .line 489
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getLGDataOffset:()I
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getLGDataSegment:()S
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.newAddress:(IS)Lsun/jvm/hotspot/debugger/Address;
       310: .line 490
            iload 9 /* isModuleLocal */
       311: .line 487
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicGlobalSym.<init>:(Ljava/lang/String;Lsun/jvm/hotspot/debugger/cdbg/Type;Lsun/jvm/hotspot/debugger/Address;Z)V
            astore 10 /* sym */
        start local 10 // sun.jvm.hotspot.debugger.cdbg.GlobalSym sym
       312: .line 492
            aload 0 /* this */
            aload 10 /* sym */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.addGlobalSym:(Lsun/jvm/hotspot/debugger/cdbg/GlobalSym;)V
       313: .line 493
            goto 349
        end local 10 // sun.jvm.hotspot.debugger.cdbg.GlobalSym sym
        end local 9 // boolean isModuleLocal
       314: .line 495
      StackMap locals:
      StackMap stack:
            goto 349
       315: .line 499
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getLGProcParentOffset:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.newLazyBlockSym:(I)Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
       316: .line 500
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getLGProcLength:()I
            i2l
       317: .line 501
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getLGProcOffset:()I
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getLGProcSegment:()S
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.newAddress:(IS)Lsun/jvm/hotspot/debugger/Address;
       318: .line 502
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getLGProcName:()Ljava/lang/String;
       319: .line 503
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getLGProcType:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
       320: .line 504
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getType:()I
            sipush 4106
            if_icmpne 321
            iconst_1
            goto 322
      StackMap locals: sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder java.lang.String sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes sun.jvm.hotspot.debugger.win32.coff.DebugVC50SubsectionDirectory int sun.jvm.hotspot.debugger.win32.coff.DebugVC50Subsection int int
      StackMap stack: new 315 new 315 sun.jvm.hotspot.debugger.cdbg.BlockSym long sun.jvm.hotspot.debugger.Address java.lang.String sun.jvm.hotspot.debugger.cdbg.basic.BasicType
       321: iconst_0
       322: .line 499
      StackMap locals: sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder java.lang.String sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes sun.jvm.hotspot.debugger.win32.coff.DebugVC50SubsectionDirectory int sun.jvm.hotspot.debugger.win32.coff.DebugVC50Subsection int int
      StackMap stack: new 315 new 315 sun.jvm.hotspot.debugger.cdbg.BlockSym long sun.jvm.hotspot.debugger.Address java.lang.String sun.jvm.hotspot.debugger.cdbg.basic.BasicType int
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym.<init>:(Lsun/jvm/hotspot/debugger/cdbg/BlockSym;JLsun/jvm/hotspot/debugger/Address;Ljava/lang/String;Lsun/jvm/hotspot/debugger/cdbg/Type;Z)V
            astore 9 /* sym */
        start local 9 // sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym sym
       323: .line 509
            aload 0 /* this */
            aload 9 /* sym */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.addBlock:(Lsun/jvm/hotspot/debugger/cdbg/BlockSym;)V
       324: .line 510
            goto 349
        end local 9 // sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym sym
       325: .line 514
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.skipEnd:()V
       326: .line 515
            goto 349
       327: .line 518
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicBlockSym
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getBlockParentOffset:()I
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.newLazyBlockSym:(I)Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
       328: .line 519
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getBlockLength:()I
            i2l
       329: .line 520
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getBlockOffset:()I
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getBlockSegment:()S
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.newAddress:(IS)Lsun/jvm/hotspot/debugger/Address;
       330: .line 521
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getBlockName:()Ljava/lang/String;
       331: .line 518
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicBlockSym.<init>:(Lsun/jvm/hotspot/debugger/cdbg/BlockSym;JLsun/jvm/hotspot/debugger/Address;Ljava/lang/String;)V
            astore 9 /* sym */
        start local 9 // sun.jvm.hotspot.debugger.cdbg.basic.BasicBlockSym sym
       332: .line 522
            aload 0 /* this */
            aload 9 /* sym */
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.addBlock:(Lsun/jvm/hotspot/debugger/cdbg/BlockSym;)V
       333: .line 523
            goto 349
        end local 9 // sun.jvm.hotspot.debugger.cdbg.basic.BasicBlockSym sym
       334: .line 525
      StackMap locals:
      StackMap stack:
            goto 349
       335: .line 526
      StackMap locals:
      StackMap stack:
            goto 349
       336: .line 527
      StackMap locals:
      StackMap stack:
            goto 349
       337: .line 528
      StackMap locals:
      StackMap stack:
            goto 349
       338: .line 530
      StackMap locals:
      StackMap stack:
            goto 349
       339: .line 531
      StackMap locals:
      StackMap stack:
            goto 349
       340: .line 532
      StackMap locals:
      StackMap stack:
            goto 349
       341: .line 533
      StackMap locals:
      StackMap stack:
            goto 349
       342: .line 534
      StackMap locals:
      StackMap stack:
            goto 349
       343: .line 535
      StackMap locals:
      StackMap stack:
            goto 349
       344: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getType:()I
            ifeq 349
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getType:()I
            sipush 4115
            if_icmpeq 349
       345: .line 543
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "  NOTE: Unexpected symbol of type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
       346: .line 544
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getType:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " at offset 0x"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
       347: .line 545
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getOffset:()I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
       348: .line 543
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
       349: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.next:()V
      StackMap locals:
      StackMap stack:
       350: aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.done:()Z
            ifeq 274
        end local 8 // boolean process
        end local 7 // int ssType
        end local 6 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50Subsection ss
       351: .line 421
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
       352: iload 5 /* i */
            aload 4 /* dir */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SubsectionDirectory.getNumEntries:()I
            if_icmplt 259
        end local 5 // int i
       353: .line 554
            iconst_0
            istore 5 /* i */
        start local 5 // int i
       354: goto 378
       355: .line 555
      StackMap locals:
      StackMap stack:
            aload 4 /* dir */
            iload 5 /* i */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SubsectionDirectory.getSubsection:(I)Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50Subsection;
            astore 6 /* ss */
        start local 6 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50Subsection ss
       356: .line 556
            aload 6 /* ss */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50Subsection.getSubsectionType:()S
            sipush 295
            if_icmpne 377
       357: .line 557
            aload 6 /* ss */
            checkcast sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSrcModule
            astore 7 /* srcMod */
        start local 7 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSrcModule srcMod
       358: .line 558
            iconst_0
            istore 8 /* sf */
        start local 8 // int sf
       359: goto 376
       360: .line 559
      StackMap locals: sun.jvm.hotspot.debugger.win32.coff.DebugVC50Subsection sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSrcModule int
      StackMap stack:
            aload 7 /* srcMod */
            iload 8 /* sf */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSrcModule.getSourceFileDesc:(I)Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SrcModFileDesc;
            astore 9 /* desc */
        start local 9 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50SrcModFileDesc desc
       361: .line 561
            aload 9 /* desc */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SrcModFileDesc.getSourceFileName:()Ljava/lang/String;
            invokevirtual java.lang.String.intern:()Ljava/lang/String;
            astore 10 /* name */
        start local 10 // java.lang.String name
       362: .line 562
            iconst_0
            istore 11 /* cs */
        start local 11 // int cs
       363: goto 374
       364: .line 563
      StackMap locals: sun.jvm.hotspot.debugger.win32.coff.DebugVC50SrcModFileDesc java.lang.String int
      StackMap stack:
            aload 9 /* desc */
            iload 11 /* cs */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SrcModFileDesc.getLineNumberMap:(I)Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SrcModLineNumberMap;
            astore 12 /* map */
        start local 12 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50SrcModLineNumberMap map
       365: .line 564
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.file:Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.COFFFile.getHeader:()Lsun/jvm/hotspot/debugger/win32/coff/COFFHeader;
            aload 12 /* map */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SrcModLineNumberMap.getSegment:()I
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.COFFHeader.getSectionHeader:(I)Lsun/jvm/hotspot/debugger/win32/coff/SectionHeader;
            astore 13 /* seg */
        start local 13 // sun.jvm.hotspot.debugger.win32.coff.SectionHeader seg
       366: .line 565
            iconst_0
            istore 14 /* lp */
        start local 14 // int lp
       367: goto 372
       368: .line 566
      StackMap locals: sun.jvm.hotspot.debugger.win32.coff.DebugVC50SrcModLineNumberMap sun.jvm.hotspot.debugger.win32.coff.SectionHeader int
      StackMap stack:
            aload 2 /* base */
            aload 13 /* seg */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.SectionHeader.getVirtualAddress:()I
            aload 12 /* map */
            iload 14 /* lp */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SrcModLineNumberMap.getCodeOffset:(I)I
            iadd
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 15 /* startPC */
        start local 15 // sun.jvm.hotspot.debugger.Address startPC
       369: .line 568
            aload 2 /* base */
            aload 13 /* seg */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.SectionHeader.getSize:()I
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 16 /* endPC */
        start local 16 // sun.jvm.hotspot.debugger.Address endPC
       370: .line 569
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.db:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo
            dup
            aload 10 /* name */
            aload 12 /* map */
            iload 14 /* lp */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SrcModLineNumberMap.getLineNumber:(I)I
            aload 15 /* startPC */
            aload 16 /* endPC */
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo.<init>:(Ljava/lang/String;ILsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.addLineNumberInfo:(Lsun/jvm/hotspot/debugger/cdbg/basic/BasicLineNumberInfo;)V
        end local 16 // sun.jvm.hotspot.debugger.Address endPC
        end local 15 // sun.jvm.hotspot.debugger.Address startPC
       371: .line 565
            iinc 14 /* lp */ 1
      StackMap locals:
      StackMap stack:
       372: iload 14 /* lp */
            aload 12 /* map */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SrcModLineNumberMap.getNumSourceLinePairs:()I
            if_icmplt 368
        end local 14 // int lp
        end local 13 // sun.jvm.hotspot.debugger.win32.coff.SectionHeader seg
        end local 12 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50SrcModLineNumberMap map
       373: .line 562
            iinc 11 /* cs */ 1
      StackMap locals:
      StackMap stack:
       374: iload 11 /* cs */
            aload 9 /* desc */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SrcModFileDesc.getNumCodeSegments:()I
            if_icmplt 364
        end local 11 // int cs
        end local 10 // java.lang.String name
        end local 9 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50SrcModFileDesc desc
       375: .line 558
            iinc 8 /* sf */ 1
      StackMap locals:
      StackMap stack:
       376: iload 8 /* sf */
            aload 7 /* srcMod */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSrcModule.getNumSourceFiles:()I
            if_icmplt 360
        end local 8 // int sf
        end local 7 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSrcModule srcMod
        end local 6 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50Subsection ss
       377: .line 554
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
       378: iload 5 /* i */
            aload 4 /* dir */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SubsectionDirectory.getNumEntries:()I
            if_icmplt 355
        end local 5 // int i
       379: .line 577
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.db:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            new sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder$1
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder$1.<init>:(Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;)V
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.resolve:(Lsun/jvm/hotspot/debugger/cdbg/basic/ResolveListener;)V
       380: .line 605
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.db:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.endConstruction:()V
       381: .line 607
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.db:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            areturn
        end local 4 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50SubsectionDirectory dir
        end local 3 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes types
        end local 2 // sun.jvm.hotspot.debugger.Address base
        end local 1 // java.lang.String dllName
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0  382     0            this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;
            0  382     1         dllName  Ljava/lang/String;
            0  382     2            base  Lsun/jvm/hotspot/debugger/Address;
           11  382     3           types  Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SSGlobalTypes;
           14   21     4             idx  I
           15   21     5          target  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
           16   21     6     windowsMods  S
           17   21     7            mods  S
           22   32     4             idx  I
           23   32     5          target  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
           24   32     6     windowsMods  S
           25   32     7            mods  S
           28   32     8         ptrType  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicPointerType;
           33   35     4        elemType  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
           38   98     4            kind  Lsun/jvm/hotspot/debugger/cdbg/basic/CompoundTypeKind;
           42   98     5            type  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCompoundType;
           44   96     6       fieldIter  Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
           49   96     7         advance  Z
           54   57     8   accessControl  I
           55   57     9        baseType  Lsun/jvm/hotspot/debugger/cdbg/Type;
           58   61     8   accessControl  I
           59   61     9        baseType  Lsun/jvm/hotspot/debugger/cdbg/Type;
           70   73     8           field  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicField;
           78   80     8           field  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicField;
          102  153     4            type  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCompoundType;
          104  151     5       fieldIter  Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
          109  151     6         advance  Z
          124  127     7           field  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicField;
          133  135     7           field  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicField;
          154  188     4            name  Ljava/lang/String;
          155  188     5        enumType  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicEnumType;
          162  188     6       fieldIter  Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
          167  188     7         advance  Z
          172  175     8        enumName  Ljava/lang/String;
          173  175     9         enumVal  J
          189  202     4         retType  Lsun/jvm/hotspot/debugger/cdbg/Type;
          190  202     5            func  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionType;
          191  202     6         argIter  Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
          196  200     7               i  I
          203  221     4         retType  Lsun/jvm/hotspot/debugger/cdbg/Type;
          204  221     5       container  Lsun/jvm/hotspot/debugger/cdbg/Type;
          205  221     6        thisType  Lsun/jvm/hotspot/debugger/cdbg/Type;
          206  221     7      thisAdjust  J
          213  221     9            func  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicMemberFunctionType;
          214  221    10         argIter  Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
          215  219    11               i  I
          237  243     4  underlyingType  Lsun/jvm/hotspot/debugger/cdbg/Type;
          241  243     5             bit  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicBitType;
          257  382     4             dir  Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SubsectionDirectory;
          258  353     5               i  I
          260  351     6              ss  Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50Subsection;
          261  351     7          ssType  I
          262  351     8         process  Z
          266  268     9            syms  Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSymbolBase;
          270  272     9            syms  Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SSAlignSym;
          302  304     9             sym  Lsun/jvm/hotspot/debugger/cdbg/LocalSym;
          307  314     9   isModuleLocal  Z
          312  314    10             sym  Lsun/jvm/hotspot/debugger/cdbg/GlobalSym;
          323  325     9             sym  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicFunctionSym;
          332  334     9             sym  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicBlockSym;
          354  379     5               i  I
          356  377     6              ss  Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50Subsection;
          358  377     7          srcMod  Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSrcModule;
          359  377     8              sf  I
          361  375     9            desc  Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SrcModFileDesc;
          362  375    10            name  Ljava/lang/String;
          363  375    11              cs  I
          365  373    12             map  Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SrcModLineNumberMap;
          366  373    13             seg  Lsun/jvm/hotspot/debugger/win32/coff/SectionHeader;
          367  373    14              lp  I
          369  371    15         startPC  Lsun/jvm/hotspot/debugger/Address;
          370  371    16           endPC  Lsun/jvm/hotspot/debugger/Address;
      Exception table:
        from    to  target  type
         277   281     282  Class java.util.EmptyStackException
    MethodParameters:
         Name  Flags
      dllName  
      base     

  private static sun.jvm.hotspot.debugger.win32.coff.DebugVC50 getDebugVC50(sun.jvm.hotspot.debugger.win32.coff.COFFFile);
    descriptor: (Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;)Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=7, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.win32.coff.COFFFile file
         0: .line 616
            aload 0 /* file */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.COFFFile.getHeader:()Lsun/jvm/hotspot/debugger/win32/coff/COFFHeader;
            astore 1 /* header */
        start local 1 // sun.jvm.hotspot.debugger.win32.coff.COFFHeader header
         1: .line 617
            aload 1 /* header */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.COFFHeader.getOptionalHeader:()Lsun/jvm/hotspot/debugger/win32/coff/OptionalHeader;
            astore 2 /* opt */
        start local 2 // sun.jvm.hotspot.debugger.win32.coff.OptionalHeader opt
         2: .line 618
            aload 2 /* opt */
            ifnonnull 4
         3: .line 620
            aconst_null
            areturn
         4: .line 622
      StackMap locals: sun.jvm.hotspot.debugger.win32.coff.COFFHeader sun.jvm.hotspot.debugger.win32.coff.OptionalHeader
      StackMap stack:
            aload 2 /* opt */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.OptionalHeader.getDataDirectories:()Lsun/jvm/hotspot/debugger/win32/coff/OptionalHeaderDataDirectories;
            astore 3 /* dd */
        start local 3 // sun.jvm.hotspot.debugger.win32.coff.OptionalHeaderDataDirectories dd
         5: .line 623
            aload 3 /* dd */
            ifnonnull 7
         6: .line 625
            aconst_null
            areturn
         7: .line 627
      StackMap locals: sun.jvm.hotspot.debugger.win32.coff.OptionalHeaderDataDirectories
      StackMap stack:
            aload 3 /* dd */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.OptionalHeaderDataDirectories.getDebugDirectory:()Lsun/jvm/hotspot/debugger/win32/coff/DebugDirectory;
            astore 4 /* debug */
        start local 4 // sun.jvm.hotspot.debugger.win32.coff.DebugDirectory debug
         8: .line 628
            aload 4 /* debug */
            ifnonnull 10
         9: .line 630
            aconst_null
            areturn
        10: .line 632
      StackMap locals: sun.jvm.hotspot.debugger.win32.coff.DebugDirectory
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        11: goto 16
        12: .line 633
      StackMap locals: int
      StackMap stack:
            aload 4 /* debug */
            iload 5 /* i */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugDirectory.getEntry:(I)Lsun/jvm/hotspot/debugger/win32/coff/DebugDirectoryEntry;
            astore 6 /* entry */
        start local 6 // sun.jvm.hotspot.debugger.win32.coff.DebugDirectoryEntry entry
        13: .line 634
            aload 6 /* entry */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugDirectoryEntry.getType:()I
            iconst_2
            if_icmpne 15
        14: .line 635
            aload 6 /* entry */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugDirectoryEntry.getDebugVC50:()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50;
            areturn
        end local 6 // sun.jvm.hotspot.debugger.win32.coff.DebugDirectoryEntry entry
        15: .line 632
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 5 /* i */
            aload 4 /* debug */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugDirectory.getNumEntries:()I
            if_icmplt 12
        end local 5 // int i
        17: .line 640
            aconst_null
            areturn
        end local 4 // sun.jvm.hotspot.debugger.win32.coff.DebugDirectory debug
        end local 3 // sun.jvm.hotspot.debugger.win32.coff.OptionalHeaderDataDirectories dd
        end local 2 // sun.jvm.hotspot.debugger.win32.coff.OptionalHeader opt
        end local 1 // sun.jvm.hotspot.debugger.win32.coff.COFFHeader header
        end local 0 // sun.jvm.hotspot.debugger.win32.coff.COFFFile file
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    file  Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;
            1   18     1  header  Lsun/jvm/hotspot/debugger/win32/coff/COFFHeader;
            2   18     2     opt  Lsun/jvm/hotspot/debugger/win32/coff/OptionalHeader;
            5   18     3      dd  Lsun/jvm/hotspot/debugger/win32/coff/OptionalHeaderDataDirectories;
            8   18     4   debug  Lsun/jvm/hotspot/debugger/win32/coff/DebugDirectory;
           11   17     5       i  I
           13   15     6   entry  Lsun/jvm/hotspot/debugger/win32/coff/DebugDirectoryEntry;
    MethodParameters:
      Name  Flags
      file  

  private sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSegMap getSegMap();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SSSegMap;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
         0: .line 644
            aload 0 /* this */
            sipush 301
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.findSubsection:(S)Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50Subsection;
            checkcast sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSSegMap
            areturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;

  private sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes getGlobalTypes();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SSGlobalTypes;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
         0: .line 648
            aload 0 /* this */
            sipush 299
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.findSubsection:(S)Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50Subsection;
            checkcast sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalTypes
            areturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;

  private sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalSym getGlobalSymbols();
    descriptor: ()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SSGlobalSym;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
         0: .line 652
            aload 0 /* this */
            sipush 297
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.findSubsection:(S)Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50Subsection;
            checkcast sun.jvm.hotspot.debugger.win32.coff.DebugVC50SSGlobalSym
            areturn
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;

  private sun.jvm.hotspot.debugger.win32.coff.DebugVC50Subsection findSubsection(short);
    descriptor: (S)Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50Subsection;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
        start local 1 // short ssType
         0: .line 656
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.vc50:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50.getSubsectionDirectory:()Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SubsectionDirectory;
            astore 2 /* dir */
        start local 2 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50SubsectionDirectory dir
         1: .line 657
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 658
      StackMap locals: sun.jvm.hotspot.debugger.win32.coff.DebugVC50SubsectionDirectory int
      StackMap stack:
            aload 2 /* dir */
            iload 3 /* i */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SubsectionDirectory.getSubsection:(I)Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50Subsection;
            astore 4 /* ss */
        start local 4 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50Subsection ss
         4: .line 659
            aload 4 /* ss */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50Subsection.getSubsectionType:()S
            iload 1 /* ssType */
            if_icmpne 6
         5: .line 660
            aload 4 /* ss */
            areturn
        end local 4 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50Subsection ss
         6: .line 657
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 2 /* dir */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SubsectionDirectory.getNumEntries:()I
            if_icmplt 3
        end local 3 // int i
         8: .line 663
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unable to find subsection of type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* ssType */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // sun.jvm.hotspot.debugger.win32.coff.DebugVC50SubsectionDirectory dir
        end local 1 // short ssType
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;
            0    9     1  ssType  S
            1    9     2     dir  Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SubsectionDirectory;
            2    8     3       i  I
            4    6     4      ss  Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50Subsection;
    MethodParameters:
        Name  Flags
      ssType  

  private void putType(sun.jvm.hotspot.debugger.cdbg.Type);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/Type;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.Type t
         0: .line 667
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.db:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            new java.lang.Integer
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.getTypeIndex:()I
            invokespecial java.lang.Integer.<init>:(I)V
            aload 1 /* t */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.addType:(Ljava/lang/Object;Lsun/jvm/hotspot/debugger/cdbg/Type;)V
         1: .line 668
            return
        end local 1 // sun.jvm.hotspot.debugger.cdbg.Type t
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;
            0    2     1     t  Lsun/jvm/hotspot/debugger/cdbg/Type;
    MethodParameters:
      Name  Flags
      t     

  private sun.jvm.hotspot.debugger.Address newAddress(int, short);
    descriptor: (IS)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
        start local 1 // int offset
        start local 2 // short segment
         0: .line 671
            iload 2 /* segment */
            ldc 65535
            iand
            istore 3 /* seg */
        start local 3 // int seg
         1: .line 678
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.file:Lsun/jvm/hotspot/debugger/win32/coff/COFFFile;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.COFFFile.getHeader:()Lsun/jvm/hotspot/debugger/win32/coff/COFFHeader;
            iload 3 /* seg */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.COFFHeader.getSectionHeader:(I)Lsun/jvm/hotspot/debugger/win32/coff/SectionHeader;
            astore 4 /* section */
        start local 4 // sun.jvm.hotspot.debugger.win32.coff.SectionHeader section
         2: .line 681
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.base:Lsun/jvm/hotspot/debugger/Address;
            aload 4 /* section */
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.SectionHeader.getVirtualAddress:()I
            iload 1 /* offset */
            iadd
            i2l
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 4 // sun.jvm.hotspot.debugger.win32.coff.SectionHeader section
        end local 3 // int seg
        end local 2 // short segment
        end local 1 // int offset
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;
            0    3     1   offset  I
            0    3     2  segment  S
            1    3     3      seg  I
            2    3     4  section  Lsun/jvm/hotspot/debugger/win32/coff/SectionHeader;
    MethodParameters:
         Name  Flags
      offset   
      segment  

  private sun.jvm.hotspot.debugger.cdbg.basic.BasicType getTypeByIndex(int);
    descriptor: (I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
        start local 1 // int intIndex
         0: .line 685
            new java.lang.Integer
            dup
            iload 1 /* intIndex */
            invokespecial java.lang.Integer.<init>:(I)V
            astore 2 /* index */
        start local 2 // java.lang.Integer index
         1: .line 688
            iload 1 /* intIndex */
            sipush 4095
            if_icmpgt 60
         2: .line 689
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.primIndexToTypeMap:Ljava/util/Map;
            aload 2 /* index */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicType
            astore 3 /* type */
        start local 3 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType type
         3: .line 690
            aload 3 /* type */
            ifnull 5
         4: .line 691
            aload 3 /* type */
            areturn
         5: .line 694
      StackMap locals: java.lang.Integer sun.jvm.hotspot.debugger.cdbg.basic.BasicType
      StackMap stack:
            iload 1 /* intIndex */
            sipush 1792
            iand
            istore 4 /* primMode */
        start local 4 // int primMode
         6: .line 695
            iload 4 /* primMode */
            ifne 52
         7: .line 696
            iload 1 /* intIndex */
            bipush 112
            iand
            istore 5 /* primType */
        start local 5 // int primType
         8: .line 697
            iload 5 /* primType */
            lookupswitch { // 6
                    0: 47
                   16: 9
                   32: 9
                   48: 22
                   64: 31
                  112: 37
              default: 50
          }
         9: .line 700
      StackMap locals: int int
      StackMap stack:
            iload 5 /* primType */
            bipush 32
            if_icmpne 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack:
        10: iconst_0
      StackMap locals:
      StackMap stack: int
        11: istore 6 /* unsigned */
        start local 6 // boolean unsigned
        12: .line 701
            iconst_0
            istore 7 /* size */
        start local 7 // int size
        13: .line 702
            aconst_null
            astore 8 /* name */
        start local 8 // java.lang.String name
        14: .line 703
            iload 1 /* intIndex */
            bipush 7
            iand
            tableswitch { // 0 - 3
                    0: 15
                    1: 16
                    2: 17
                    3: 18
              default: 19
          }
        15: .line 704
      StackMap locals: int int java.lang.String
      StackMap stack:
            iconst_1
            istore 7 /* size */
            ldc "char"
            astore 8 /* name */
            goto 20
        16: .line 705
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 7 /* size */
            ldc "short"
            astore 8 /* name */
            goto 20
        17: .line 706
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 7 /* size */
            ldc "int"
            astore 8 /* name */
            goto 20
        18: .line 707
      StackMap locals:
      StackMap stack:
            bipush 8
            istore 7 /* size */
            ldc "__int64"
            astore 8 /* name */
            goto 20
        19: .line 708
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Illegal size of integer type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* intIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        20: .line 710
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType
            dup
            aload 8 /* name */
            iload 7 /* size */
            iload 6 /* unsigned */
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType.<init>:(Ljava/lang/String;IZ)V
            astore 3 /* type */
        21: .line 711
            goto 54
        end local 8 // java.lang.String name
        end local 7 // int size
        end local 6 // boolean unsigned
        22: .line 714
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* size */
        start local 6 // int size
        23: .line 715
            iload 1 /* intIndex */
            bipush 7
            iand
            tableswitch { // 0 - 3
                    0: 24
                    1: 25
                    2: 26
                    3: 27
              default: 28
          }
        24: .line 716
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 6 /* size */
            goto 29
        25: .line 717
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 6 /* size */
            goto 29
        26: .line 718
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 6 /* size */
            goto 29
        27: .line 719
      StackMap locals:
      StackMap stack:
            bipush 8
            istore 6 /* size */
            goto 29
        28: .line 720
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Illegal size of boolean type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* intIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        29: .line 722
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType
            dup
            ldc "bool"
            iload 6 /* size */
            iconst_0
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType.<init>:(Ljava/lang/String;IZ)V
            astore 3 /* type */
        30: .line 723
            goto 54
        end local 6 // int size
        31: .line 726
      StackMap locals:
      StackMap stack:
            iload 1 /* intIndex */
            bipush 7
            iand
            tableswitch { // 0 - 1
                    0: 32
                    1: 34
              default: 36
          }
        32: .line 728
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicFloatType
            dup
            ldc "float"
            iconst_4
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicFloatType.<init>:(Ljava/lang/String;I)V
            astore 3 /* type */
        33: .line 729
            goto 54
        34: .line 731
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicDoubleType
            dup
            ldc "double"
            bipush 8
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicDoubleType.<init>:(Ljava/lang/String;I)V
            astore 3 /* type */
        35: .line 732
            goto 54
        36: .line 734
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unsupported floating-point size in type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* intIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        37: .line 739
      StackMap locals:
      StackMap stack:
            iload 1 /* intIndex */
            bipush 7
            iand
            tableswitch { // 0 - 7
                    0: 38
                    1: 39
                    2: 40
                    3: 41
                    4: 42
                    5: 43
                    6: 44
                    7: 45
              default: 46
          }
        38: .line 740
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType
            dup
            ldc "char"
            iconst_1
            iconst_0
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType.<init>:(Ljava/lang/String;IZ)V
            astore 3 /* type */
            goto 54
        39: .line 741
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType
            dup
            ldc "wchar"
            iconst_2
            iconst_0
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType.<init>:(Ljava/lang/String;IZ)V
            astore 3 /* type */
            goto 54
        40: .line 742
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType
            dup
            ldc "short"
            iconst_2
            iconst_0
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType.<init>:(Ljava/lang/String;IZ)V
            astore 3 /* type */
            goto 54
        41: .line 743
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType
            dup
            ldc "short"
            iconst_2
            iconst_1
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType.<init>:(Ljava/lang/String;IZ)V
            astore 3 /* type */
            goto 54
        42: .line 744
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType
            dup
            ldc "int"
            iconst_4
            iconst_0
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType.<init>:(Ljava/lang/String;IZ)V
            astore 3 /* type */
            goto 54
        43: .line 745
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType
            dup
            ldc "int"
            iconst_4
            iconst_1
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType.<init>:(Ljava/lang/String;IZ)V
            astore 3 /* type */
            goto 54
        44: .line 746
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType
            dup
            ldc "__int64"
            bipush 8
            iconst_0
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType.<init>:(Ljava/lang/String;IZ)V
            astore 3 /* type */
            goto 54
        45: .line 747
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType
            dup
            ldc "__int64"
            bipush 8
            iconst_1
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType.<init>:(Ljava/lang/String;IZ)V
            astore 3 /* type */
            goto 54
        46: .line 748
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Illegal REALLY_INT size in type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* intIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        47: .line 753
      StackMap locals:
      StackMap stack:
            iload 1 /* intIndex */
            bipush 7
            iand
            tableswitch { // 0 - 3
                    0: 48
                    1: 49
                    2: 49
                    3: 48
              default: 49
          }
        48: .line 755
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicVoidType
            dup
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicVoidType.<init>:()V
            astore 3 /* type */
            goto 54
        49: .line 756
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Don't know how to handle reserved special type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* intIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        50: .line 762
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.DebuggerException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Don't know how to handle reserved type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* intIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.debugger.DebuggerException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // int primType
        51: .line 764
      StackMap locals:
      StackMap stack:
            goto 54
        52: .line 767
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* intIndex */
            sipush -1793
            iand
            invokevirtual sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.getTypeByIndex:(I)Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            astore 5 /* targetType */
        start local 5 // sun.jvm.hotspot.debugger.cdbg.Type targetType
        53: .line 769
            new sun.jvm.hotspot.debugger.cdbg.basic.BasicPointerType
            dup
            iconst_4
            aload 5 /* targetType */
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.BasicPointerType.<init>:(ILsun/jvm/hotspot/debugger/cdbg/Type;)V
            astore 3 /* type */
        end local 5 // sun.jvm.hotspot.debugger.cdbg.Type targetType
        54: .line 771
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 58
        55: .line 772
            aload 3 /* type */
            ifnull 56
            iconst_1
            goto 57
      StackMap locals:
      StackMap stack:
        56: iconst_0
      StackMap locals:
      StackMap stack: int
        57: new java.lang.StringBuilder
            dup
            ldc "Got null Type for primitive type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* intIndex */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        58: .line 774
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.primIndexToTypeMap:Ljava/util/Map;
            aload 2 /* index */
            aload 3 /* type */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        59: .line 775
            aload 3 /* type */
            areturn
        end local 4 // int primMode
        end local 3 // sun.jvm.hotspot.debugger.cdbg.basic.BasicType type
        60: .line 780
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.LazyType
            dup
            aload 2 /* index */
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.LazyType.<init>:(Ljava/lang/Object;)V
            areturn
        end local 2 // java.lang.Integer index
        end local 1 // int intIndex
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   61     0        this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;
            0   61     1    intIndex  I
            1   61     2       index  Ljava/lang/Integer;
            3   60     3        type  Lsun/jvm/hotspot/debugger/cdbg/basic/BasicType;
            6   60     4    primMode  I
            8   51     5    primType  I
           12   22     6    unsigned  Z
           13   22     7        size  I
           14   22     8        name  Ljava/lang/String;
           23   31     6        size  I
           53   54     5  targetType  Lsun/jvm/hotspot/debugger/cdbg/Type;
    MethodParameters:
          Name  Flags
      intIndex  

  private void addBlock(sun.jvm.hotspot.debugger.cdbg.BlockSym);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/BlockSym;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.BlockSym block
         0: .line 784
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.db:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            new java.lang.Integer
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.symIter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50SymbolIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50SymbolIterator.getOffset:()I
            invokespecial java.lang.Integer.<init>:(I)V
            aload 1 /* block */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.addBlock:(Ljava/lang/Object;Lsun/jvm/hotspot/debugger/cdbg/BlockSym;)V
         1: .line 785
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.blockStack:Ljava/util/Stack;
            aload 1 /* block */
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 786
            return
        end local 1 // sun.jvm.hotspot.debugger.cdbg.BlockSym block
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;
            0    3     1  block  Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
    MethodParameters:
       Name  Flags
      block  

  private void skipEnd();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
         0: .line 789
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.endsToSkip:I
            iconst_1
            iadd
            putfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.endsToSkip:I
         1: .line 790
            return
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;

  private sun.jvm.hotspot.debugger.cdbg.BlockSym newLazyBlockSym(int);
    descriptor: (I)Lsun/jvm/hotspot/debugger/cdbg/BlockSym;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
        start local 1 // int offset
         0: .line 793
            iload 1 /* offset */
            ifne 2
         1: .line 794
            aconst_null
            areturn
         2: .line 797
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.debugger.cdbg.basic.LazyBlockSym
            dup
            new java.lang.Integer
            dup
            iload 1 /* offset */
            invokespecial java.lang.Integer.<init>:(I)V
            invokespecial sun.jvm.hotspot.debugger.cdbg.basic.LazyBlockSym.<init>:(Ljava/lang/Object;)V
            areturn
        end local 1 // int offset
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;
            0    3     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  private int memberAttributeToAccessControl(short);
    descriptor: (S)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
        start local 1 // short memberAttribute
         0: .line 801
            iload 1 /* memberAttribute */
            iconst_3
            iand
            istore 2 /* acc */
        start local 2 // int acc
         1: .line 802
            iload 2 /* acc */
            tableswitch { // 0 - 3
                    0: 2
                    1: 3
                    2: 4
                    3: 5
              default: 6
          }
         2: .line 803
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
         3: .line 804
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         4: .line 805
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
         5: .line 806
      StackMap locals:
      StackMap stack:
            iconst_3
            ireturn
         6: .line 807
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "Should not reach here"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int acc
        end local 1 // short memberAttribute
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;
            0    7     1  memberAttribute  S
            1    7     2              acc  I
    MethodParameters:
                 Name  Flags
      memberAttribute  

  private void addLocalToCurBlock(sun.jvm.hotspot.debugger.cdbg.LocalSym);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/LocalSym;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.LocalSym local
         0: .line 812
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.blockStack:Ljava/util/Stack;
            invokevirtual java.util.Stack.peek:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.cdbg.basic.BasicBlockSym
            aload 1 /* local */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicBlockSym.addLocal:(Lsun/jvm/hotspot/debugger/cdbg/LocalSym;)V
         1: .line 813
            return
        end local 1 // sun.jvm.hotspot.debugger.cdbg.LocalSym local
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;
            0    2     1  local  Lsun/jvm/hotspot/debugger/cdbg/LocalSym;
    MethodParameters:
       Name  Flags
      local  

  private void addGlobalSym(sun.jvm.hotspot.debugger.cdbg.GlobalSym);
    descriptor: (Lsun/jvm/hotspot/debugger/cdbg/GlobalSym;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
        start local 1 // sun.jvm.hotspot.debugger.cdbg.GlobalSym sym
         0: .line 816
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.db:Lsun/jvm/hotspot/debugger/cdbg/basic/BasicCDebugInfoDataBase;
            aload 1 /* sym */
            invokevirtual sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase.addGlobalSym:(Lsun/jvm/hotspot/debugger/cdbg/GlobalSym;)V
         1: .line 817
            return
        end local 1 // sun.jvm.hotspot.debugger.cdbg.GlobalSym sym
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;
            0    2     1   sym  Lsun/jvm/hotspot/debugger/cdbg/GlobalSym;
    MethodParameters:
      Name  Flags
      sym   

  private void skipTypeRecord();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
         0: .line 820
            goto 2
         1: .line 821
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringNext:()V
         2: .line 820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder.iter:Lsun/jvm/hotspot/debugger/win32/coff/DebugVC50TypeIterator;
            invokeinterface sun.jvm.hotspot.debugger.win32.coff.DebugVC50TypeIterator.typeStringDone:()Z
            ifeq 1
         3: .line 823
            return
        end local 0 // sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/debugger/windbg/WindbgCDebugInfoBuilder;
}
SourceFile: "WindbgCDebugInfoBuilder.java"
NestMembers:
  sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder$1
InnerClasses:
  sun.jvm.hotspot.debugger.windbg.WindbgCDebugInfoBuilder$1