public class sun.jvm.hotspot.ui.SourceCodePanel extends javax.swing.JPanel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.ui.SourceCodePanel
  super_class: javax.swing.JPanel
{
  private javax.swing.JTextArea source;
    descriptor: Ljavax/swing/JTextArea;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.ui.SourceCodePanel$RowHeader header;
    descriptor: Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private static javax.swing.Icon topFrameCurLine;
    descriptor: Ljavax/swing/Icon;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static javax.swing.Icon lowerFrameCurLine;
    descriptor: Ljavax/swing/Icon;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static javax.swing.Icon breakpoint;
    descriptor: Ljavax/swing/Icon;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  private java.util.Set breakpoints;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE

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

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
         0: .line 157
            aload 0 /* this */
            invokespecial javax.swing.JPanel.<init>:()V
         1: .line 52
            aload 0 /* this */
            iconst_m1
            putfield sun.jvm.hotspot.ui.SourceCodePanel.highlightedLine:I
         2: .line 53
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield sun.jvm.hotspot.ui.SourceCodePanel.breakpoints:Ljava/util/Set;
         3: .line 158
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.maybeLoadIcons:()V
         4: .line 161
            aload 0 /* this */
            new java.awt.BorderLayout
            dup
            invokespecial java.awt.BorderLayout.<init>:()V
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.setLayout:(Ljava/awt/LayoutManager;)V
         5: .line 162
            aload 0 /* this */
            new javax.swing.JTextArea
            dup
            invokespecial javax.swing.JTextArea.<init>:()V
            putfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
         6: .line 163
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
            iconst_0
            invokevirtual javax.swing.JTextArea.setEditable:(Z)V
         7: .line 164
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
            invokevirtual javax.swing.JTextArea.getCaret:()Ljavax/swing/text/Caret;
            iconst_1
            invokeinterface javax.swing.text.Caret.setVisible:(Z)V
         8: .line 165
            aload 0 /* this */
            new sun.jvm.hotspot.ui.SourceCodePanel$RowHeader
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.<init>:(Lsun/jvm/hotspot/ui/SourceCodePanel;)V
            putfield sun.jvm.hotspot.ui.SourceCodePanel.header:Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
         9: .line 166
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.header:Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
            iconst_1
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.setShowLineNumbers:(Z)V
        10: .line 167
            new javax.swing.JScrollPane
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
            invokespecial javax.swing.JScrollPane.<init>:(Ljava/awt/Component;)V
            astore 1 /* scroller */
        start local 1 // javax.swing.JScrollPane scroller
        11: .line 168
            new javax.swing.JViewport
            dup
            invokespecial javax.swing.JViewport.<init>:()V
            astore 2 /* rowView */
        start local 2 // javax.swing.JViewport rowView
        12: .line 169
            aload 2 /* rowView */
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.header:Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
            invokevirtual javax.swing.JViewport.setView:(Ljava/awt/Component;)V
        13: .line 170
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.header:Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
            aload 2 /* rowView */
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.setViewport:(Ljavax/swing/JViewport;)V
        14: .line 171
            aload 2 /* rowView */
            iconst_0
            invokevirtual javax.swing.JViewport.setScrollMode:(I)V
        15: .line 172
            aload 1 /* scroller */
            aload 2 /* rowView */
            invokevirtual javax.swing.JScrollPane.setRowHeader:(Ljavax/swing/JViewport;)V
        16: .line 173
            aload 0 /* this */
            aload 1 /* scroller */
            ldc "Center"
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        17: .line 175
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.getFont:()Ljava/awt/Font;
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.setFont:(Ljava/awt/Font;)V
        18: .line 177
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
            new sun.jvm.hotspot.ui.SourceCodePanel$1
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.SourceCodePanel$1.<init>:(Lsun/jvm/hotspot/ui/SourceCodePanel;)V
            invokevirtual javax.swing.JTextArea.addFocusListener:(Ljava/awt/event/FocusListener;)V
        19: .line 183
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
            new sun.jvm.hotspot.ui.SourceCodePanel$2
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.ui.SourceCodePanel$2.<init>:(Lsun/jvm/hotspot/ui/SourceCodePanel;)V
            invokevirtual javax.swing.JTextArea.addKeyListener:(Ljava/awt/event/KeyListener;)V
        20: .line 196
            return
        end local 2 // javax.swing.JViewport rowView
        end local 1 // javax.swing.JScrollPane scroller
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   21     0      this  Lsun/jvm/hotspot/ui/SourceCodePanel;
           11   21     1  scroller  Ljavax/swing/JScrollPane;
           12   21     2   rowView  Ljavax/swing/JViewport;

  public void setFont(java.awt.Font);
    descriptor: (Ljava/awt/Font;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
        start local 1 // java.awt.Font f
         0: .line 199
            aload 0 /* this */
            aload 1 /* f */
            invokespecial javax.swing.JPanel.setFont:(Ljava/awt/Font;)V
         1: .line 200
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
            ifnull 3
         2: .line 201
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
            aload 1 /* f */
            invokevirtual javax.swing.JTextArea.setFont:(Ljava/awt/Font;)V
         3: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.header:Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
            ifnull 5
         4: .line 204
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.header:Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
            aload 1 /* f */
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.setFont:(Ljava/awt/Font;)V
         5: .line 206
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.Font f
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/jvm/hotspot/ui/SourceCodePanel;
            0    6     1     f  Ljava/awt/Font;
    MethodParameters:
      Name  Flags
      f     

  public boolean getShowLineNumbers();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
         0: .line 209
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.header:Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.getShowLineNumbers:()Z
            ireturn
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/SourceCodePanel;

  public void setShowLineNumbers(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
        start local 1 // boolean val
         0: .line 213
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.header:Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
            iload 1 /* val */
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.setShowLineNumbers:(Z)V
         1: .line 214
            return
        end local 1 // boolean val
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/SourceCodePanel;
            0    2     1   val  Z
    MethodParameters:
      Name  Flags
      val   

  public boolean openFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
        start local 1 // java.lang.String filename
         0: .line 218
            aload 0 /* this */
            aload 1 /* filename */
            putfield sun.jvm.hotspot.ui.SourceCodePanel.filename:Ljava/lang/String;
         1: .line 219
            new java.io.File
            dup
            aload 1 /* filename */
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            astore 2 /* file */
        start local 2 // java.io.File file
         2: .line 220
            aload 2 /* file */
            invokevirtual java.io.File.length:()J
            l2i
            istore 3 /* len */
        start local 3 // int len
         3: .line 221
            new java.lang.StringBuffer
            dup
            iload 3 /* len */
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 4 /* buf */
        start local 4 // java.lang.StringBuffer buf
         4: .line 222
            sipush 4096
            newarray 5
            astore 5 /* tmp */
        start local 5 // char[] tmp
         5: .line 223
            new java.io.FileReader
            dup
            aload 2 /* file */
            invokespecial java.io.FileReader.<init>:(Ljava/io/File;)V
            astore 6 /* in */
        start local 6 // java.io.FileReader in
         6: .line 224
            iconst_0
            istore 7 /* res */
        start local 7 // int res
         7: .line 226
      StackMap locals: sun.jvm.hotspot.ui.SourceCodePanel java.lang.String java.io.File int java.lang.StringBuffer char[] java.io.FileReader int
      StackMap stack:
            aload 6 /* in */
            aload 5 /* tmp */
            iconst_0
            aload 5 /* tmp */
            arraylength
            invokevirtual java.io.FileReader.read:([CII)I
            istore 7 /* res */
         8: .line 227
            iload 7 /* res */
            iflt 10
         9: .line 228
            aload 4 /* buf */
            aload 5 /* tmp */
            iconst_0
            iload 7 /* res */
            invokevirtual java.lang.StringBuffer.append:([CII)Ljava/lang/StringBuffer;
            pop
        10: .line 230
      StackMap locals:
      StackMap stack:
            iload 7 /* res */
            iconst_m1
            if_icmpne 7
        11: .line 231
            aload 6 /* in */
            invokevirtual java.io.FileReader.close:()V
        12: .line 232
            aload 4 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            astore 8 /* text */
        start local 8 // java.lang.String text
        13: .line 233
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
            aload 8 /* text */
            invokevirtual javax.swing.JTextArea.setText:(Ljava/lang/String;)V
        14: .line 234
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.header:Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.recomputeSize:()V
        15: .line 235
            iconst_1
            ireturn
        end local 8 // java.lang.String text
        end local 7 // int res
        end local 6 // java.io.FileReader in
        end local 5 // char[] tmp
        end local 4 // java.lang.StringBuffer buf
        end local 3 // int len
        end local 2 // java.io.File file
        16: .line 236
      StackMap locals: sun.jvm.hotspot.ui.SourceCodePanel java.lang.String
      StackMap stack: java.io.IOException
            pop
        17: .line 237
            iconst_0
            ireturn
        end local 1 // java.lang.String filename
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lsun/jvm/hotspot/ui/SourceCodePanel;
            0   18     1  filename  Ljava/lang/String;
            2   16     2      file  Ljava/io/File;
            3   16     3       len  I
            4   16     4       buf  Ljava/lang/StringBuffer;
            5   16     5       tmp  [C
            6   16     6        in  Ljava/io/FileReader;
            7   16     7       res  I
           13   16     8      text  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0    15      16  Class java.io.IOException
    MethodParameters:
          Name  Flags
      filename  

  public java.lang.String getSourceFileName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
         0: .line 242
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.filename:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/SourceCodePanel;

  public int getCurrentLineNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
         0: .line 248
            iconst_1
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
            invokevirtual javax.swing.JTextArea.getCaretPosition:()I
            invokevirtual javax.swing.JTextArea.getLineOfOffset:(I)I
            iadd
         1: ireturn
         2: .line 249
      StackMap locals:
      StackMap stack: javax.swing.text.BadLocationException
            pop
         3: .line 250
            iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/ui/SourceCodePanel;
      Exception table:
        from    to  target  type
           0     1       2  Class javax.swing.text.BadLocationException

  public void showLineNumber(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
        start local 1 // int lineNo
         0: .line 257
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
            iload 1 /* lineNo */
            iconst_1
            isub
            invokevirtual javax.swing.JTextArea.getLineStartOffset:(I)I
            istore 2 /* offset */
        start local 2 // int offset
         1: .line 258
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
            iload 2 /* offset */
            invokevirtual javax.swing.JTextArea.modelToView:(I)Ljava/awt/Rectangle;
            astore 3 /* rect */
        start local 3 // java.awt.Rectangle rect
         2: .line 259
            aload 3 /* rect */
            ifnonnull 4
         3: .line 260
            return
         4: .line 262
      StackMap locals: int java.awt.Rectangle
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
            aload 3 /* rect */
            invokevirtual javax.swing.JTextArea.scrollRectToVisible:(Ljava/awt/Rectangle;)V
        end local 3 // java.awt.Rectangle rect
        end local 2 // int offset
         5: .line 263
            goto 8
      StackMap locals: sun.jvm.hotspot.ui.SourceCodePanel int
      StackMap stack: javax.swing.text.BadLocationException
         6: astore 2 /* e */
        start local 2 // javax.swing.text.BadLocationException e
         7: .line 264
            aload 2 /* e */
            invokevirtual javax.swing.text.BadLocationException.printStackTrace:()V
        end local 2 // javax.swing.text.BadLocationException e
         8: .line 266
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int lineNo
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lsun/jvm/hotspot/ui/SourceCodePanel;
            0    9     1  lineNo  I
            1    5     2  offset  I
            2    5     3    rect  Ljava/awt/Rectangle;
            7    8     2       e  Ljavax/swing/text/BadLocationException;
      Exception table:
        from    to  target  type
           0     3       6  Class javax.swing.text.BadLocationException
           4     5       6  Class javax.swing.text.BadLocationException
    MethodParameters:
        Name  Flags
      lineNo  

  public void highlightLineNumber(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
        start local 1 // int lineNo
         0: .line 270
            aload 0 /* this */
            iload 1 /* lineNo */
            iconst_1
            isub
            putfield sun.jvm.hotspot.ui.SourceCodePanel.highlightedLine:I
         1: .line 271
            return
        end local 1 // int lineNo
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/jvm/hotspot/ui/SourceCodePanel;
            0    2     1  lineNo  I
    MethodParameters:
        Name  Flags
      lineNo  

  public void showBreakpointAtLine(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
        start local 1 // int lineNo
         0: .line 273
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.breakpoints:Ljava/util/Set;
            new java.lang.Integer
            dup
            iload 1 /* lineNo */
            iconst_1
            isub
            invokespecial java.lang.Integer.<init>:(I)V
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.repaint:()V
            return
        end local 1 // int lineNo
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/jvm/hotspot/ui/SourceCodePanel;
            0    1     1  lineNo  I
    MethodParameters:
        Name  Flags
      lineNo  

  public boolean hasBreakpointAtLine(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
        start local 1 // int lineNo
         0: .line 274
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.breakpoints:Ljava/util/Set;
            new java.lang.Integer
            dup
            iload 1 /* lineNo */
            iconst_1
            isub
            invokespecial java.lang.Integer.<init>:(I)V
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // int lineNo
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/jvm/hotspot/ui/SourceCodePanel;
            0    1     1  lineNo  I
    MethodParameters:
        Name  Flags
      lineNo  

  public void clearBreakpointAtLine(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
        start local 1 // int lineNo
         0: .line 275
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.breakpoints:Ljava/util/Set;
            new java.lang.Integer
            dup
            iload 1 /* lineNo */
            iconst_1
            isub
            invokespecial java.lang.Integer.<init>:(I)V
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.repaint:()V
            return
        end local 1 // int lineNo
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/jvm/hotspot/ui/SourceCodePanel;
            0    1     1  lineNo  I
    MethodParameters:
        Name  Flags
      lineNo  

  public void clearBreakpoints();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
         0: .line 276
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.breakpoints:Ljava/util/Set;
            invokeinterface java.util.Set.clear:()V
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.repaint:()V
            return
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/SourceCodePanel;

  public void setEditorCommands(sun.jvm.hotspot.ui.EditorCommands, sun.jvm.hotspot.ui.Editor);
    descriptor: (Lsun/jvm/hotspot/ui/EditorCommands;Lsun/jvm/hotspot/ui/Editor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
        start local 1 // sun.jvm.hotspot.ui.EditorCommands comm
        start local 2 // sun.jvm.hotspot.ui.Editor parent
         0: .line 279
            aload 0 /* this */
            aload 1 /* comm */
            putfield sun.jvm.hotspot.ui.SourceCodePanel.comm:Lsun/jvm/hotspot/ui/EditorCommands;
         1: .line 280
            aload 0 /* this */
            aload 2 /* parent */
            putfield sun.jvm.hotspot.ui.SourceCodePanel.parent:Lsun/jvm/hotspot/ui/Editor;
         2: .line 281
            return
        end local 2 // sun.jvm.hotspot.ui.Editor parent
        end local 1 // sun.jvm.hotspot.ui.EditorCommands comm
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/jvm/hotspot/ui/SourceCodePanel;
            0    3     1    comm  Lsun/jvm/hotspot/ui/EditorCommands;
            0    3     2  parent  Lsun/jvm/hotspot/ui/Editor;
    MethodParameters:
        Name  Flags
      comm    
      parent  

  public void requestFocus();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
         0: .line 284
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
            invokevirtual javax.swing.JTextArea.requestFocus:()V
         1: .line 285
            return
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/ui/SourceCodePanel;

  private void maybeLoadIcons();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
         0: .line 292
            getstatic sun.jvm.hotspot.ui.SourceCodePanel.topFrameCurLine:Ljavax/swing/Icon;
            ifnonnull 4
         1: .line 293
            aload 0 /* this */
            ldc "resources/arrow.png"
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.loadIcon:(Ljava/lang/String;)Ljavax/swing/Icon;
            putstatic sun.jvm.hotspot.ui.SourceCodePanel.topFrameCurLine:Ljavax/swing/Icon;
         2: .line 294
            aload 0 /* this */
            ldc "resources/triangle.png"
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.loadIcon:(Ljava/lang/String;)Ljavax/swing/Icon;
            putstatic sun.jvm.hotspot.ui.SourceCodePanel.lowerFrameCurLine:Ljavax/swing/Icon;
         3: .line 295
            aload 0 /* this */
            ldc "resources/breakpoint.png"
            invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.loadIcon:(Ljava/lang/String;)Ljavax/swing/Icon;
            putstatic sun.jvm.hotspot.ui.SourceCodePanel.breakpoint:Ljavax/swing/Icon;
         4: .line 297
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/jvm/hotspot/ui/SourceCodePanel;

  private javax.swing.Icon loadIcon(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/swing/Icon;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
        start local 1 // java.lang.String which
         0: .line 300
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* which */
            invokevirtual java.lang.Class.getResource:(Ljava/lang/String;)Ljava/net/URL;
            astore 2 /* url */
        start local 2 // java.net.URL url
         1: .line 301
            new javax.swing.ImageIcon
            dup
            aload 2 /* url */
            invokespecial javax.swing.ImageIcon.<init>:(Ljava/net/URL;)V
            areturn
        end local 2 // java.net.URL url
        end local 1 // java.lang.String which
        end local 0 // sun.jvm.hotspot.ui.SourceCodePanel this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/jvm/hotspot/ui/SourceCodePanel;
            0    2     1  which  Ljava/lang/String;
            1    2     2    url  Ljava/net/URL;
    MethodParameters:
       Name  Flags
      which  
}
SourceFile: "SourceCodePanel.java"
NestMembers:
  sun.jvm.hotspot.ui.SourceCodePanel$1  sun.jvm.hotspot.ui.SourceCodePanel$2  sun.jvm.hotspot.ui.SourceCodePanel$RowHeader  sun.jvm.hotspot.ui.SourceCodePanel$RowHeader$1
InnerClasses:
  sun.jvm.hotspot.ui.SourceCodePanel$1
  sun.jvm.hotspot.ui.SourceCodePanel$2
  RowHeader = sun.jvm.hotspot.ui.SourceCodePanel$RowHeader of sun.jvm.hotspot.ui.SourceCodePanel