class sun.jvm.hotspot.HSDB$47$1 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.HSDB$47$1
super_class: java.lang.Object
{
final sun.jvm.hotspot.HSDB$47 this$1;
descriptor: Lsun/jvm/hotspot/HSDB$47;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final javax.swing.JInternalFrame val$progressFrame;
descriptor: Ljavax/swing/JInternalFrame;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final java.lang.String val$htmlText;
descriptor: Ljava/lang/String;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.jvm.hotspot.HSDB$47, javax.swing.JInternalFrame, java.lang.String);
descriptor: (Lsun/jvm/hotspot/HSDB$47;Ljavax/swing/JInternalFrame;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield sun.jvm.hotspot.HSDB$47$1.this$1:Lsun/jvm/hotspot/HSDB$47;
aload 0
aload 2
putfield sun.jvm.hotspot.HSDB$47$1.val$progressFrame:Ljavax/swing/JInternalFrame;
aload 0
aload 3
putfield sun.jvm.hotspot.HSDB$47$1.val$htmlText:Ljava/lang/String;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/HSDB$47$1;
MethodParameters:
Name Flags
this$0 final
val$progressFrame final
val$htmlText final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: new javax.swing.JInternalFrame
dup
ldc "Class Browser"
invokespecial javax.swing.JInternalFrame.<init>:(Ljava/lang/String;)V
astore 1
start local 1 1: aload 1
invokevirtual javax.swing.JInternalFrame.getContentPane:()Ljava/awt/Container;
new java.awt.BorderLayout
dup
invokespecial java.awt.BorderLayout.<init>:()V
invokevirtual java.awt.Container.setLayout:(Ljava/awt/LayoutManager;)V
2: aload 1
iconst_1
invokevirtual javax.swing.JInternalFrame.setResizable:(Z)V
3: aload 1
iconst_1
invokevirtual javax.swing.JInternalFrame.setClosable:(Z)V
4: aload 1
iconst_1
invokevirtual javax.swing.JInternalFrame.setIconifiable:(Z)V
5: new sun.jvm.hotspot.ui.classbrowser.ClassBrowserPanel
dup
invokespecial sun.jvm.hotspot.ui.classbrowser.ClassBrowserPanel.<init>:()V
astore 2
start local 2 6: aload 1
invokevirtual javax.swing.JInternalFrame.getContentPane:()Ljava/awt/Container;
aload 2
ldc "Center"
invokevirtual java.awt.Container.add:(Ljava/awt/Component;Ljava/lang/Object;)V
7: aload 0
getfield sun.jvm.hotspot.HSDB$47$1.this$1:Lsun/jvm/hotspot/HSDB$47;
invokestatic sun.jvm.hotspot.HSDB$47.access$0:(Lsun/jvm/hotspot/HSDB$47;)Lsun/jvm/hotspot/HSDB;
getfield sun.jvm.hotspot.HSDB.desktop:Ljavax/swing/JDesktopPane;
aload 0
getfield sun.jvm.hotspot.HSDB$47$1.val$progressFrame:Ljavax/swing/JInternalFrame;
invokevirtual javax.swing.JDesktopPane.remove:(Ljava/awt/Component;)V
8: aload 0
getfield sun.jvm.hotspot.HSDB$47$1.this$1:Lsun/jvm/hotspot/HSDB$47;
invokestatic sun.jvm.hotspot.HSDB$47.access$0:(Lsun/jvm/hotspot/HSDB$47;)Lsun/jvm/hotspot/HSDB;
getfield sun.jvm.hotspot.HSDB.desktop:Ljavax/swing/JDesktopPane;
invokevirtual javax.swing.JDesktopPane.repaint:()V
9: aload 0
getfield sun.jvm.hotspot.HSDB$47$1.this$1:Lsun/jvm/hotspot/HSDB$47;
invokestatic sun.jvm.hotspot.HSDB$47.access$0:(Lsun/jvm/hotspot/HSDB$47;)Lsun/jvm/hotspot/HSDB;
getfield sun.jvm.hotspot.HSDB.desktop:Ljavax/swing/JDesktopPane;
aload 1
invokevirtual javax.swing.JDesktopPane.add:(Ljava/awt/Component;)Ljava/awt/Component;
pop
10: aload 1
ldc 1.25
ldc 0.85
11: aload 1
invokevirtual javax.swing.JInternalFrame.getParent:()Ljava/awt/Container;
invokevirtual java.awt.Container.getSize:()Ljava/awt/Dimension;
12: invokestatic sun.jvm.hotspot.ui.GraphicsUtilities.reshapeToAspectRatio:(Ljava/awt/Component;FFLjava/awt/Dimension;)V
13: aload 1
invokevirtual javax.swing.JInternalFrame.show:()V
14: aload 2
aload 0
getfield sun.jvm.hotspot.HSDB$47$1.val$htmlText:Ljava/lang/String;
invokevirtual sun.jvm.hotspot.ui.classbrowser.ClassBrowserPanel.setClassesText:(Ljava/lang/String;)V
15: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lsun/jvm/hotspot/HSDB$47$1;
1 16 1 cbFrame Ljavax/swing/JInternalFrame;
6 16 2 cbPanel Lsun/jvm/hotspot/ui/classbrowser/ClassBrowserPanel;
}
SourceFile: "HSDB.java"
EnclosingMethod: sun.jvm.hotspot.HSDB$47.run:()V
NestHost: sun.jvm.hotspot.HSDB
InnerClasses:
sun.jvm.hotspot.HSDB$47
sun.jvm.hotspot.HSDB$47$1