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 ;
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 0: aload 0
invokespecial javax.swing.JPanel.<init>:()V
1: aload 0
iconst_m1
putfield sun.jvm.hotspot.ui.SourceCodePanel.highlightedLine:I
2: aload 0
new java.util.HashSet
dup
invokespecial java.util.HashSet.<init>:()V
putfield sun.jvm.hotspot.ui.SourceCodePanel.breakpoints:Ljava/util/Set;
3: aload 0
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.maybeLoadIcons:()V
4: aload 0
new java.awt.BorderLayout
dup
invokespecial java.awt.BorderLayout.<init>:()V
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.setLayout:(Ljava/awt/LayoutManager;)V
5: aload 0
new javax.swing.JTextArea
dup
invokespecial javax.swing.JTextArea.<init>:()V
putfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
6: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
iconst_0
invokevirtual javax.swing.JTextArea.setEditable:(Z)V
7: aload 0
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: aload 0
new sun.jvm.hotspot.ui.SourceCodePanel$RowHeader
dup
aload 0
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: aload 0
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: new javax.swing.JScrollPane
dup
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
invokespecial javax.swing.JScrollPane.<init>:(Ljava/awt/Component;)V
astore 1
start local 1 11: new javax.swing.JViewport
dup
invokespecial javax.swing.JViewport.<init>:()V
astore 2
start local 2 12: aload 2
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.header:Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
invokevirtual javax.swing.JViewport.setView:(Ljava/awt/Component;)V
13: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.header:Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
aload 2
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.setViewport:(Ljavax/swing/JViewport;)V
14: aload 2
iconst_0
invokevirtual javax.swing.JViewport.setScrollMode:(I)V
15: aload 1
aload 2
invokevirtual javax.swing.JScrollPane.setRowHeader:(Ljavax/swing/JViewport;)V
16: aload 0
aload 1
ldc "Center"
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
17: aload 0
aload 0
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.getFont:()Ljava/awt/Font;
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.setFont:(Ljava/awt/Font;)V
18: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
new sun.jvm.hotspot.ui.SourceCodePanel$1
dup
aload 0
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: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
new sun.jvm.hotspot.ui.SourceCodePanel$2
dup
aload 0
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: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokespecial javax.swing.JPanel.setFont:(Ljava/awt/Font;)V
1: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
ifnull 3
2: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
aload 1
invokevirtual javax.swing.JTextArea.setFont:(Ljava/awt/Font;)V
3: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.header:Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
ifnull 5
4: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.header:Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
aload 1
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.setFont:(Ljava/awt/Font;)V
5: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 0: aload 0
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 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 start local 1 0: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.header:Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
iload 1
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.setShowLineNumbers:(Z)V
1: return
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
putfield sun.jvm.hotspot.ui.SourceCodePanel.filename:Ljava/lang/String;
1: new java.io.File
dup
aload 1
invokespecial java.io.File.<init>:(Ljava/lang/String;)V
astore 2
start local 2 2: aload 2
invokevirtual java.io.File.length:()J
l2i
istore 3
start local 3 3: new java.lang.StringBuffer
dup
iload 3
invokespecial java.lang.StringBuffer.<init>:(I)V
astore 4
start local 4 4: sipush 4096
newarray 5
astore 5
start local 5 5: new java.io.FileReader
dup
aload 2
invokespecial java.io.FileReader.<init>:(Ljava/io/File;)V
astore 6
start local 6 6: iconst_0
istore 7
start local 7 7: 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
aload 5
iconst_0
aload 5
arraylength
invokevirtual java.io.FileReader.read:([CII)I
istore 7
8: iload 7
iflt 10
9: aload 4
aload 5
iconst_0
iload 7
invokevirtual java.lang.StringBuffer.append:([CII)Ljava/lang/StringBuffer;
pop
10: StackMap locals:
StackMap stack:
iload 7
iconst_m1
if_icmpne 7
11: aload 6
invokevirtual java.io.FileReader.close:()V
12: aload 4
invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
astore 8
start local 8 13: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
aload 8
invokevirtual javax.swing.JTextArea.setText:(Ljava/lang/String;)V
14: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.header:Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.recomputeSize:()V
15: iconst_1
ireturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 16: StackMap locals: sun.jvm.hotspot.ui.SourceCodePanel java.lang.String
StackMap stack: java.io.IOException
pop
17: iconst_0
ireturn
end local 1 end local 0 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 0: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.filename:Ljava/lang/String;
areturn
end local 0 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 0: iconst_1
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
aload 0
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: StackMap locals:
StackMap stack: javax.swing.text.BadLocationException
pop
3: iconst_0
ireturn
end local 0 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 start local 1 0: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
iload 1
iconst_1
isub
invokevirtual javax.swing.JTextArea.getLineStartOffset:(I)I
istore 2
start local 2 1: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
iload 2
invokevirtual javax.swing.JTextArea.modelToView:(I)Ljava/awt/Rectangle;
astore 3
start local 3 2: aload 3
ifnonnull 4
3: return
4: StackMap locals: int java.awt.Rectangle
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
aload 3
invokevirtual javax.swing.JTextArea.scrollRectToVisible:(Ljava/awt/Rectangle;)V
end local 3 end local 2 5: goto 8
StackMap locals: sun.jvm.hotspot.ui.SourceCodePanel int
StackMap stack: javax.swing.text.BadLocationException
6: astore 2
start local 2 7: aload 2
invokevirtual javax.swing.text.BadLocationException.printStackTrace:()V
end local 2 8: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 start local 1 0: aload 0
iload 1
iconst_1
isub
putfield sun.jvm.hotspot.ui.SourceCodePanel.highlightedLine:I
1: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.breakpoints:Ljava/util/Set;
new java.lang.Integer
dup
iload 1
iconst_1
isub
invokespecial java.lang.Integer.<init>:(I)V
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
aload 0
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.repaint:()V
return
end local 1 end local 0 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 start local 1 0: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.breakpoints:Ljava/util/Set;
new java.lang.Integer
dup
iload 1
iconst_1
isub
invokespecial java.lang.Integer.<init>:(I)V
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.breakpoints:Ljava/util/Set;
new java.lang.Integer
dup
iload 1
iconst_1
isub
invokespecial java.lang.Integer.<init>:(I)V
invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
pop
aload 0
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.repaint:()V
return
end local 1 end local 0 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 0: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.breakpoints:Ljava/util/Set;
invokeinterface java.util.Set.clear:()V
aload 0
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel.repaint:()V
return
end local 0 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 start local 1 start local 2 0: aload 0
aload 1
putfield sun.jvm.hotspot.ui.SourceCodePanel.comm:Lsun/jvm/hotspot/ui/EditorCommands;
1: aload 0
aload 2
putfield sun.jvm.hotspot.ui.SourceCodePanel.parent:Lsun/jvm/hotspot/ui/Editor;
2: return
end local 2 end local 1 end local 0 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 0: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
invokevirtual javax.swing.JTextArea.requestFocus:()V
1: return
end local 0 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 0: getstatic sun.jvm.hotspot.ui.SourceCodePanel.topFrameCurLine:Ljavax/swing/Icon;
ifnonnull 4
1: aload 0
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: aload 0
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: aload 0
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: StackMap locals:
StackMap stack:
return
end local 0 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 start local 1 0: aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Class.getResource:(Ljava/lang/String;)Ljava/net/URL;
astore 2
start local 2 1: new javax.swing.ImageIcon
dup
aload 2
invokespecial javax.swing.ImageIcon.<init>:(Ljava/net/URL;)V
areturn
end local 2 end local 1 end local 0 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