public class sun.jvm.hotspot.ui.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.ui.Annotation
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.utilities.Interval interval;
    descriptor: Lsun/jvm/hotspot/utilities/Interval;
    flags: (0x0002) ACC_PRIVATE

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

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

  private java.awt.Color baseColor;
    descriptor: Ljava/awt/Color;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  public void <init>(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address, java.lang.String);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // sun.jvm.hotspot.ui.Annotation this
        start local 1 // sun.jvm.hotspot.debugger.Address lowAddress
        start local 2 // sun.jvm.hotspot.debugger.Address highAddress
        start local 3 // java.lang.String s
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield sun.jvm.hotspot.ui.Annotation.strings:Ljava/util/List;
         2: .line 57
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield sun.jvm.hotspot.ui.Annotation.heights:Ljava/util/List;
         3: .line 58
            new java.util.StringTokenizer
            dup
            aload 3 /* s */
            ldc "\n"
            invokespecial java.util.StringTokenizer.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            astore 4 /* tok */
        start local 4 // java.util.StringTokenizer tok
         4: goto 6
         5: .line 59
      StackMap locals: sun.jvm.hotspot.ui.Annotation sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address java.lang.String java.util.StringTokenizer
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.strings:Ljava/util/List;
            aload 4 /* tok */
            invokevirtual java.util.StringTokenizer.nextToken:()Ljava/lang/String;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 58
      StackMap locals:
      StackMap stack:
            aload 4 /* tok */
            invokevirtual java.util.StringTokenizer.hasMoreTokens:()Z
            ifne 5
        end local 4 // java.util.StringTokenizer tok
         7: .line 61
            aload 2 /* highAddress */
            aload 1 /* lowAddress */
            invokestatic sun.jvm.hotspot.utilities.AddressOps.lessThan:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 11
         8: .line 62
            aload 1 /* lowAddress */
            astore 4 /* temp */
        start local 4 // sun.jvm.hotspot.debugger.Address temp
         9: .line 63
            aload 2 /* highAddress */
            astore 1 /* lowAddress */
        10: .line 64
            aload 4 /* temp */
            astore 2 /* highAddress */
        end local 4 // sun.jvm.hotspot.debugger.Address temp
        11: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.jvm.hotspot.utilities.Interval
            dup
            aload 1 /* lowAddress */
            aload 2 /* highAddress */
            invokespecial sun.jvm.hotspot.utilities.Interval.<init>:(Ljava/lang/Object;Ljava/lang/Object;)V
            putfield sun.jvm.hotspot.ui.Annotation.interval:Lsun/jvm/hotspot/utilities/Interval;
        12: .line 67
            return
        end local 3 // java.lang.String s
        end local 2 // sun.jvm.hotspot.debugger.Address highAddress
        end local 1 // sun.jvm.hotspot.debugger.Address lowAddress
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lsun/jvm/hotspot/ui/Annotation;
            0   13     1   lowAddress  Lsun/jvm/hotspot/debugger/Address;
            0   13     2  highAddress  Lsun/jvm/hotspot/debugger/Address;
            0   13     3            s  Ljava/lang/String;
            4    7     4          tok  Ljava/util/StringTokenizer;
            9   11     4         temp  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
             Name  Flags
      lowAddress   
      highAddress  
      s            

  public sun.jvm.hotspot.utilities.Interval getInterval();
    descriptor: ()Lsun/jvm/hotspot/utilities/Interval;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.Annotation this
         0: .line 70
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.interval:Lsun/jvm/hotspot/utilities/Interval;
            areturn
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/Annotation;

  public sun.jvm.hotspot.debugger.Address getLowAddress();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.Annotation this
         0: .line 74
            aload 0 /* this */
            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
            areturn
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/Annotation;

  public sun.jvm.hotspot.debugger.Address getHighAddress();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.Annotation this
         0: .line 78
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getInterval:()Lsun/jvm/hotspot/utilities/Interval;
            invokevirtual sun.jvm.hotspot.utilities.Interval.getHighEndpoint:()Ljava/lang/Object;
            checkcast sun.jvm.hotspot.debugger.Address
            areturn
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/Annotation;

  public void draw(java.awt.Graphics);
    descriptor: (Ljava/awt/Graphics;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // sun.jvm.hotspot.ui.Annotation this
        start local 1 // java.awt.Graphics g
         0: .line 84
            aload 1 /* g */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.baseColor:Ljava/awt/Color;
            invokevirtual java.awt.Graphics.setColor:(Ljava/awt/Color;)V
         1: .line 85
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.y:I
            istore 2 /* tmpY */
        start local 2 // int tmpY
         2: .line 86
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 9
         4: .line 87
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.strings:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* s */
        start local 4 // java.lang.String s
         5: .line 88
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.heights:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 5 /* h */
        start local 5 // java.lang.Integer h
         6: .line 89
            aload 1 /* g */
            aload 4 /* s */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.x:I
            iload 2 /* tmpY */
            invokevirtual java.awt.Graphics.drawString:(Ljava/lang/String;II)V
         7: .line 90
            iload 2 /* tmpY */
            aload 5 /* h */
            invokevirtual java.lang.Integer.intValue:()I
            iadd
            istore 2 /* tmpY */
        end local 5 // java.lang.Integer h
        end local 4 // java.lang.String s
         8: .line 86
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.strings:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 4
        end local 3 // int i
        10: .line 92
            return
        end local 2 // int tmpY
        end local 1 // java.awt.Graphics g
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/jvm/hotspot/ui/Annotation;
            0   11     1     g  Ljava/awt/Graphics;
            2   11     2  tmpY  I
            3   10     3     i  I
            5    8     4     s  Ljava/lang/String;
            6    8     5     h  Ljava/lang/Integer;
    MethodParameters:
      Name  Flags
      g     

  public void setColor(java.awt.Color);
    descriptor: (Ljava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.Annotation this
        start local 1 // java.awt.Color c
         0: .line 97
            aload 0 /* this */
            aload 1 /* c */
            putfield sun.jvm.hotspot.ui.Annotation.baseColor:Ljava/awt/Color;
         1: .line 98
            return
        end local 1 // java.awt.Color c
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/Annotation;
            0    2     1     c  Ljava/awt/Color;
    MethodParameters:
      Name  Flags
      c     

  public java.awt.Color getColor();
    descriptor: ()Ljava/awt/Color;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.Annotation this
         0: .line 102
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.baseColor:Ljava/awt/Color;
            areturn
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/Annotation;

  public void computeWidthAndHeight(java.awt.Graphics);
    descriptor: (Ljava/awt/Graphics;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.jvm.hotspot.ui.Annotation this
        start local 1 // java.awt.Graphics g
         0: .line 110
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.ui.Annotation.width:I
         1: .line 111
            aload 0 /* this */
            iconst_0
            putfield sun.jvm.hotspot.ui.Annotation.height:I
         2: .line 112
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.heights:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         3: .line 113
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.strings:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         4: goto 10
         5: .line 114
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* s */
        start local 3 // java.lang.String s
         6: .line 115
            aload 3 /* s */
            aload 1 /* g */
            invokestatic sun.jvm.hotspot.ui.GraphicsUtilities.getStringBounds:(Ljava/lang/String;Ljava/awt/Graphics;)Ljava/awt/geom/Rectangle2D;
            astore 4 /* bounds */
        start local 4 // java.awt.geom.Rectangle2D bounds
         7: .line 116
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.width:I
            aload 4 /* bounds */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            d2i
            invokestatic java.lang.Math.max:(II)I
            putfield sun.jvm.hotspot.ui.Annotation.width:I
         8: .line 117
            aload 0 /* this */
            dup
            getfield sun.jvm.hotspot.ui.Annotation.height:I
            aload 4 /* bounds */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            d2i
            iadd
            putfield sun.jvm.hotspot.ui.Annotation.height:I
         9: .line 118
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.heights:Ljava/util/List;
            new java.lang.Integer
            dup
            aload 4 /* bounds */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            d2i
            invokespecial java.lang.Integer.<init>:(I)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.awt.geom.Rectangle2D bounds
        end local 3 // java.lang.String s
        10: .line 113
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        end local 2 // java.util.Iterator iter
        11: .line 120
            return
        end local 1 // java.awt.Graphics g
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lsun/jvm/hotspot/ui/Annotation;
            0   12     1       g  Ljava/awt/Graphics;
            4   11     2    iter  Ljava/util/Iterator;
            6   10     3       s  Ljava/lang/String;
            7   10     4  bounds  Ljava/awt/geom/Rectangle2D;
    MethodParameters:
      Name  Flags
      g     

  public int getWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.Annotation this
         0: .line 123
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.width:I
            ireturn
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/Annotation;

  public int getHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.Annotation this
         0: .line 127
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.height:I
            ireturn
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/Annotation;

  public void setXAndY(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.Annotation this
        start local 1 // int x
        start local 2 // int y
         0: .line 132
            aload 0 /* this */
            iload 1 /* x */
            putfield sun.jvm.hotspot.ui.Annotation.x:I
            aload 0 /* this */
            iload 2 /* y */
            putfield sun.jvm.hotspot.ui.Annotation.y:I
         1: .line 133
            return
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/Annotation;
            0    2     1     x  I
            0    2     2     y  I
    MethodParameters:
      Name  Flags
      x     
      y     

  public void setX(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.Annotation this
        start local 1 // int x
         0: .line 136
            aload 0 /* this */
            iload 1 /* x */
            putfield sun.jvm.hotspot.ui.Annotation.x:I
         1: .line 137
            return
        end local 1 // int x
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/Annotation;
            0    2     1     x  I
    MethodParameters:
      Name  Flags
      x     

  public int getX();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.Annotation this
         0: .line 140
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.x:I
            ireturn
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/Annotation;

  public void setY(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.Annotation this
        start local 1 // int y
         0: .line 144
            aload 0 /* this */
            iload 1 /* y */
            putfield sun.jvm.hotspot.ui.Annotation.y:I
         1: .line 145
            return
        end local 1 // int y
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/Annotation;
            0    2     1     y  I
    MethodParameters:
      Name  Flags
      y     

  public int getY();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.Annotation this
         0: .line 148
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.y:I
            ireturn
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/Annotation;

  public java.awt.Rectangle getBounds();
    descriptor: ()Ljava/awt/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.Annotation this
         0: .line 152
            new java.awt.Rectangle
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.x:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.y:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.width:I
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.height:I
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            areturn
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/Annotation;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.ui.Annotation this
         0: .line 155
            new java.lang.StringBuilder
            dup
            ldc "Annotation: lowAddr: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getLowAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " highAddr: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.Annotation.getHighAddress:()Lsun/jvm/hotspot/debugger/Address;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " strings: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.strings:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* result */
        start local 1 // java.lang.String result
         1: .line 156
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 157
      StackMap locals: java.lang.String int
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 1 /* result */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.strings:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* result */
         4: .line 156
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.Annotation.strings:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 3
        end local 2 // int i
         6: .line 159
            aload 1 /* result */
            areturn
        end local 1 // java.lang.String result
        end local 0 // sun.jvm.hotspot.ui.Annotation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lsun/jvm/hotspot/ui/Annotation;
            1    7     1  result  Ljava/lang/String;
            2    6     2       i  I
}
SourceFile: "Annotation.java"