class sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel extends javax.swing.JPanel
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel
super_class: javax.swing.JPanel
{
private javax.swing.JSplitPane splitPane;
descriptor: Ljavax/swing/JSplitPane;
flags: (0x0002) ACC_PRIVATE
private javax.swing.JTable threadTable;
descriptor: Ljavax/swing/JTable;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.ui.ThreadInfoPanel threadInfo;
descriptor: Lsun/jvm/hotspot/ui/ThreadInfoPanel;
flags: (0x0002) ACC_PRIVATE
private int dividerSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int dividerLocation;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean actionsEnabled;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
final sun.jvm.hotspot.ui.JavaThreadsPanel this$0;
descriptor: Lsun/jvm/hotspot/ui/JavaThreadsPanel;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(sun.jvm.hotspot.ui.JavaThreadsPanel, javax.swing.JTable);
descriptor: (Lsun/jvm/hotspot/ui/JavaThreadsPanel;Ljavax/swing/JTable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.this$0:Lsun/jvm/hotspot/ui/JavaThreadsPanel;
aload 0
invokespecial javax.swing.JPanel.<init>:()V
1: aload 0
iconst_m1
putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.dividerLocation:I
2: aload 0
iconst_0
putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.actionsEnabled:Z
3: aload 0
new java.awt.BorderLayout
dup
invokespecial java.awt.BorderLayout.<init>:()V
invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.setLayout:(Ljava/awt/LayoutManager;)V
4: aload 0
new sun.jvm.hotspot.ui.ThreadInfoPanel
dup
invokespecial sun.jvm.hotspot.ui.ThreadInfoPanel.<init>:()V
putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.threadInfo:Lsun/jvm/hotspot/ui/ThreadInfoPanel;
5: aload 0
aload 2
putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.threadTable:Ljavax/swing/JTable;
6: aload 0
new javax.swing.JSplitPane
dup
iconst_0
invokespecial javax.swing.JSplitPane.<init>:(I)V
putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
7: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
iconst_1
invokevirtual javax.swing.JSplitPane.setOneTouchExpandable:(Z)V
8: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
new javax.swing.JScrollPane
dup
aload 2
invokespecial javax.swing.JScrollPane.<init>:(Ljava/awt/Component;)V
invokevirtual javax.swing.JSplitPane.setTopComponent:(Ljava/awt/Component;)V
9: aload 0
aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
invokevirtual javax.swing.JSplitPane.getDividerSize:()I
putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.dividerSize:I
10: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
iconst_0
invokevirtual javax.swing.JSplitPane.setDividerSize:(I)V
11: aload 0
aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
ldc "Center"
invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.add:(Ljava/awt/Component;Ljava/lang/Object;)V
12: invokestatic sun.jvm.hotspot.ui.action.HSDBActionManager.getInstance:()Lcom/sun/java/swing/action/ActionManager;
astore 3
start local 3 13: aload 3
ldc "thread-info-command"
invokevirtual com.sun.java.swing.action.ActionManager.getStateChangeAction:(Ljava/lang/String;)Lcom/sun/java/swing/action/StateChangeAction;
astore 4
start local 4 14: aload 4
ifnull 16
15: aload 4
new sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$1
dup
aload 0
invokespecial sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$1.<init>:(Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;)V
invokevirtual com.sun.java.swing.action.StateChangeAction.setItemListener:(Ljava/awt/event/ItemListener;)V
16: StackMap locals: sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel sun.jvm.hotspot.ui.JavaThreadsPanel javax.swing.JTable com.sun.java.swing.action.ActionManager com.sun.java.swing.action.StateChangeAction
StackMap stack:
aload 2
invokevirtual javax.swing.JTable.getSelectionModel:()Ljavax/swing/ListSelectionModel;
astore 5
start local 5 17: aload 5
new sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2
dup
aload 0
invokespecial sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2.<init>:(Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;)V
invokeinterface javax.swing.ListSelectionModel.addListSelectionListener:(Ljavax/swing/event/ListSelectionListener;)V
18: return
end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;
0 19 2 table Ljavax/swing/JTable;
13 19 3 manager Lcom/sun/java/swing/action/ActionManager;
14 19 4 action Lcom/sun/java/swing/action/StateChangeAction;
17 19 5 selModel Ljavax/swing/ListSelectionModel;
MethodParameters:
Name Flags
this$0 final
table
private boolean isInfoVisible();
descriptor: ()Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
invokevirtual javax.swing.JSplitPane.getBottomComponent:()Ljava/awt/Component;
ifnull 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;
private void showOutputPane();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
invokevirtual javax.swing.JSplitPane.getBottomComponent:()Ljava/awt/Component;
ifnonnull 8
1: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.threadInfo:Lsun/jvm/hotspot/ui/ThreadInfoPanel;
invokevirtual javax.swing.JSplitPane.setBottomComponent:(Ljava/awt/Component;)V
2: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.dividerLocation:I
iconst_m1
if_icmpne 5
3: aload 0
invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.getSize:()Ljava/awt/Dimension;
astore 1
start local 1 4: aload 0
aload 1
getfield java.awt.Dimension.height:I
iconst_2
idiv
putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.dividerLocation:I
end local 1 5: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.dividerSize:I
invokevirtual javax.swing.JSplitPane.setDividerSize:(I)V
6: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.dividerLocation:I
invokevirtual javax.swing.JSplitPane.setDividerLocation:(I)V
7: aload 0
invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.showCurrentThreadInfo:()V
8: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;
4 5 1 pSize Ljava/awt/Dimension;
private void hideOutputPane();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
invokevirtual javax.swing.JSplitPane.getDividerLocation:()I
putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.dividerLocation:I
1: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.threadInfo:Lsun/jvm/hotspot/ui/ThreadInfoPanel;
invokevirtual javax.swing.JSplitPane.remove:(Ljava/awt/Component;)V
2: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.splitPane:Ljavax/swing/JSplitPane;
iconst_0
invokevirtual javax.swing.JSplitPane.setDividerSize:(I)V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;
private void showCurrentThreadInfo();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.threadTable:Ljavax/swing/JTable;
invokevirtual javax.swing.JTable.getSelectedRow:()I
istore 1
start local 1 1: iload 1
iflt 3
2: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.threadInfo:Lsun/jvm/hotspot/ui/ThreadInfoPanel;
aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.this$0:Lsun/jvm/hotspot/ui/JavaThreadsPanel;
getfield sun.jvm.hotspot.ui.JavaThreadsPanel.dataModel:Lsun/jvm/hotspot/ui/JavaThreadsPanel$JavaThreadsTableModel;
iload 1
invokevirtual sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsTableModel.getJavaThread:(I)Lsun/jvm/hotspot/runtime/JavaThread;
invokevirtual sun.jvm.hotspot.ui.ThreadInfoPanel.setJavaThread:(Lsun/jvm/hotspot/runtime/JavaThread;)V
3: StackMap locals: int
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;
1 4 1 row I
private void setActionsEnabled(boolean);
descriptor: (Z)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.actionsEnabled:Z
iload 1
if_icmpeq 6
1: invokestatic com.sun.java.swing.action.ActionManager.getInstance:()Lcom/sun/java/swing/action/ActionManager;
astore 2
start local 2 2: aload 2
ldc "inspect-command"
iload 1
invokevirtual com.sun.java.swing.action.ActionManager.setActionEnabled:(Ljava/lang/String;Z)V
3: aload 2
ldc "memory-command"
iload 1
invokevirtual com.sun.java.swing.action.ActionManager.setActionEnabled:(Ljava/lang/String;Z)V
4: aload 2
ldc "jstack-command"
iload 1
invokevirtual com.sun.java.swing.action.ActionManager.setActionEnabled:(Ljava/lang/String;Z)V
5: aload 0
iload 1
putfield sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel.actionsEnabled:Z
end local 2 6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/jvm/hotspot/ui/JavaThreadsPanel$ThreadPanel;
0 7 1 enabled Z
2 6 2 manager Lcom/sun/java/swing/action/ActionManager;
MethodParameters:
Name Flags
enabled
}
SourceFile: "JavaThreadsPanel.java"
NestHost: sun.jvm.hotspot.ui.JavaThreadsPanel
InnerClasses:
private JavaThreadsTableModel = sun.jvm.hotspot.ui.JavaThreadsPanel$JavaThreadsTableModel of sun.jvm.hotspot.ui.JavaThreadsPanel
private ThreadPanel = sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel of sun.jvm.hotspot.ui.JavaThreadsPanel
sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$1
sun.jvm.hotspot.ui.JavaThreadsPanel$ThreadPanel$2