class sun.jvm.hotspot.HSDB$47 implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.HSDB$47
super_class: java.lang.Object
{
final sun.jvm.hotspot.HSDB this$0;
descriptor: Lsun/jvm/hotspot/HSDB;
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
void <init>(sun.jvm.hotspot.HSDB, javax.swing.JInternalFrame);
descriptor: (Lsun/jvm/hotspot/HSDB;Ljavax/swing/JInternalFrame;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield sun.jvm.hotspot.HSDB$47.this$0:Lsun/jvm/hotspot/HSDB;
aload 0
aload 2
putfield sun.jvm.hotspot.HSDB$47.val$progressFrame:Ljavax/swing/JInternalFrame;
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;
MethodParameters:
Name Flags
this$0 final
val$progressFrame final
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=1
start local 0 0: new sun.jvm.hotspot.ui.classbrowser.HTMLGenerator
dup
invokespecial sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.<init>:()V
astore 1
start local 1 1: invokestatic sun.jvm.hotspot.utilities.SystemDictionaryHelper.getAllInstanceKlasses:()[Lsun/jvm/hotspot/oops/InstanceKlass;
astore 2
start local 2 2: aload 1
aload 2
invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.genHTMLForKlassNames:([Lsun/jvm/hotspot/oops/InstanceKlass;)Ljava/lang/String;
astore 3
start local 3 3: new sun.jvm.hotspot.HSDB$47$1
dup
aload 0
aload 0
getfield sun.jvm.hotspot.HSDB$47.val$progressFrame:Ljavax/swing/JInternalFrame;
aload 3
invokespecial sun.jvm.hotspot.HSDB$47$1.<init>:(Lsun/jvm/hotspot/HSDB$47;Ljavax/swing/JInternalFrame;Ljava/lang/String;)V
invokestatic javax.swing.SwingUtilities.invokeLater:(Ljava/lang/Runnable;)V
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/HSDB$47;
1 5 1 htmlGen Lsun/jvm/hotspot/ui/classbrowser/HTMLGenerator;
2 5 2 klasses [Lsun/jvm/hotspot/oops/InstanceKlass;
3 5 3 htmlText Ljava/lang/String;
static sun.jvm.hotspot.HSDB access$0(sun.jvm.hotspot.HSDB$47);
descriptor: (Lsun/jvm/hotspot/HSDB$47;)Lsun/jvm/hotspot/HSDB;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
getfield sun.jvm.hotspot.HSDB$47.this$0:Lsun/jvm/hotspot/HSDB;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "HSDB.java"
EnclosingMethod: sun.jvm.hotspot.HSDB.showClassBrowser:()V
NestHost: sun.jvm.hotspot.HSDB
InnerClasses:
sun.jvm.hotspot.HSDB$47
sun.jvm.hotspot.HSDB$47$1