public class sun.jvm.hotspot.ui.AnnotatedMemoryPanel extends javax.swing.JPanel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.ui.AnnotatedMemoryPanel
  super_class: javax.swing.JPanel
{
  private boolean is64Bit;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

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

  private sun.jvm.hotspot.ui.HighPrecisionJScrollBar scrollBar;
    descriptor: Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
    flags: (0x0002) ACC_PRIVATE

  private java.awt.Font font;
    descriptor: Ljava/awt/Font;
    flags: (0x0002) ACC_PRIVATE

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

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

  private java.lang.String unmappedAddrString;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.utilities.IntervalTree annotations;
    descriptor: Lsun/jvm/hotspot/utilities/IntervalTree;
    flags: (0x0002) ACC_PRIVATE

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

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

  private static java.awt.Color[] colors;
    descriptor: [Ljava/awt/Color;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=0, args_size=0
         0: .line 87
            bipush 6
            anewarray java.awt.Color
            dup
            iconst_0
         1: .line 88
            new java.awt.Color
            dup
            fconst_0
            fconst_0
            ldc 0.6
            invokespecial java.awt.Color.<init>:(FFF)V
            aastore
            dup
            iconst_1
         2: .line 89
            new java.awt.Color
            dup
            ldc 0.6
            fconst_0
            ldc 0.6
            invokespecial java.awt.Color.<init>:(FFF)V
            aastore
            dup
            iconst_2
         3: .line 90
            new java.awt.Color
            dup
            fconst_0
            ldc 0.8
            fconst_0
            invokespecial java.awt.Color.<init>:(FFF)V
            aastore
            dup
            iconst_3
         4: .line 91
            new java.awt.Color
            dup
            ldc 0.8
            ldc 0.3
            fconst_0
            invokespecial java.awt.Color.<init>:(FFF)V
            aastore
            dup
            iconst_4
         5: .line 92
            new java.awt.Color
            dup
            fconst_0
            ldc 0.6
            ldc 0.8
            invokespecial java.awt.Color.<init>:(FFF)V
            aastore
            dup
            iconst_5
         6: .line 93
            new java.awt.Color
            dup
            ldc 0.2
            ldc 0.2
            ldc 0.2
            invokespecial java.awt.Color.<init>:(FFF)V
            aastore
         7: .line 87
            putstatic sun.jvm.hotspot.ui.AnnotatedMemoryPanel.colors:[Ljava/awt/Color;
         8: .line 94
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(sun.jvm.hotspot.debugger.Debugger);
    descriptor: (Lsun/jvm/hotspot/debugger/Debugger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // sun.jvm.hotspot.debugger.Debugger debugger
         0: .line 98
            aload 0 /* this */
            aload 1 /* debugger */
            iconst_0
            invokespecial sun.jvm.hotspot.ui.AnnotatedMemoryPanel.<init>:(Lsun/jvm/hotspot/debugger/Debugger;Z)V
         1: .line 99
            return
        end local 1 // sun.jvm.hotspot.debugger.Debugger debugger
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0    2     1  debugger  Lsun/jvm/hotspot/debugger/Debugger;
    MethodParameters:
          Name  Flags
      debugger  

  public void <init>(sun.jvm.hotspot.debugger.Debugger, boolean, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Debugger;ZLsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // sun.jvm.hotspot.debugger.Debugger debugger
        start local 2 // boolean is64Bit
        start local 3 // sun.jvm.hotspot.debugger.Address addrValue
        start local 4 // sun.jvm.hotspot.debugger.Address addrLow
        start local 5 // sun.jvm.hotspot.debugger.Address addrHigh
         0: .line 102
            aload 0 /* this */
            invokespecial javax.swing.JPanel.<init>:()V
         1: .line 57
            aload 0 /* this */
         2: .line 58
            new sun.jvm.hotspot.utilities.IntervalTree
            dup
            new sun.jvm.hotspot.ui.AnnotatedMemoryPanel$1
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.AnnotatedMemoryPanel$1.<init>:(Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;)V
            invokespecial sun.jvm.hotspot.utilities.IntervalTree.<init>:(Ljava/util/Comparator;)V
            putfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.annotations:Lsun/jvm/hotspot/utilities/IntervalTree;
         3: .line 103
            aload 0 /* this */
            aload 1 /* debugger */
            iload 2 /* is64Bit */
            aload 0 /* this */
            aload 3 /* addrValue */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressToBigInt:(Lsun/jvm/hotspot/debugger/Address;)Ljava/math/BigInteger;
            aload 0 /* this */
            aload 4 /* addrLow */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressToBigInt:(Lsun/jvm/hotspot/debugger/Address;)Ljava/math/BigInteger;
            aload 0 /* this */
            aload 5 /* addrHigh */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressToBigInt:(Lsun/jvm/hotspot/debugger/Address;)Ljava/math/BigInteger;
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.init:(Lsun/jvm/hotspot/debugger/Debugger;ZLjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
         4: .line 104
            return
        end local 5 // sun.jvm.hotspot.debugger.Address addrHigh
        end local 4 // sun.jvm.hotspot.debugger.Address addrLow
        end local 3 // sun.jvm.hotspot.debugger.Address addrValue
        end local 2 // boolean is64Bit
        end local 1 // sun.jvm.hotspot.debugger.Debugger debugger
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0    5     1   debugger  Lsun/jvm/hotspot/debugger/Debugger;
            0    5     2    is64Bit  Z
            0    5     3  addrValue  Lsun/jvm/hotspot/debugger/Address;
            0    5     4    addrLow  Lsun/jvm/hotspot/debugger/Address;
            0    5     5   addrHigh  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
           Name  Flags
      debugger   
      is64Bit    
      addrValue  
      addrLow    
      addrHigh   

  public void <init>(sun.jvm.hotspot.debugger.Debugger, boolean);
    descriptor: (Lsun/jvm/hotspot/debugger/Debugger;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // sun.jvm.hotspot.debugger.Debugger debugger
        start local 2 // boolean is64Bit
         0: .line 107
            aload 0 /* this */
            invokespecial javax.swing.JPanel.<init>:()V
         1: .line 57
            aload 0 /* this */
         2: .line 58
            new sun.jvm.hotspot.utilities.IntervalTree
            dup
            new sun.jvm.hotspot.ui.AnnotatedMemoryPanel$1
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.AnnotatedMemoryPanel$1.<init>:(Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;)V
            invokespecial sun.jvm.hotspot.utilities.IntervalTree.<init>:(Ljava/util/Comparator;)V
            putfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.annotations:Lsun/jvm/hotspot/utilities/IntervalTree;
         3: .line 108
            aload 0 /* this */
            aload 1 /* debugger */
            iload 2 /* is64Bit */
            iload 2 /* is64Bit */
            invokestatic sun.jvm.hotspot.ui.AnnotatedMemoryPanel.defaultMemoryLocation:(Z)Ljava/math/BigInteger;
            iload 2 /* is64Bit */
            invokestatic sun.jvm.hotspot.ui.AnnotatedMemoryPanel.defaultMemoryLow:(Z)Ljava/math/BigInteger;
            iload 2 /* is64Bit */
            invokestatic sun.jvm.hotspot.ui.AnnotatedMemoryPanel.defaultMemoryHigh:(Z)Ljava/math/BigInteger;
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.init:(Lsun/jvm/hotspot/debugger/Debugger;ZLjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
         4: .line 109
            return
        end local 2 // boolean is64Bit
        end local 1 // sun.jvm.hotspot.debugger.Debugger debugger
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0    5     1  debugger  Lsun/jvm/hotspot/debugger/Debugger;
            0    5     2   is64Bit  Z
    MethodParameters:
          Name  Flags
      debugger  
      is64Bit   

  public synchronized void paintComponent(java.awt.Graphics);
    descriptor: (Ljava/awt/Graphics;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=9, locals=31, args_size=2
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // java.awt.Graphics g
         0: .line 123
            aload 0 /* this */
            aload 1 /* g */
            invokespecial javax.swing.JPanel.paintComponent:(Ljava/awt/Graphics;)V
         1: .line 127
            aload 1 /* g */
            invokevirtual java.awt.Graphics.create:()Ljava/awt/Graphics;
            astore 1 /* g */
         2: .line 129
            aload 1 /* g */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.font:Ljava/awt/Font;
            invokevirtual java.awt.Graphics.setFont:(Ljava/awt/Font;)V
         3: .line 130
            aload 1 /* g */
            getstatic java.awt.Color.black:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         4: .line 131
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            astore 2 /* rect */
        start local 2 // java.awt.Rectangle rect
         5: .line 132
            aload 0 /* this */
            aload 2 /* rect */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.getBounds:(Ljava/awt/Rectangle;)Ljava/awt/Rectangle;
            pop
         6: .line 137
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.unmappedAddrString:Ljava/lang/String;
            aload 1 /* g */
            invokestatic sun.jvm.hotspot.ui.GraphicsUtilities.getStringBounds:(Ljava/lang/String;Ljava/awt/Graphics;)Ljava/awt/geom/Rectangle2D;
            astore 5 /* bounds */
        start local 5 // java.awt.geom.Rectangle2D bounds
         7: .line 138
            aload 5 /* bounds */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            d2i
            istore 3 /* lineHeight */
        start local 3 // int lineHeight
         8: .line 139
            aload 5 /* bounds */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            d2i
            istore 4 /* addrWidth */
        end local 5 // java.awt.geom.Rectangle2D bounds
        start local 4 // int addrWidth
         9: .line 141
            ldc 0.25
            iload 4 /* addrWidth */
            i2d
            dmul
            d2i
            istore 5 /* addrX */
        start local 5 // int addrX
        10: .line 142
            iload 5 /* addrX */
            i2d
            ldc 1.5
            iload 4 /* addrWidth */
            i2d
            dmul
            dadd
            d2i
            istore 6 /* dataX */
        start local 6 // int dataX
        11: .line 143
            iload 6 /* dataX */
            iload 4 /* addrWidth */
            iadd
            iconst_5
            iadd
            istore 7 /* lineStartX */
        start local 7 // int lineStartX
        12: .line 144
            iload 7 /* lineStartX */
            i2d
            ldc 0.75
            iload 4 /* addrWidth */
            i2d
            dmul
            dadd
            d2i
            istore 8 /* annoStartX */
        start local 8 // int annoStartX
        13: .line 146
            aload 2 /* rect */
            getfield java.awt.Rectangle.height:I
            iload 3 /* lineHeight */
            idiv
            istore 9 /* numLines */
        start local 9 // int numLines
        14: .line 148
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
            invokevirtual sun.jvm.hotspot.ui.HighPrecisionJScrollBar.getValueHP:()Ljava/math/BigInteger;
            astore 10 /* startVal */
        start local 10 // java.math.BigInteger startVal
        15: .line 149
            new java.math.BigInteger
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressSize:J
            l2i
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;)V
            astore 11 /* perLine */
        start local 11 // java.math.BigInteger perLine
        16: .line 151
            new java.math.BigInteger
            dup
            iload 9 /* numLines */
            iconst_1
            isub
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;)V
            astore 12 /* lineCount */
        start local 12 // java.math.BigInteger lineCount
        17: .line 152
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
            invokevirtual sun.jvm.hotspot.ui.HighPrecisionJScrollBar.getMaximumHP:()Ljava/math/BigInteger;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
            invokevirtual sun.jvm.hotspot.ui.HighPrecisionJScrollBar.getMinimumHP:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.subtract:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            aload 11 /* perLine */
            invokevirtual java.math.BigInteger.divide:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            astore 13 /* maxLines */
        start local 13 // java.math.BigInteger maxLines
        18: .line 153
            aload 12 /* lineCount */
            aload 13 /* maxLines */
            invokevirtual java.math.BigInteger.compareTo:(Ljava/math/BigInteger;)I
            ifle 20
        19: .line 154
            aload 13 /* maxLines */
            astore 12 /* lineCount */
        20: .line 156
      StackMap locals: sun.jvm.hotspot.ui.AnnotatedMemoryPanel java.awt.Graphics java.awt.Rectangle int int int int int int int java.math.BigInteger java.math.BigInteger java.math.BigInteger java.math.BigInteger
      StackMap stack:
            aload 12 /* lineCount */
            aload 11 /* perLine */
            invokevirtual java.math.BigInteger.multiply:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            astore 14 /* offsetVal */
        start local 14 // java.math.BigInteger offsetVal
        21: .line 157
            aload 10 /* startVal */
            aload 14 /* offsetVal */
            invokevirtual java.math.BigInteger.add:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            astore 15 /* endVal */
        start local 15 // java.math.BigInteger endVal
        22: .line 158
            aload 15 /* endVal */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
            invokevirtual sun.jvm.hotspot.ui.HighPrecisionJScrollBar.getMaximumHP:()Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.compareTo:(Ljava/math/BigInteger;)I
            ifle 26
        23: .line 159
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
            invokevirtual sun.jvm.hotspot.ui.HighPrecisionJScrollBar.getMaximumHP:()Ljava/math/BigInteger;
            aload 14 /* offsetVal */
            invokevirtual java.math.BigInteger.subtract:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            astore 10 /* startVal */
        24: .line 160
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
            invokevirtual sun.jvm.hotspot.ui.HighPrecisionJScrollBar.getMaximumHP:()Ljava/math/BigInteger;
            astore 15 /* endVal */
        25: .line 162
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
            aload 10 /* startVal */
            invokevirtual sun.jvm.hotspot.ui.HighPrecisionJScrollBar.setValueHP:(Ljava/math/BigInteger;)V
        26: .line 164
      StackMap locals: java.math.BigInteger java.math.BigInteger
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
            aload 14 /* offsetVal */
            aload 11 /* perLine */
            invokevirtual java.math.BigInteger.add:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            invokevirtual sun.jvm.hotspot.ui.HighPrecisionJScrollBar.setVisibleAmountHP:(Ljava/math/BigInteger;)V
        27: .line 165
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
            aload 14 /* offsetVal */
            invokevirtual sun.jvm.hotspot.ui.HighPrecisionJScrollBar.setBlockIncrementHP:(Ljava/math/BigInteger;)V
        28: .line 167
            aload 0 /* this */
            aload 10 /* startVal */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.bigIntToAddress:(Ljava/math/BigInteger;)Lsun/jvm/hotspot/debugger/Address;
            astore 16 /* startAddr */
        start local 16 // sun.jvm.hotspot.debugger.Address startAddr
        29: .line 168
            aload 0 /* this */
            aload 15 /* endVal */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.bigIntToAddress:(Ljava/math/BigInteger;)Lsun/jvm/hotspot/debugger/Address;
            astore 17 /* endAddr */
        start local 17 // sun.jvm.hotspot.debugger.Address endAddr
        30: .line 171
            iconst_0
            istore 18 /* scrollOffset */
        start local 18 // int scrollOffset
        31: .line 172
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.lastStartAddr:Lsun/jvm/hotspot/debugger/Address;
            ifnull 34
        32: .line 173
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.lastStartAddr:Lsun/jvm/hotspot/debugger/Address;
            aload 16 /* startAddr */
            invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
            l2i
            istore 18 /* scrollOffset */
        33: .line 174
            goto 36
        34: .line 175
      StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address int
      StackMap stack:
            aload 16 /* startAddr */
            ifnull 36
        35: .line 176
            ldc -1
            aload 16 /* startAddr */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.lastStartAddr:Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
            lmul
            l2i
            istore 18 /* scrollOffset */
        36: .line 179
      StackMap locals:
      StackMap stack:
            iload 18 /* scrollOffset */
            iload 3 /* lineHeight */
            imul
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressSize:J
            l2i
            idiv
            istore 18 /* scrollOffset */
        37: .line 180
            aload 0 /* this */
            iload 18 /* scrollOffset */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollAnnotations:(I)V
        38: .line 181
            aload 0 /* this */
            aload 16 /* startAddr */
            putfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.lastStartAddr:Lsun/jvm/hotspot/debugger/Address;
        39: .line 183
            iload 3 /* lineHeight */
            istore 19 /* curY */
        start local 19 // int curY
        40: .line 185
            iconst_0
            istore 20 /* i */
        start local 20 // int i
        41: goto 52
        42: .line 186
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 10 /* startVal */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.bigIntToHexString:(Ljava/math/BigInteger;)Ljava/lang/String;
            astore 21 /* s */
        start local 21 // java.lang.String s
        43: .line 187
            aload 1 /* g */
            aload 21 /* s */
            iload 5 /* addrX */
            iload 19 /* curY */
            invokevirtual java.awt.Graphics.drawString:(Ljava/lang/String;II)V
        44: .line 189
            aload 0 /* this */
            aload 16 /* startAddr */
            iload 20 /* i */
            i2l
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressSize:J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressToString:(Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/String;
            astore 21 /* s */
        45: .line 190
            goto 48
        46: .line 191
      StackMap locals: sun.jvm.hotspot.ui.AnnotatedMemoryPanel java.awt.Graphics java.awt.Rectangle int int int int int int int java.math.BigInteger java.math.BigInteger java.math.BigInteger java.math.BigInteger java.math.BigInteger java.math.BigInteger sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address int int int java.lang.String
      StackMap stack: sun.jvm.hotspot.debugger.UnmappedAddressException
            pop
        47: .line 192
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.unmappedAddrString:Ljava/lang/String;
            astore 21 /* s */
        48: .line 194
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            aload 21 /* s */
            iload 6 /* dataX */
            iload 19 /* curY */
            invokevirtual java.awt.Graphics.drawString:(Ljava/lang/String;II)V
        49: .line 195
            iload 19 /* curY */
            iload 3 /* lineHeight */
            iadd
            istore 19 /* curY */
        50: .line 196
            aload 10 /* startVal */
            aload 11 /* perLine */
            invokevirtual java.math.BigInteger.add:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            astore 10 /* startVal */
        end local 21 // java.lang.String s
        51: .line 185
            iinc 20 /* i */ 1
      StackMap locals:
      StackMap stack:
        52: iload 20 /* i */
            iload 9 /* numLines */
            if_icmplt 42
        end local 20 // int i
        53: .line 205
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.annotations:Lsun/jvm/hotspot/utilities/IntervalTree;
            new sun.jvm.hotspot.utilities.Interval
            dup
            aload 16 /* startAddr */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressSize:J
            lneg
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
        54: .line 206
            aload 17 /* endAddr */
            ldc 2
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressSize:J
            lmul
            invokeinterface sun.jvm.hotspot.debugger.Address.addOffsetTo:(J)Lsun/jvm/hotspot/debugger/Address;
            invokespecial sun.jvm.hotspot.utilities.Interval.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
        55: .line 205
            invokevirtual sun.jvm.hotspot.utilities.IntervalTree.findAllNodesIntersecting:(Lsun/jvm/hotspot/utilities/Interval;)Ljava/util/List;
        56: .line 204
            astore 20 /* va */
        start local 20 // java.util.List va
        57: .line 209
            iload 7 /* lineStartX */
            istore 21 /* curLineX */
        start local 21 // int curLineX
        58: .line 210
            iload 8 /* annoStartX */
            istore 22 /* curTextX */
        start local 22 // int curTextX
        59: .line 212
            aload 1 /* g */
            instanceof java.awt.Graphics2D
            ifeq 62
        60: .line 213
            new java.awt.BasicStroke
            dup
            ldc 3.0
            invokespecial java.awt.BasicStroke.<init>:(F)V
            astore 23 /* stroke */
        start local 23 // java.awt.Stroke stroke
        61: .line 214
            aload 1 /* g */
            checkcast java.awt.Graphics2D
            aload 23 /* stroke */
            invokevirtual java.awt.Graphics2D.setStroke:(Ljava/awt/Stroke;)V
        end local 23 // java.awt.Stroke stroke
        62: .line 217
      StackMap locals: sun.jvm.hotspot.ui.AnnotatedMemoryPanel java.awt.Graphics java.awt.Rectangle int int int int int int int java.math.BigInteger java.math.BigInteger java.math.BigInteger java.math.BigInteger java.math.BigInteger java.math.BigInteger sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address int int java.util.List int int
      StackMap stack:
            new java.util.Stack
            dup
            invokespecial java.util.Stack.<init>:()V
            astore 23 /* drawStack */
        start local 23 // java.util.Stack drawStack
        63: .line 219
            aload 0 /* this */
            aload 20 /* va */
            aload 1 /* g */
            iload 22 /* curTextX */
            aload 16 /* startAddr */
            iload 3 /* lineHeight */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.layoutAnnotations:(Ljava/util/List;Ljava/awt/Graphics;ILsun/jvm/hotspot/debugger/Address;I)V
        64: .line 221
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.visibleAnnotations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 24 /* iter */
        start local 24 // java.util.Iterator iter
        65: goto 92
        66: .line 222
      StackMap locals: java.util.Stack java.util.Iterator
      StackMap stack:
            aload 24 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ui.Annotation
            astore 25 /* anno */
        start local 25 // sun.jvm.hotspot.ui.Annotation anno
        67: .line 223
            aload 25 /* anno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getInterval:()Lsun/jvm/hotspot/utilities/Interval;
            astore 26 /* interval */
        start local 26 // sun.jvm.hotspot.utilities.Interval interval
        68: .line 225
            aload 23 /* drawStack */
            invokevirtual java.util.Stack.empty:()Z
            ifne 80
        69: .line 227
            iconst_1
            istore 27 /* shouldContinue */
        start local 27 // boolean shouldContinue
        70: .line 229
      StackMap locals: sun.jvm.hotspot.ui.Annotation sun.jvm.hotspot.utilities.Interval int
      StackMap stack:
            aload 23 /* drawStack */
            invokevirtual java.util.Stack.peek:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ui.AnnotatedMemoryPanel$AnnoX
            astore 28 /* annoX */
        start local 28 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel$AnnoX annoX
        71: .line 230
            aload 28 /* annoX */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel$AnnoX.highBound:Lsun/jvm/hotspot/debugger/Address;
            aload 26 /* interval */
            invokevirtual sun.jvm.hotspot.utilities.Interval.getLowEndpoint:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.Address
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 78
        72: .line 231
            aload 28 /* annoX */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel$AnnoX.lineX:I
            istore 21 /* curLineX */
        73: .line 232
            aload 23 /* drawStack */
            invokevirtual java.util.Stack.pop:()Ljava/lang/Object;
            pop
        74: .line 233
            aload 23 /* drawStack */
            invokevirtual java.util.Stack.empty:()Z
            ifeq 75
            iconst_0
            goto 76
      StackMap locals: sun.jvm.hotspot.ui.AnnotatedMemoryPanel$AnnoX
      StackMap stack:
        75: iconst_1
      StackMap locals:
      StackMap stack: int
        76: istore 27 /* shouldContinue */
        77: .line 234
            goto 79
        78: .line 235
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 27 /* shouldContinue */
        end local 28 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel$AnnoX annoX
        79: .line 237
      StackMap locals:
      StackMap stack:
            iload 27 /* shouldContinue */
            ifne 70
        end local 27 // boolean shouldContinue
        80: .line 241
      StackMap locals:
      StackMap stack:
            aload 26 /* interval */
            invokevirtual sun.jvm.hotspot.utilities.Interval.getLowEndpoint:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.Address
            astore 27 /* lineStartAddr */
        start local 27 // sun.jvm.hotspot.debugger.Address lineStartAddr
        81: .line 243
            aload 27 /* lineStartAddr */
            aload 16 /* startAddr */
            invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
            iload 3 /* lineHeight */
            i2l
            lmul
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressSize:J
            ldiv
            l2i
        82: .line 244
            iload 3 /* lineHeight */
            iconst_3
            idiv
        83: .line 243
            iadd
            istore 28 /* lineStartY */
        start local 28 // int lineStartY
        84: .line 245
            aload 26 /* interval */
            invokevirtual sun.jvm.hotspot.utilities.Interval.getHighEndpoint:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.Address
            astore 29 /* lineEndAddr */
        start local 29 // sun.jvm.hotspot.debugger.Address lineEndAddr
        85: .line 246
            aload 23 /* drawStack */
            new sun.jvm.hotspot.ui.AnnotatedMemoryPanel$AnnoX
            dup
            iload 21 /* curLineX */
            aload 29 /* lineEndAddr */
            invokespecial sun.jvm.hotspot.ui.AnnotatedMemoryPanel$AnnoX.<init>:(ILsun/jvm/hotspot/debugger/Address;)V
            invokevirtual java.util.Stack.push:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        86: .line 247
            aload 29 /* lineEndAddr */
            aload 16 /* startAddr */
            invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
            iload 3 /* lineHeight */
            i2l
            lmul
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressSize:J
            ldiv
            l2i
            istore 30 /* lineEndY */
        start local 30 // int lineEndY
        87: .line 248
            aload 1 /* g */
            aload 25 /* anno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getColor:()Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
        88: .line 249
            aload 1 /* g */
            iload 21 /* curLineX */
            iload 28 /* lineStartY */
            iload 21 /* curLineX */
            iload 30 /* lineEndY */
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        89: .line 251
            aload 1 /* g */
            iload 21 /* curLineX */
            iload 28 /* lineStartY */
            iload 22 /* curTextX */
            bipush 10
            isub
            aload 25 /* anno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getY:()I
            iload 3 /* lineHeight */
            iconst_2
            idiv
            isub
            invokevirtual java.awt.Graphics.drawLine:(IIII)V
        90: .line 252
            iinc 21 /* curLineX */ 8
        91: .line 253
            aload 25 /* anno */
            aload 1 /* g */
            invokevirtual sun.jvm.hotspot.ui.Annotation.draw:(Ljava/awt/Graphics;)V
        end local 30 // int lineEndY
        end local 29 // sun.jvm.hotspot.debugger.Address lineEndAddr
        end local 28 // int lineStartY
        end local 27 // sun.jvm.hotspot.debugger.Address lineStartAddr
        end local 26 // sun.jvm.hotspot.utilities.Interval interval
        end local 25 // sun.jvm.hotspot.ui.Annotation anno
        92: .line 221
      StackMap locals:
      StackMap stack:
            aload 24 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 66
        end local 24 // java.util.Iterator iter
        93: .line 256
            return
        end local 23 // java.util.Stack drawStack
        end local 22 // int curTextX
        end local 21 // int curLineX
        end local 20 // java.util.List va
        end local 19 // int curY
        end local 18 // int scrollOffset
        end local 17 // sun.jvm.hotspot.debugger.Address endAddr
        end local 16 // sun.jvm.hotspot.debugger.Address startAddr
        end local 15 // java.math.BigInteger endVal
        end local 14 // java.math.BigInteger offsetVal
        end local 13 // java.math.BigInteger maxLines
        end local 12 // java.math.BigInteger lineCount
        end local 11 // java.math.BigInteger perLine
        end local 10 // java.math.BigInteger startVal
        end local 9 // int numLines
        end local 8 // int annoStartX
        end local 7 // int lineStartX
        end local 6 // int dataX
        end local 5 // int addrX
        end local 4 // int addrWidth
        end local 3 // int lineHeight
        end local 2 // java.awt.Rectangle rect
        end local 1 // java.awt.Graphics g
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   94     0            this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0   94     1               g  Ljava/awt/Graphics;
            5   94     2            rect  Ljava/awt/Rectangle;
            8   94     3      lineHeight  I
            9   94     4       addrWidth  I
            7    9     5          bounds  Ljava/awt/geom/Rectangle2D;
           10   94     5           addrX  I
           11   94     6           dataX  I
           12   94     7      lineStartX  I
           13   94     8      annoStartX  I
           14   94     9        numLines  I
           15   94    10        startVal  Ljava/math/BigInteger;
           16   94    11         perLine  Ljava/math/BigInteger;
           17   94    12       lineCount  Ljava/math/BigInteger;
           18   94    13        maxLines  Ljava/math/BigInteger;
           21   94    14       offsetVal  Ljava/math/BigInteger;
           22   94    15          endVal  Ljava/math/BigInteger;
           29   94    16       startAddr  Lsun/jvm/hotspot/debugger/Address;
           30   94    17         endAddr  Lsun/jvm/hotspot/debugger/Address;
           31   94    18    scrollOffset  I
           40   94    19            curY  I
           41   53    20               i  I
           43   51    21               s  Ljava/lang/String;
           57   94    20              va  Ljava/util/List;
           58   94    21        curLineX  I
           59   94    22        curTextX  I
           61   62    23          stroke  Ljava/awt/Stroke;
           63   94    23       drawStack  Ljava/util/Stack;
           65   93    24            iter  Ljava/util/Iterator;
           67   92    25            anno  Lsun/jvm/hotspot/ui/Annotation;
           68   92    26        interval  Lsun/jvm/hotspot/utilities/Interval;
           70   80    27  shouldContinue  Z
           71   79    28           annoX  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel$AnnoX;
           81   92    27   lineStartAddr  Lsun/jvm/hotspot/debugger/Address;
           84   92    28      lineStartY  I
           85   92    29     lineEndAddr  Lsun/jvm/hotspot/debugger/Address;
           87   92    30        lineEndY  I
      Exception table:
        from    to  target  type
          44    45      46  Class sun.jvm.hotspot.debugger.UnmappedAddressException
    MethodParameters:
      Name  Flags
      g     

  public synchronized void addAnnotation(sun.jvm.hotspot.ui.Annotation);
    descriptor: (Lsun/jvm/hotspot/ui/Annotation;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // sun.jvm.hotspot.ui.Annotation annotation
         0: .line 262
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.annotations:Lsun/jvm/hotspot/utilities/IntervalTree;
            aload 1 /* annotation */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getInterval:()Lsun/jvm/hotspot/utilities/Interval;
            aload 1 /* annotation */
            invokevirtual sun.jvm.hotspot.utilities.IntervalTree.insert:(Lsun/jvm/hotspot/utilities/Interval;Ljava/lang/Object;)V
         1: .line 263
            return
        end local 1 // sun.jvm.hotspot.ui.Annotation annotation
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0    2     1  annotation  Lsun/jvm/hotspot/ui/Annotation;
    MethodParameters:
            Name  Flags
      annotation  

  public synchronized void makeVisible(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 267
            aload 0 /* this */
            aload 1 /* addr */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressToBigInt:(Lsun/jvm/hotspot/debugger/Address;)Ljava/math/BigInteger;
            astore 2 /* bi */
        start local 2 // java.math.BigInteger bi
         1: .line 268
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
            aload 2 /* bi */
            invokevirtual sun.jvm.hotspot.ui.HighPrecisionJScrollBar.setValueHP:(Ljava/math/BigInteger;)V
         2: .line 269
            return
        end local 2 // java.math.BigInteger bi
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0    3     1  addr  Lsun/jvm/hotspot/debugger/Address;
            1    3     2    bi  Ljava/math/BigInteger;
    MethodParameters:
      Name  Flags
      addr  

  public void print();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
         0: .line 272
            aload 0 /* this */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.printOn:(Ljava/io/PrintStream;)V
         1: .line 273
            return
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;

  public void printOn(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // java.io.PrintStream tty
         0: .line 276
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.annotations:Lsun/jvm/hotspot/utilities/IntervalTree;
            aload 1 /* tty */
            invokevirtual sun.jvm.hotspot.utilities.IntervalTree.printOn:(Ljava/io/PrintStream;)V
         1: .line 277
            return
        end local 1 // java.io.PrintStream tty
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0    2     1   tty  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      tty   

  private void init(sun.jvm.hotspot.debugger.Debugger, boolean, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger);
    descriptor: (Lsun/jvm/hotspot/debugger/Debugger;ZLjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // sun.jvm.hotspot.debugger.Debugger debugger
        start local 2 // boolean is64Bit
        start local 3 // java.math.BigInteger addrValue
        start local 4 // java.math.BigInteger addrLow
        start local 5 // java.math.BigInteger addrHigh
         0: .line 284
            aload 0 /* this */
            iload 2 /* is64Bit */
            putfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.is64Bit:Z
         1: .line 285
            aload 0 /* this */
            aload 1 /* debugger */
            putfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.debugger:Lsun/jvm/hotspot/debugger/Debugger;
         2: .line 286
            iload 2 /* is64Bit */
            ifeq 6
         3: .line 287
            aload 0 /* this */
            ldc 8
            putfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressSize:J
         4: .line 288
            aload 0 /* this */
            ldc "??????????????????"
            putfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.unmappedAddrString:Ljava/lang/String;
         5: .line 289
            goto 8
         6: .line 290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 4
            putfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressSize:J
         7: .line 291
            aload 0 /* this */
            ldc "??????????"
            putfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.unmappedAddrString:Ljava/lang/String;
         8: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.awt.BorderLayout
            dup
            invokespecial java.awt.BorderLayout.<init>:()V
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.setLayout:(Ljava/awt/LayoutManager;)V
         9: .line 294
            aload 0 /* this */
            aload 3 /* addrValue */
            aload 4 /* addrLow */
            aload 5 /* addrHigh */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.setupScrollBar:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
        10: .line 295
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
            ldc "East"
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        11: .line 296
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.visibleAnnotations:Ljava/util/List;
        12: .line 297
            aload 0 /* this */
            getstatic java.awt.Color.white:Ljava/awt/Color;
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.setBackground:(Ljava/awt/Color;)V
        13: .line 298
            aload 0 /* this */
            new sun.jvm.hotspot.ui.AnnotatedMemoryPanel$2
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.AnnotatedMemoryPanel$2.<init>:(Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;)V
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addHierarchyBoundsListener:(Ljava/awt/event/HierarchyBoundsListener;)V
        14: .line 308
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.font:Ljava/awt/Font;
            ifnonnull 16
        15: .line 309
            aload 0 /* this */
            ldc "Courier"
            invokestatic sun.jvm.hotspot.ui.GraphicsUtilities.lookupFont:(Ljava/lang/String;)Ljava/awt/Font;
            putfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.font:Ljava/awt/Font;
        16: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.font:Ljava/awt/Font;
            ifnonnull 18
        17: .line 312
            new java.lang.RuntimeException
            dup
            ldc "Error looking up monospace font Courier"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.getInputMap:(I)Ljavax/swing/InputMap;
            bipush 34
            iconst_0
            invokestatic javax.swing.KeyStroke.getKeyStroke:(II)Ljavax/swing/KeyStroke;
            ldc "PageDown"
            invokevirtual javax.swing.InputMap.put:(Ljavax/swing/KeyStroke;Ljava/lang/Object;)V
        19: .line 315
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.getActionMap:()Ljavax/swing/ActionMap;
            ldc "PageDown"
            new sun.jvm.hotspot.ui.AnnotatedMemoryPanel$3
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.AnnotatedMemoryPanel$3.<init>:(Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;)V
            invokevirtual javax.swing.ActionMap.put:(Ljava/lang/Object;Ljavax/swing/Action;)V
        20: .line 320
            aload 0 /* this */
            iconst_2
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.getInputMap:(I)Ljavax/swing/InputMap;
            bipush 33
            iconst_0
            invokestatic javax.swing.KeyStroke.getKeyStroke:(II)Ljavax/swing/KeyStroke;
            ldc "PageUp"
            invokevirtual javax.swing.InputMap.put:(Ljavax/swing/KeyStroke;Ljava/lang/Object;)V
        21: .line 321
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.getActionMap:()Ljavax/swing/ActionMap;
            ldc "PageUp"
            new sun.jvm.hotspot.ui.AnnotatedMemoryPanel$4
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.AnnotatedMemoryPanel$4.<init>:(Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;)V
            invokevirtual javax.swing.ActionMap.put:(Ljava/lang/Object;Ljavax/swing/Action;)V
        22: .line 326
            aload 0 /* this */
            iconst_2
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.getInputMap:(I)Ljavax/swing/InputMap;
            bipush 40
            iconst_0
            invokestatic javax.swing.KeyStroke.getKeyStroke:(II)Ljavax/swing/KeyStroke;
            ldc "Down"
            invokevirtual javax.swing.InputMap.put:(Ljavax/swing/KeyStroke;Ljava/lang/Object;)V
        23: .line 327
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.getActionMap:()Ljavax/swing/ActionMap;
            ldc "Down"
            new sun.jvm.hotspot.ui.AnnotatedMemoryPanel$5
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.AnnotatedMemoryPanel$5.<init>:(Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;)V
            invokevirtual javax.swing.ActionMap.put:(Ljava/lang/Object;Ljavax/swing/Action;)V
        24: .line 332
            aload 0 /* this */
            iconst_2
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.getInputMap:(I)Ljavax/swing/InputMap;
            bipush 38
            iconst_0
            invokestatic javax.swing.KeyStroke.getKeyStroke:(II)Ljavax/swing/KeyStroke;
            ldc "Up"
            invokevirtual javax.swing.InputMap.put:(Ljavax/swing/KeyStroke;Ljava/lang/Object;)V
        25: .line 333
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.getActionMap:()Ljavax/swing/ActionMap;
            ldc "Up"
            new sun.jvm.hotspot.ui.AnnotatedMemoryPanel$6
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.AnnotatedMemoryPanel$6.<init>:(Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;)V
            invokevirtual javax.swing.ActionMap.put:(Ljava/lang/Object;Ljavax/swing/Action;)V
        26: .line 338
            aload 0 /* this */
            iconst_1
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.setEnabled:(Z)V
        27: .line 339
            return
        end local 5 // java.math.BigInteger addrHigh
        end local 4 // java.math.BigInteger addrLow
        end local 3 // java.math.BigInteger addrValue
        end local 2 // boolean is64Bit
        end local 1 // sun.jvm.hotspot.debugger.Debugger debugger
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   28     0       this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0   28     1   debugger  Lsun/jvm/hotspot/debugger/Debugger;
            0   28     2    is64Bit  Z
            0   28     3  addrValue  Ljava/math/BigInteger;
            0   28     4    addrLow  Ljava/math/BigInteger;
            0   28     5   addrHigh  Ljava/math/BigInteger;
    MethodParameters:
           Name  Flags
      debugger   
      is64Bit    
      addrValue  
      addrLow    
      addrHigh   

  private void setupScrollBar(java.math.BigInteger, java.math.BigInteger, java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // java.math.BigInteger value
        start local 2 // java.math.BigInteger min
        start local 3 // java.math.BigInteger max
         0: .line 342
            aload 0 /* this */
            new sun.jvm.hotspot.ui.HighPrecisionJScrollBar
            dup
            iconst_1
            aload 1 /* value */
            aload 2 /* min */
            aload 3 /* max */
            invokespecial sun.jvm.hotspot.ui.HighPrecisionJScrollBar.<init>:(ILjava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            putfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
         1: .line 343
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.is64Bit:Z
            ifeq 10
         2: .line 344
            aload 0 /* this */
            bipush 8
            putfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.bytesPerLine:I
         3: .line 346
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
            new java.math.BigInteger
            dup
            iconst_1
            bipush 8
            newarray 8
            dup
            bipush 7
         4: .line 348
            bipush 8
            bastore
            invokespecial java.math.BigInteger.<init>:(I[B)V
         5: .line 346
            invokevirtual sun.jvm.hotspot.ui.HighPrecisionJScrollBar.setUnitIncrementHP:(Ljava/math/BigInteger;)V
         6: .line 349
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
            new java.math.BigInteger
            dup
            iconst_1
            bipush 8
            newarray 8
            dup
            bipush 7
         7: .line 351
            bipush 64
            bastore
            invokespecial java.math.BigInteger.<init>:(I[B)V
         8: .line 349
            invokevirtual sun.jvm.hotspot.ui.HighPrecisionJScrollBar.setBlockIncrementHP:(Ljava/math/BigInteger;)V
         9: .line 352
            goto 17
        10: .line 354
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.bytesPerLine:I
        11: .line 355
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
            new java.math.BigInteger
            dup
            iconst_1
            iconst_4
            newarray 8
            dup
            iconst_3
        12: .line 356
            iconst_4
            bastore
            invokespecial java.math.BigInteger.<init>:(I[B)V
        13: .line 355
            invokevirtual sun.jvm.hotspot.ui.HighPrecisionJScrollBar.setUnitIncrementHP:(Ljava/math/BigInteger;)V
        14: .line 357
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
            new java.math.BigInteger
            dup
            iconst_1
            iconst_4
            newarray 8
            dup
            iconst_3
        15: .line 358
            bipush 32
            bastore
            invokespecial java.math.BigInteger.<init>:(I[B)V
        16: .line 357
            invokevirtual sun.jvm.hotspot.ui.HighPrecisionJScrollBar.setBlockIncrementHP:(Ljava/math/BigInteger;)V
        17: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.scrollBar:Lsun/jvm/hotspot/ui/HighPrecisionJScrollBar;
            new sun.jvm.hotspot.ui.AnnotatedMemoryPanel$7
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.AnnotatedMemoryPanel$7.<init>:(Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;)V
            invokevirtual sun.jvm.hotspot.ui.HighPrecisionJScrollBar.addChangeListener:(Ljavax/swing/event/ChangeListener;)V
        18: .line 366
            return
        end local 3 // java.math.BigInteger max
        end local 2 // java.math.BigInteger min
        end local 1 // java.math.BigInteger value
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0   19     1  value  Ljava/math/BigInteger;
            0   19     2    min  Ljava/math/BigInteger;
            0   19     3    max  Ljava/math/BigInteger;
    MethodParameters:
       Name  Flags
      value  
      min    
      max    

  private static java.math.BigInteger defaultMemoryLocation(boolean);
    descriptor: (Z)Ljava/math/BigInteger;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // boolean is64Bit
         0: .line 369
            iload 0 /* is64Bit */
            ifeq 4
         1: .line 370
            new java.math.BigInteger
            dup
            iconst_1
            bipush 8
            newarray 8
            dup
            iconst_0
         2: .line 371
            bipush -128
            bastore
         3: .line 370
            invokespecial java.math.BigInteger.<init>:(I[B)V
            areturn
         4: .line 374
      StackMap locals:
      StackMap stack:
            new java.math.BigInteger
            dup
            iconst_1
            iconst_4
            newarray 8
            dup
            iconst_0
            bipush -128
            bastore
            invokespecial java.math.BigInteger.<init>:(I[B)V
            areturn
        end local 0 // boolean is64Bit
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0  is64Bit  Z
    MethodParameters:
         Name  Flags
      is64Bit  

  private static java.math.BigInteger defaultMemoryLow(boolean);
    descriptor: (Z)Ljava/math/BigInteger;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // boolean is64Bit
         0: .line 379
            iload 0 /* is64Bit */
            ifeq 2
         1: .line 380
            new java.math.BigInteger
            dup
            iconst_1
            bipush 8
            newarray 8
            invokespecial java.math.BigInteger.<init>:(I[B)V
            areturn
         2: .line 384
      StackMap locals:
      StackMap stack:
            new java.math.BigInteger
            dup
            iconst_1
            iconst_4
            newarray 8
            invokespecial java.math.BigInteger.<init>:(I[B)V
            areturn
        end local 0 // boolean is64Bit
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  is64Bit  Z
    MethodParameters:
         Name  Flags
      is64Bit  

  private static java.math.BigInteger defaultMemoryHigh(boolean);
    descriptor: (Z)Ljava/math/BigInteger;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // boolean is64Bit
         0: .line 389
            iload 0 /* is64Bit */
            ifeq 5
         1: .line 390
            new java.math.BigInteger
            dup
            iconst_1
            bipush 8
            newarray 8
            dup
            iconst_0
         2: .line 391
            iconst_m1
            bastore
            dup
            iconst_1
            iconst_m1
            bastore
            dup
            iconst_2
            iconst_m1
            bastore
            dup
            iconst_3
            iconst_m1
            bastore
            dup
            iconst_4
         3: .line 392
            iconst_m1
            bastore
            dup
            iconst_5
            iconst_m1
            bastore
            dup
            bipush 6
            iconst_m1
            bastore
            dup
            bipush 7
            bipush -4
            bastore
         4: .line 390
            invokespecial java.math.BigInteger.<init>:(I[B)V
            areturn
         5: .line 394
      StackMap locals:
      StackMap stack:
            new java.math.BigInteger
            dup
            iconst_1
            iconst_4
            newarray 8
            dup
            iconst_0
            iconst_m1
            bastore
            dup
            iconst_1
            iconst_m1
            bastore
            dup
            iconst_2
            iconst_m1
            bastore
            dup
            iconst_3
            bipush -4
            bastore
            invokespecial java.math.BigInteger.<init>:(I[B)V
            areturn
        end local 0 // boolean is64Bit
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0  is64Bit  Z
    MethodParameters:
         Name  Flags
      is64Bit  

  private void setupScrollBar();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
         0: .line 399
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.is64Bit:Z
            invokestatic sun.jvm.hotspot.ui.AnnotatedMemoryPanel.defaultMemoryLocation:(Z)Ljava/math/BigInteger;
         1: .line 400
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.is64Bit:Z
            invokestatic sun.jvm.hotspot.ui.AnnotatedMemoryPanel.defaultMemoryLow:(Z)Ljava/math/BigInteger;
         2: .line 401
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.is64Bit:Z
            invokestatic sun.jvm.hotspot.ui.AnnotatedMemoryPanel.defaultMemoryHigh:(Z)Ljava/math/BigInteger;
         3: .line 399
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.setupScrollBar:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
         4: .line 402
            return
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;

  private java.lang.String bigIntToHexString(java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // java.math.BigInteger bi
         0: .line 405
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 2 /* buf */
        start local 2 // java.lang.StringBuffer buf
         1: .line 406
            aload 2 /* buf */
            ldc "0x"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 407
            aload 1 /* bi */
            bipush 16
            invokevirtual java.math.BigInteger.toString:(I)Ljava/lang/String;
            astore 3 /* val */
        start local 3 // java.lang.String val
         3: .line 408
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         4: goto 7
         5: .line 409
      StackMap locals: java.lang.StringBuffer java.lang.String int
      StackMap stack:
            aload 2 /* buf */
            bipush 48
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         6: .line 408
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            i2l
            ldc 2
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressSize:J
            lmul
            aload 3 /* val */
            invokevirtual java.lang.String.length:()I
            i2l
            lsub
            lcmp
            iflt 5
        end local 4 // int i
         8: .line 411
            aload 2 /* buf */
            aload 3 /* val */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 412
            aload 2 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.lang.String val
        end local 2 // java.lang.StringBuffer buf
        end local 1 // java.math.BigInteger bi
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0   10     1    bi  Ljava/math/BigInteger;
            1   10     2   buf  Ljava/lang/StringBuffer;
            3   10     3   val  Ljava/lang/String;
            4    8     4     i  I
    MethodParameters:
      Name  Flags
      bi    

  private sun.jvm.hotspot.debugger.Address bigIntToAddress(java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // java.math.BigInteger i
         0: .line 416
            aload 0 /* this */
            aload 1 /* i */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.bigIntToHexString:(Ljava/math/BigInteger;)Ljava/lang/String;
            astore 2 /* s */
        start local 2 // java.lang.String s
         1: .line 417
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.debugger:Lsun/jvm/hotspot/debugger/Debugger;
            aload 2 /* s */
            invokeinterface sun.jvm.hotspot.debugger.Debugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 2 // java.lang.String s
        end local 1 // java.math.BigInteger i
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0    2     1     i  Ljava/math/BigInteger;
            1    2     2     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      i     

  private java.math.BigInteger addressToBigInt(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // sun.jvm.hotspot.debugger.Address a
         0: .line 421
            aload 0 /* this */
            aload 1 /* a */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressToString:(Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/String;
            astore 2 /* s */
        start local 2 // java.lang.String s
         1: .line 422
            aload 2 /* s */
            ldc "0x"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifne 3
         2: .line 423
            new java.lang.NumberFormatException
            dup
            aload 2 /* s */
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 425
      StackMap locals: java.lang.String
      StackMap stack:
            new java.math.BigInteger
            dup
            aload 2 /* s */
            iconst_2
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            bipush 16
            invokespecial java.math.BigInteger.<init>:(Ljava/lang/String;I)V
            areturn
        end local 2 // java.lang.String s
        end local 1 // sun.jvm.hotspot.debugger.Address a
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0    4     1     a  Lsun/jvm/hotspot/debugger/Address;
            1    4     2     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      a     

  private java.lang.String addressToString(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // sun.jvm.hotspot.debugger.Address a
         0: .line 429
            aload 1 /* a */
            ifnonnull 4
         1: .line 430
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.is64Bit:Z
            ifeq 3
         2: .line 431
            ldc "0x0000000000000000"
            areturn
         3: .line 433
      StackMap locals:
      StackMap stack:
            ldc "0x00000000"
            areturn
         4: .line 436
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 1 // sun.jvm.hotspot.debugger.Address a
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0    5     1     a  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      a     

  private void scrollAnnotations(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // int y
         0: .line 441
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.visibleAnnotations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         1: goto 4
         2: .line 442
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ui.Annotation
            astore 3 /* anno */
        start local 3 // sun.jvm.hotspot.ui.Annotation anno
         3: .line 443
            aload 3 /* anno */
            aload 3 /* anno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getY:()I
            iload 1 /* y */
            iadd
            invokevirtual sun.jvm.hotspot.ui.Annotation.setY:(I)V
        end local 3 // sun.jvm.hotspot.ui.Annotation anno
         4: .line 441
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        end local 2 // java.util.Iterator iter
         5: .line 445
            return
        end local 1 // int y
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0    6     1     y  I
            1    5     2  iter  Ljava/util/Iterator;
            3    4     3  anno  Lsun/jvm/hotspot/ui/Annotation;
    MethodParameters:
      Name  Flags
      y     

  private void layoutAnnotations(java.util.List, java.awt.Graphics, int, sun.jvm.hotspot.debugger.Address, int);
    descriptor: (Ljava/util/List;Ljava/awt/Graphics;ILsun/jvm/hotspot/debugger/Address;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=16, args_size=6
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // java.util.List va
        start local 2 // java.awt.Graphics g
        start local 3 // int x
        start local 4 // sun.jvm.hotspot.debugger.Address startAddr
        start local 5 // int lineHeight
         0: .line 457
            aload 1 /* va */
            invokeinterface java.util.List.size:()I
            ifne 3
         1: .line 458
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.visibleAnnotations:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         2: .line 459
            return
         3: .line 484
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* deferredIndex */
        start local 6 // int deferredIndex
         4: .line 486
            aconst_null
            astore 7 /* constraintAnnotation */
        start local 7 // sun.jvm.hotspot.ui.Annotation constraintAnnotation
         5: .line 488
            aconst_null
            astore 8 /* firstConstraintAnnotation */
        start local 8 // sun.jvm.hotspot.ui.Annotation firstConstraintAnnotation
         6: .line 491
            iconst_0
            istore 9 /* searchIndex */
        start local 9 // int searchIndex
         7: .line 493
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 10 /* newAnnos */
        start local 10 // java.util.List newAnnos
         8: .line 495
            aload 1 /* va */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 11 /* iter */
        start local 11 // java.util.Iterator iter
         9: goto 33
        10: .line 496
      StackMap locals: sun.jvm.hotspot.ui.AnnotatedMemoryPanel java.util.List java.awt.Graphics int sun.jvm.hotspot.debugger.Address int int sun.jvm.hotspot.ui.Annotation sun.jvm.hotspot.ui.Annotation int java.util.List java.util.Iterator
      StackMap stack:
            aload 11 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.utilities.IntervalNode
            invokevirtual sun.jvm.hotspot.utilities.IntervalNode.getData:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ui.Annotation
            astore 12 /* anno */
        start local 12 // sun.jvm.hotspot.ui.Annotation anno
        11: .line 499
            iconst_0
            istore 13 /* found */
        start local 13 // boolean found
        12: .line 500
            iload 9 /* searchIndex */
            istore 14 /* i */
        start local 14 // int i
        13: goto 25
        14: .line 501
      StackMap locals: sun.jvm.hotspot.ui.Annotation int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.visibleAnnotations:Ljava/util/List;
            iload 14 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ui.Annotation
            astore 15 /* el */
        start local 15 // sun.jvm.hotspot.ui.Annotation el
        15: .line 504
            aload 15 /* el */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getLowAddress:()Lsun/jvm/hotspot/debugger/Address;
            aload 12 /* anno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getLowAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokeinterface sun.jvm.hotspot.debugger.Address.greaterThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 17
        16: .line 505
            goto 26
        17: .line 507
      StackMap locals: sun.jvm.hotspot.ui.Annotation
      StackMap stack:
            aload 15 /* el */
            aload 12 /* anno */
            if_acmpne 24
        18: .line 509
            iconst_1
            istore 13 /* found */
        19: .line 510
            iload 14 /* i */
            istore 9 /* searchIndex */
        20: .line 511
            aload 12 /* anno */
            astore 7 /* constraintAnnotation */
        21: .line 512
            aload 8 /* firstConstraintAnnotation */
            ifnonnull 26
        22: .line 513
            aload 7 /* constraintAnnotation */
            astore 8 /* firstConstraintAnnotation */
        23: .line 515
            goto 26
        end local 15 // sun.jvm.hotspot.ui.Annotation el
        24: .line 500
      StackMap locals:
      StackMap stack:
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 14 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.visibleAnnotations:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 14
        end local 14 // int i
        26: .line 519
      StackMap locals:
      StackMap stack:
            iload 13 /* found */
            ifne 32
        27: .line 520
            aload 7 /* constraintAnnotation */
            ifnull 31
        28: .line 521
            aload 0 /* this */
            aload 12 /* anno */
            aload 7 /* constraintAnnotation */
            aload 2 /* g */
            iload 3 /* x */
            aload 4 /* startAddr */
            iload 5 /* lineHeight */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.layoutAfter:(Lsun/jvm/hotspot/ui/Annotation;Lsun/jvm/hotspot/ui/Annotation;Ljava/awt/Graphics;ILsun/jvm/hotspot/debugger/Address;I)V
        29: .line 522
            aload 12 /* anno */
            astore 7 /* constraintAnnotation */
        30: .line 523
            goto 32
        31: .line 525
      StackMap locals:
      StackMap stack:
            iinc 6 /* deferredIndex */ 1
        32: .line 529
      StackMap locals:
      StackMap stack:
            aload 10 /* newAnnos */
            aload 12 /* anno */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 13 // boolean found
        end local 12 // sun.jvm.hotspot.ui.Annotation anno
        33: .line 495
      StackMap locals:
      StackMap stack:
            aload 11 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        end local 11 // java.util.Iterator iter
        34: .line 532
            aload 8 /* firstConstraintAnnotation */
            ifnull 43
        35: .line 534
            iload 6 /* deferredIndex */
            istore 11 /* i */
        start local 11 // int i
        36: goto 41
        37: .line 535
      StackMap locals: sun.jvm.hotspot.ui.AnnotatedMemoryPanel java.util.List java.awt.Graphics int sun.jvm.hotspot.debugger.Address int int sun.jvm.hotspot.ui.Annotation sun.jvm.hotspot.ui.Annotation int java.util.List int
      StackMap stack:
            aload 10 /* newAnnos */
            iload 11 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ui.Annotation
            astore 12 /* anno */
        start local 12 // sun.jvm.hotspot.ui.Annotation anno
        38: .line 536
            aload 0 /* this */
            aload 12 /* anno */
            aload 8 /* firstConstraintAnnotation */
            aload 2 /* g */
            iload 3 /* x */
            aload 4 /* startAddr */
            iload 5 /* lineHeight */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.layoutBefore:(Lsun/jvm/hotspot/ui/Annotation;Lsun/jvm/hotspot/ui/Annotation;Ljava/awt/Graphics;ILsun/jvm/hotspot/debugger/Address;I)V
        39: .line 537
            aload 12 /* anno */
            astore 8 /* firstConstraintAnnotation */
        end local 12 // sun.jvm.hotspot.ui.Annotation anno
        40: .line 534
            iinc 11 /* i */ -1
      StackMap locals:
      StackMap stack:
        41: iload 11 /* i */
            ifge 37
        end local 11 // int i
        42: .line 539
            goto 53
        43: .line 542
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 47
        44: .line 543
            aload 7 /* constraintAnnotation */
            ifnonnull 45
            iconst_1
            goto 46
      StackMap locals:
      StackMap stack:
        45: iconst_0
      StackMap locals:
      StackMap stack: int
        46: ldc "logic error in layout code"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
        47: .line 545
      StackMap locals:
      StackMap stack:
            aload 10 /* newAnnos */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 11 /* iter */
        start local 11 // java.util.Iterator iter
        48: goto 52
        49: .line 546
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 11 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.ui.Annotation
            astore 12 /* anno */
        start local 12 // sun.jvm.hotspot.ui.Annotation anno
        50: .line 547
            aload 0 /* this */
            aload 12 /* anno */
            aload 7 /* constraintAnnotation */
            aload 2 /* g */
            iload 3 /* x */
            aload 4 /* startAddr */
            iload 5 /* lineHeight */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.layoutAfter:(Lsun/jvm/hotspot/ui/Annotation;Lsun/jvm/hotspot/ui/Annotation;Ljava/awt/Graphics;ILsun/jvm/hotspot/debugger/Address;I)V
        51: .line 548
            aload 12 /* anno */
            astore 7 /* constraintAnnotation */
        end local 12 // sun.jvm.hotspot.ui.Annotation anno
        52: .line 545
      StackMap locals:
      StackMap stack:
            aload 11 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 49
        end local 11 // java.util.Iterator iter
        53: .line 552
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 10 /* newAnnos */
            putfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.visibleAnnotations:Ljava/util/List;
        54: .line 553
            return
        end local 10 // java.util.List newAnnos
        end local 9 // int searchIndex
        end local 8 // sun.jvm.hotspot.ui.Annotation firstConstraintAnnotation
        end local 7 // sun.jvm.hotspot.ui.Annotation constraintAnnotation
        end local 6 // int deferredIndex
        end local 5 // int lineHeight
        end local 4 // sun.jvm.hotspot.debugger.Address startAddr
        end local 3 // int x
        end local 2 // java.awt.Graphics g
        end local 1 // java.util.List va
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   55     0                       this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0   55     1                         va  Ljava/util/List;
            0   55     2                          g  Ljava/awt/Graphics;
            0   55     3                          x  I
            0   55     4                  startAddr  Lsun/jvm/hotspot/debugger/Address;
            0   55     5                 lineHeight  I
            4   55     6              deferredIndex  I
            5   55     7       constraintAnnotation  Lsun/jvm/hotspot/ui/Annotation;
            6   55     8  firstConstraintAnnotation  Lsun/jvm/hotspot/ui/Annotation;
            7   55     9                searchIndex  I
            8   55    10                   newAnnos  Ljava/util/List;
            9   34    11                       iter  Ljava/util/Iterator;
           11   33    12                       anno  Lsun/jvm/hotspot/ui/Annotation;
           12   33    13                      found  Z
           13   26    14                          i  I
           15   24    15                         el  Lsun/jvm/hotspot/ui/Annotation;
           36   42    11                          i  I
           38   40    12                       anno  Lsun/jvm/hotspot/ui/Annotation;
           48   53    11                       iter  Ljava/util/Iterator;
           50   52    12                       anno  Lsun/jvm/hotspot/ui/Annotation;
    MethodParameters:
            Name  Flags
      va          
      g           
      x           
      startAddr   
      lineHeight  

  private void layoutBefore(sun.jvm.hotspot.ui.Annotation, sun.jvm.hotspot.ui.Annotation, java.awt.Graphics, int, sun.jvm.hotspot.debugger.Address, int);
    descriptor: (Lsun/jvm/hotspot/ui/Annotation;Lsun/jvm/hotspot/ui/Annotation;Ljava/awt/Graphics;ILsun/jvm/hotspot/debugger/Address;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // sun.jvm.hotspot.ui.Annotation anno
        start local 2 // sun.jvm.hotspot.ui.Annotation constraintAnno
        start local 3 // java.awt.Graphics g
        start local 4 // int x
        start local 5 // sun.jvm.hotspot.debugger.Address startAddr
        start local 6 // int lineHeight
         0: .line 561
            aload 1 /* anno */
            aload 3 /* g */
            invokevirtual sun.jvm.hotspot.ui.Annotation.computeWidthAndHeight:(Ljava/awt/Graphics;)V
         1: .line 563
            aload 2 /* constraintAnno */
            ifnull 4
         2: .line 564
            aload 1 /* anno */
            aload 0 /* this */
            aload 2 /* constraintAnno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getColor:()Ljava/awt/Color;
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.prevColor:(Ljava/awt/Color;)Ljava/awt/Color;
            invokevirtual sun.jvm.hotspot.ui.Annotation.setColor:(Ljava/awt/Color;)V
         3: .line 565
            goto 5
         4: .line 566
      StackMap locals:
      StackMap stack:
            aload 1 /* anno */
            getstatic sun.jvm.hotspot.ui.AnnotatedMemoryPanel.colors:[Ljava/awt/Color;
            iconst_0
            aaload
            invokevirtual sun.jvm.hotspot.ui.Annotation.setColor:(Ljava/awt/Color;)V
         5: .line 569
      StackMap locals:
      StackMap stack:
            aload 1 /* anno */
            iload 4 /* x */
            invokevirtual sun.jvm.hotspot.ui.Annotation.setX:(I)V
         6: .line 571
            aload 1 /* anno */
            aload 1 /* anno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getInterval:()Lsun/jvm/hotspot/utilities/Interval;
            invokevirtual sun.jvm.hotspot.utilities.Interval.getLowEndpoint:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.Address
            aload 5 /* startAddr */
            invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
            iload 6 /* lineHeight */
            i2l
            lmul
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressSize:J
            ldiv
            l2i
         7: .line 572
            iconst_5
            iload 6 /* lineHeight */
            imul
            bipush 6
            idiv
            iadd
         8: .line 571
            invokevirtual sun.jvm.hotspot.ui.Annotation.setY:(I)V
         9: .line 574
            aload 2 /* constraintAnno */
            ifnull 11
            aload 1 /* anno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getY:()I
            aload 1 /* anno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getHeight:()I
            iadd
            aload 2 /* constraintAnno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getY:()I
            if_icmple 11
        10: .line 575
            aload 1 /* anno */
            aload 2 /* constraintAnno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getY:()I
            aload 1 /* anno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getHeight:()I
            isub
            invokevirtual sun.jvm.hotspot.ui.Annotation.setY:(I)V
        11: .line 577
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int lineHeight
        end local 5 // sun.jvm.hotspot.debugger.Address startAddr
        end local 4 // int x
        end local 3 // java.awt.Graphics g
        end local 2 // sun.jvm.hotspot.ui.Annotation constraintAnno
        end local 1 // sun.jvm.hotspot.ui.Annotation anno
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0   12     1            anno  Lsun/jvm/hotspot/ui/Annotation;
            0   12     2  constraintAnno  Lsun/jvm/hotspot/ui/Annotation;
            0   12     3               g  Ljava/awt/Graphics;
            0   12     4               x  I
            0   12     5       startAddr  Lsun/jvm/hotspot/debugger/Address;
            0   12     6      lineHeight  I
    MethodParameters:
                Name  Flags
      anno            
      constraintAnno  
      g               
      x               
      startAddr       
      lineHeight      

  private void layoutAfter(sun.jvm.hotspot.ui.Annotation, sun.jvm.hotspot.ui.Annotation, java.awt.Graphics, int, sun.jvm.hotspot.debugger.Address, int);
    descriptor: (Lsun/jvm/hotspot/ui/Annotation;Lsun/jvm/hotspot/ui/Annotation;Ljava/awt/Graphics;ILsun/jvm/hotspot/debugger/Address;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // sun.jvm.hotspot.ui.Annotation anno
        start local 2 // sun.jvm.hotspot.ui.Annotation constraintAnno
        start local 3 // java.awt.Graphics g
        start local 4 // int x
        start local 5 // sun.jvm.hotspot.debugger.Address startAddr
        start local 6 // int lineHeight
         0: .line 585
            aload 1 /* anno */
            aload 3 /* g */
            invokevirtual sun.jvm.hotspot.ui.Annotation.computeWidthAndHeight:(Ljava/awt/Graphics;)V
         1: .line 587
            aload 2 /* constraintAnno */
            ifnull 4
         2: .line 588
            aload 1 /* anno */
            aload 0 /* this */
            aload 2 /* constraintAnno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getColor:()Ljava/awt/Color;
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.nextColor:(Ljava/awt/Color;)Ljava/awt/Color;
            invokevirtual sun.jvm.hotspot.ui.Annotation.setColor:(Ljava/awt/Color;)V
         3: .line 589
            goto 5
         4: .line 590
      StackMap locals:
      StackMap stack:
            aload 1 /* anno */
            getstatic sun.jvm.hotspot.ui.AnnotatedMemoryPanel.colors:[Ljava/awt/Color;
            iconst_0
            aaload
            invokevirtual sun.jvm.hotspot.ui.Annotation.setColor:(Ljava/awt/Color;)V
         5: .line 593
      StackMap locals:
      StackMap stack:
            aload 1 /* anno */
            iload 4 /* x */
            invokevirtual sun.jvm.hotspot.ui.Annotation.setX:(I)V
         6: .line 595
            aload 1 /* anno */
            aload 1 /* anno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getInterval:()Lsun/jvm/hotspot/utilities/Interval;
            invokevirtual sun.jvm.hotspot.utilities.Interval.getLowEndpoint:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.Address
            aload 5 /* startAddr */
            invokeinterface sun.jvm.hotspot.debugger.Address.minus:(Lsun/jvm/hotspot/debugger/Address;)J
            iload 6 /* lineHeight */
            i2l
            lmul
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addressSize:J
            ldiv
            l2i
         7: .line 596
            iconst_5
            iload 6 /* lineHeight */
            imul
            bipush 6
            idiv
            iadd
         8: .line 595
            invokevirtual sun.jvm.hotspot.ui.Annotation.setY:(I)V
         9: .line 598
            aload 2 /* constraintAnno */
            ifnull 11
            aload 1 /* anno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getY:()I
            aload 2 /* constraintAnno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getY:()I
            aload 2 /* constraintAnno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getHeight:()I
            iadd
            if_icmpge 11
        10: .line 599
            aload 1 /* anno */
            aload 2 /* constraintAnno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getY:()I
            aload 2 /* constraintAnno */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getHeight:()I
            iadd
            invokevirtual sun.jvm.hotspot.ui.Annotation.setY:(I)V
        11: .line 601
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int lineHeight
        end local 5 // sun.jvm.hotspot.debugger.Address startAddr
        end local 4 // int x
        end local 3 // java.awt.Graphics g
        end local 2 // sun.jvm.hotspot.ui.Annotation constraintAnno
        end local 1 // sun.jvm.hotspot.ui.Annotation anno
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0   12     1            anno  Lsun/jvm/hotspot/ui/Annotation;
            0   12     2  constraintAnno  Lsun/jvm/hotspot/ui/Annotation;
            0   12     3               g  Ljava/awt/Graphics;
            0   12     4               x  I
            0   12     5       startAddr  Lsun/jvm/hotspot/debugger/Address;
            0   12     6      lineHeight  I
    MethodParameters:
                Name  Flags
      anno            
      constraintAnno  
      g               
      x               
      startAddr       
      lineHeight      

  private java.awt.Color prevColor(java.awt.Color);
    descriptor: (Ljava/awt/Color;)Ljava/awt/Color;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // java.awt.Color c
         0: .line 605
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.findColorIndex:(Ljava/awt/Color;)I
            istore 2 /* i */
        start local 2 // int i
         1: .line 606
            iload 2 /* i */
            ifne 3
         2: .line 607
            getstatic sun.jvm.hotspot.ui.AnnotatedMemoryPanel.colors:[Ljava/awt/Color;
            getstatic sun.jvm.hotspot.ui.AnnotatedMemoryPanel.colors:[Ljava/awt/Color;
            arraylength
            iconst_1
            isub
            aaload
            areturn
         3: .line 609
      StackMap locals: int
      StackMap stack:
            getstatic sun.jvm.hotspot.ui.AnnotatedMemoryPanel.colors:[Ljava/awt/Color;
            iload 2 /* i */
            iconst_1
            isub
            aaload
            areturn
        end local 2 // int i
        end local 1 // java.awt.Color c
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0    4     1     c  Ljava/awt/Color;
            1    4     2     i  I
    MethodParameters:
      Name  Flags
      c     

  private java.awt.Color nextColor(java.awt.Color);
    descriptor: (Ljava/awt/Color;)Ljava/awt/Color;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // java.awt.Color c
         0: .line 615
            getstatic sun.jvm.hotspot.ui.AnnotatedMemoryPanel.colors:[Ljava/awt/Color;
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.findColorIndex:(Ljava/awt/Color;)I
            iconst_1
            iadd
            getstatic sun.jvm.hotspot.ui.AnnotatedMemoryPanel.colors:[Ljava/awt/Color;
            arraylength
            irem
            aaload
            areturn
        end local 1 // java.awt.Color c
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0    1     1     c  Ljava/awt/Color;
    MethodParameters:
      Name  Flags
      c     

  private int findColorIndex(java.awt.Color);
    descriptor: (Ljava/awt/Color;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
        start local 1 // java.awt.Color c
         0: .line 619
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 620
      StackMap locals: int
      StackMap stack:
            getstatic sun.jvm.hotspot.ui.AnnotatedMemoryPanel.colors:[Ljava/awt/Color;
            iload 2 /* i */
            aaload
            aload 1 /* c */
            if_acmpne 4
         3: .line 621
            iload 2 /* i */
            ireturn
         4: .line 619
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            getstatic sun.jvm.hotspot.ui.AnnotatedMemoryPanel.colors:[Ljava/awt/Color;
            arraylength
            if_icmplt 2
        end local 2 // int i
         6: .line 624
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        end local 1 // java.awt.Color c
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
            0    7     1     c  Ljava/awt/Color;
            1    6     2     i  I
    MethodParameters:
      Name  Flags
      c     

  public static void main(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // java.lang.String[] args
         0: .line 628
            new javax.swing.JFrame
            dup
            invokespecial javax.swing.JFrame.<init>:()V
            astore 1 /* frame */
        start local 1 // javax.swing.JFrame frame
         1: .line 629
            new sun.jvm.hotspot.debugger.dummy.DummyDebugger
            dup
            new sun.jvm.hotspot.debugger.MachineDescriptionIntelX86
            dup
            invokespecial sun.jvm.hotspot.debugger.MachineDescriptionIntelX86.<init>:()V
            invokespecial sun.jvm.hotspot.debugger.dummy.DummyDebugger.<init>:(Lsun/jvm/hotspot/debugger/MachineDescription;)V
            astore 2 /* debugger */
        start local 2 // sun.jvm.hotspot.debugger.dummy.DummyDebugger debugger
         2: .line 630
            new sun.jvm.hotspot.ui.AnnotatedMemoryPanel
            dup
            aload 2 /* debugger */
            invokespecial sun.jvm.hotspot.ui.AnnotatedMemoryPanel.<init>:(Lsun/jvm/hotspot/debugger/Debugger;)V
            astore 3 /* anno */
        start local 3 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel anno
         3: .line 631
            aload 1 /* frame */
            invokevirtual javax.swing.JFrame.getContentPane:()Ljava/awt/Container;
            aload 3 /* anno */
            invokevirtual java.awt.Container.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         4: .line 632
            aload 3 /* anno */
            new sun.jvm.hotspot.ui.Annotation
            dup
            aload 2 /* debugger */
            ldc "0x80000000"
            invokevirtual sun.jvm.hotspot.debugger.dummy.DummyDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
         5: .line 633
            aload 2 /* debugger */
            ldc "0x80000040"
            invokevirtual sun.jvm.hotspot.debugger.dummy.DummyDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
         6: .line 634
            ldc "Stack Frame for \"foo\""
            invokespecial sun.jvm.hotspot.ui.Annotation.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Ljava/lang/String;)V
         7: .line 632
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addAnnotation:(Lsun/jvm/hotspot/ui/Annotation;)V
         8: .line 635
            aload 3 /* anno */
            new sun.jvm.hotspot.ui.Annotation
            dup
            aload 2 /* debugger */
            ldc "0x80000010"
            invokevirtual sun.jvm.hotspot.debugger.dummy.DummyDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
         9: .line 636
            aload 2 /* debugger */
            ldc "0x80000020"
            invokevirtual sun.jvm.hotspot.debugger.dummy.DummyDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
        10: .line 637
            ldc "Locals for \"foo\""
            invokespecial sun.jvm.hotspot.ui.Annotation.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Ljava/lang/String;)V
        11: .line 635
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addAnnotation:(Lsun/jvm/hotspot/ui/Annotation;)V
        12: .line 638
            aload 3 /* anno */
            new sun.jvm.hotspot.ui.Annotation
            dup
            aload 2 /* debugger */
            ldc "0x80000020"
            invokevirtual sun.jvm.hotspot.debugger.dummy.DummyDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
        13: .line 639
            aload 2 /* debugger */
            ldc "0x80000030"
            invokevirtual sun.jvm.hotspot.debugger.dummy.DummyDebugger.parseAddress:(Ljava/lang/String;)Lsun/jvm/hotspot/debugger/Address;
        14: .line 640
            ldc "Expression stack for \"foo\""
            invokespecial sun.jvm.hotspot.ui.Annotation.<init>:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Ljava/lang/String;)V
        15: .line 638
            invokevirtual sun.jvm.hotspot.ui.AnnotatedMemoryPanel.addAnnotation:(Lsun/jvm/hotspot/ui/Annotation;)V
        16: .line 642
            aload 1 /* frame */
            sipush 400
            sipush 300
            invokevirtual javax.swing.JFrame.setSize:(II)V
        17: .line 643
            aload 1 /* frame */
            new sun.jvm.hotspot.ui.AnnotatedMemoryPanel$8
            dup
            invokespecial sun.jvm.hotspot.ui.AnnotatedMemoryPanel$8.<init>:()V
            invokevirtual javax.swing.JFrame.addWindowListener:(Ljava/awt/event/WindowListener;)V
        18: .line 651
            aload 1 /* frame */
            iconst_1
            invokevirtual javax.swing.JFrame.setVisible:(Z)V
        19: .line 652
            return
        end local 3 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel anno
        end local 2 // sun.jvm.hotspot.debugger.dummy.DummyDebugger debugger
        end local 1 // javax.swing.JFrame frame
        end local 0 // java.lang.String[] args
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   20     0      args  [Ljava/lang/String;
            1   20     1     frame  Ljavax/swing/JFrame;
            2   20     2  debugger  Lsun/jvm/hotspot/debugger/dummy/DummyDebugger;
            3   20     3      anno  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel;
    MethodParameters:
      Name  Flags
      args  
}
SourceFile: "AnnotatedMemoryPanel.java"
NestMembers:
  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$1  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$2  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$3  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$4  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$5  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$6  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$7  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$8  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$AnnoX
InnerClasses:
  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$1
  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$2
  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$3
  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$4
  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$5
  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$6
  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$7
  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$8
  AnnoX = sun.jvm.hotspot.ui.AnnotatedMemoryPanel$AnnoX of sun.jvm.hotspot.ui.AnnotatedMemoryPanel