public class sun.jvm.hotspot.ui.JavaStackTracePanel extends javax.swing.JPanel
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.ui.JavaStackTracePanel
super_class: javax.swing.JPanel
{
private javax.swing.JSplitPane splitPane;
descriptor: Ljavax/swing/JSplitPane;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.ui.SAEditorPane stackTraceEditor;
descriptor: Lsun/jvm/hotspot/ui/SAEditorPane;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.ui.SAEditorPane contentEditor;
descriptor: Lsun/jvm/hotspot/ui/SAEditorPane;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.ui.classbrowser.HTMLGenerator htmlGen;
descriptor: Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
flags: (0x0002) ACC_PRIVATE
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial javax.swing.JPanel.<init>:()V
1: aload 0
new sun.jvm.hotspot.ui.classbrowser.HTMLGenerator
dup
invokespecial sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.<init>:()V
putfield sun.jvm.hotspot.ui.JavaStackTracePanel.htmlGen:Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
2: aload 0
invokevirtual sun.jvm.hotspot.ui.JavaStackTracePanel.initUI:()V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/ui/JavaStackTracePanel;
private void initUI();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=6, locals=4, args_size=1
start local 0 0: aload 0
new java.awt.BorderLayout
dup
invokespecial java.awt.BorderLayout.<init>:()V
invokevirtual sun.jvm.hotspot.ui.JavaStackTracePanel.setLayout:(Ljava/awt/LayoutManager;)V
1: new sun.jvm.hotspot.ui.JavaStackTracePanel$1
dup
aload 0
invokespecial sun.jvm.hotspot.ui.JavaStackTracePanel$1.<init>:(Lsun/jvm/hotspot/ui/JavaStackTracePanel;)V
astore 1
start local 1 2: aload 0
new sun.jvm.hotspot.ui.SAEditorPane
dup
invokespecial sun.jvm.hotspot.ui.SAEditorPane.<init>:()V
putfield sun.jvm.hotspot.ui.JavaStackTracePanel.stackTraceEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
3: aload 0
getfield sun.jvm.hotspot.ui.JavaStackTracePanel.stackTraceEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
aload 1
invokevirtual sun.jvm.hotspot.ui.SAEditorPane.addHyperlinkListener:(Ljavax/swing/event/HyperlinkListener;)V
4: aload 0
new sun.jvm.hotspot.ui.SAEditorPane
dup
invokespecial sun.jvm.hotspot.ui.SAEditorPane.<init>:()V
putfield sun.jvm.hotspot.ui.JavaStackTracePanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
5: aload 0
getfield sun.jvm.hotspot.ui.JavaStackTracePanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
aload 1
invokevirtual sun.jvm.hotspot.ui.SAEditorPane.addHyperlinkListener:(Ljavax/swing/event/HyperlinkListener;)V
6: new javax.swing.JPanel
dup
invokespecial javax.swing.JPanel.<init>:()V
astore 2
start local 2 7: aload 2
new java.awt.BorderLayout
dup
invokespecial java.awt.BorderLayout.<init>:()V
invokevirtual javax.swing.JPanel.setLayout:(Ljava/awt/LayoutManager;)V
8: aload 2
new javax.swing.JScrollPane
dup
aload 0
getfield sun.jvm.hotspot.ui.JavaStackTracePanel.stackTraceEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
invokespecial javax.swing.JScrollPane.<init>:(Ljava/awt/Component;)V
ldc "Center"
invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
9: new javax.swing.JPanel
dup
invokespecial javax.swing.JPanel.<init>:()V
astore 3
start local 3 10: aload 3
new java.awt.BorderLayout
dup
invokespecial java.awt.BorderLayout.<init>:()V
invokevirtual javax.swing.JPanel.setLayout:(Ljava/awt/LayoutManager;)V
11: aload 3
new javax.swing.JScrollPane
dup
aload 0
getfield sun.jvm.hotspot.ui.JavaStackTracePanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
invokespecial javax.swing.JScrollPane.<init>:(Ljava/awt/Component;)V
ldc "Center"
invokevirtual javax.swing.JPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
12: aload 0
new javax.swing.JSplitPane
dup
iconst_0
aload 2
aload 3
invokespecial javax.swing.JSplitPane.<init>:(ILjava/awt/Component;Ljava/awt/Component;)V
putfield sun.jvm.hotspot.ui.JavaStackTracePanel.splitPane:Ljavax/swing/JSplitPane;
13: aload 0
getfield sun.jvm.hotspot.ui.JavaStackTracePanel.splitPane:Ljavax/swing/JSplitPane;
ldc 0.4
invokevirtual javax.swing.JSplitPane.setDividerLocation:(D)V
14: aload 0
new java.awt.BorderLayout
dup
invokespecial java.awt.BorderLayout.<init>:()V
invokevirtual sun.jvm.hotspot.ui.JavaStackTracePanel.setLayout:(Ljava/awt/LayoutManager;)V
15: aload 0
aload 0
getfield sun.jvm.hotspot.ui.JavaStackTracePanel.splitPane:Ljavax/swing/JSplitPane;
ldc "Center"
invokevirtual sun.jvm.hotspot.ui.JavaStackTracePanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
16: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lsun/jvm/hotspot/ui/JavaStackTracePanel;
2 17 1 hyperListener Ljavax/swing/event/HyperlinkListener;
7 17 2 topPanel Ljavax/swing/JPanel;
10 17 3 bottomPanel Ljavax/swing/JPanel;
public void setJavaThread(sun.jvm.hotspot.runtime.JavaThread);
descriptor: (Lsun/jvm/hotspot/runtime/JavaThread;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield sun.jvm.hotspot.ui.JavaStackTracePanel.htmlGen:Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
aload 1
invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.genHTMLForJavaStackTrace:(Lsun/jvm/hotspot/runtime/JavaThread;)Ljava/lang/String;
invokevirtual sun.jvm.hotspot.ui.JavaStackTracePanel.setStackTraceText:(Ljava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/JavaStackTracePanel;
0 2 1 thread Lsun/jvm/hotspot/runtime/JavaThread;
MethodParameters:
Name Flags
thread final
private void setStackTraceText(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.jvm.hotspot.ui.JavaStackTracePanel.stackTraceEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
aload 1
invokevirtual sun.jvm.hotspot.ui.SAEditorPane.setText:(Ljava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/JavaStackTracePanel;
0 2 1 text Ljava/lang/String;
MethodParameters:
Name Flags
text
private void setContentText(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.jvm.hotspot.ui.JavaStackTracePanel.contentEditor:Lsun/jvm/hotspot/ui/SAEditorPane;
aload 1
invokevirtual sun.jvm.hotspot.ui.SAEditorPane.setText:(Ljava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/JavaStackTracePanel;
0 2 1 text Ljava/lang/String;
MethodParameters:
Name Flags
text
}
SourceFile: "JavaStackTracePanel.java"
NestMembers:
sun.jvm.hotspot.ui.JavaStackTracePanel$1
InnerClasses:
sun.jvm.hotspot.ui.JavaStackTracePanel$1