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 // sun.jvm.hotspot.HSDB$47 this
         0: .line 1586
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.HSDB$47.this$0:Lsun/jvm/hotspot/HSDB;
            aload 0 /* this */
            aload 2
            putfield sun.jvm.hotspot.HSDB$47.val$progressFrame:Ljavax/swing/JInternalFrame;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.HSDB$47 this
      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 // sun.jvm.hotspot.HSDB$47 this
         0: .line 1588
            new sun.jvm.hotspot.ui.classbrowser.HTMLGenerator
            dup
            invokespecial sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.<init>:()V
            astore 1 /* htmlGen */
        start local 1 // sun.jvm.hotspot.ui.classbrowser.HTMLGenerator htmlGen
         1: .line 1589
            invokestatic sun.jvm.hotspot.utilities.SystemDictionaryHelper.getAllInstanceKlasses:()[Lsun/jvm/hotspot/oops/InstanceKlass;
            astore 2 /* klasses */
        start local 2 // sun.jvm.hotspot.oops.InstanceKlass[] klasses
         2: .line 1590
            aload 1 /* htmlGen */
            aload 2 /* klasses */
            invokevirtual sun.jvm.hotspot.ui.classbrowser.HTMLGenerator.genHTMLForKlassNames:([Lsun/jvm/hotspot/oops/InstanceKlass;)Ljava/lang/String;
            astore 3 /* htmlText */
        start local 3 // java.lang.String htmlText
         3: .line 1591
            new sun.jvm.hotspot.HSDB$47$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.jvm.hotspot.HSDB$47.val$progressFrame:Ljavax/swing/JInternalFrame;
            aload 3 /* htmlText */
            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: .line 1609
            return
        end local 3 // java.lang.String htmlText
        end local 2 // sun.jvm.hotspot.oops.InstanceKlass[] klasses
        end local 1 // sun.jvm.hotspot.ui.classbrowser.HTMLGenerator htmlGen
        end local 0 // sun.jvm.hotspot.HSDB$47 this
      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: .line 1586
            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