class sun.jvm.hotspot.HSDB$HeapProgress implements sun.jvm.hotspot.utilities.HeapProgressThunk
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.HSDB$HeapProgress
  super_class: java.lang.Object
{
  private javax.swing.JInternalFrame frame;
    descriptor: Ljavax/swing/JInternalFrame;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.ui.ProgressBarPanel bar;
    descriptor: Lsun/jvm/hotspot/ui/ProgressBarPanel;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String windowTitle;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String progressBarTitle;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.HSDB$CleanupThunk cleanup;
    descriptor: Lsun/jvm/hotspot/HSDB$CleanupThunk;
    flags: (0x0002) ACC_PRIVATE

  final sun.jvm.hotspot.HSDB this$0;
    descriptor: Lsun/jvm/hotspot/HSDB;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.HSDB, java.lang.String);
    descriptor: (Lsun/jvm/hotspot/HSDB;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.HSDB$HeapProgress this
        start local 2 // java.lang.String windowTitle
         0: .line 1681
            aload 0 /* this */
            aload 1
            aload 2 /* windowTitle */
            ldc "Percentage of heap visited"
            aconst_null
            invokespecial sun.jvm.hotspot.HSDB$HeapProgress.<init>:(Lsun/jvm/hotspot/HSDB;Ljava/lang/String;Ljava/lang/String;Lsun/jvm/hotspot/HSDB$CleanupThunk;)V
         1: .line 1682
            return
        end local 2 // java.lang.String windowTitle
        end local 0 // sun.jvm.hotspot.HSDB$HeapProgress this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lsun/jvm/hotspot/HSDB$HeapProgress;
            0    2     2  windowTitle  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      this$0       final
      windowTitle  

  void <init>(sun.jvm.hotspot.HSDB, java.lang.String, java.lang.String);
    descriptor: (Lsun/jvm/hotspot/HSDB;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // sun.jvm.hotspot.HSDB$HeapProgress this
        start local 2 // java.lang.String windowTitle
        start local 3 // java.lang.String progressBarTitle
         0: .line 1685
            aload 0 /* this */
            aload 1
            aload 2 /* windowTitle */
            aload 3 /* progressBarTitle */
            aconst_null
            invokespecial sun.jvm.hotspot.HSDB$HeapProgress.<init>:(Lsun/jvm/hotspot/HSDB;Ljava/lang/String;Ljava/lang/String;Lsun/jvm/hotspot/HSDB$CleanupThunk;)V
         1: .line 1686
            return
        end local 3 // java.lang.String progressBarTitle
        end local 2 // java.lang.String windowTitle
        end local 0 // sun.jvm.hotspot.HSDB$HeapProgress this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lsun/jvm/hotspot/HSDB$HeapProgress;
            0    2     2       windowTitle  Ljava/lang/String;
            0    2     3  progressBarTitle  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      this$0            final
      windowTitle       
      progressBarTitle  

  void <init>(sun.jvm.hotspot.HSDB, java.lang.String, java.lang.String, sun.jvm.hotspot.HSDB$CleanupThunk);
    descriptor: (Lsun/jvm/hotspot/HSDB;Ljava/lang/String;Ljava/lang/String;Lsun/jvm/hotspot/HSDB$CleanupThunk;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.jvm.hotspot.HSDB$HeapProgress this
        start local 2 // java.lang.String windowTitle
        start local 3 // java.lang.String progressBarTitle
        start local 4 // sun.jvm.hotspot.HSDB$CleanupThunk cleanup
         0: .line 1688
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.HSDB$HeapProgress.this$0:Lsun/jvm/hotspot/HSDB;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1689
            aload 0 /* this */
            aload 2 /* windowTitle */
            putfield sun.jvm.hotspot.HSDB$HeapProgress.windowTitle:Ljava/lang/String;
         2: .line 1690
            aload 0 /* this */
            aload 3 /* progressBarTitle */
            putfield sun.jvm.hotspot.HSDB$HeapProgress.progressBarTitle:Ljava/lang/String;
         3: .line 1691
            aload 0 /* this */
            aload 4 /* cleanup */
            putfield sun.jvm.hotspot.HSDB$HeapProgress.cleanup:Lsun/jvm/hotspot/HSDB$CleanupThunk;
         4: .line 1692
            return
        end local 4 // sun.jvm.hotspot.HSDB$CleanupThunk cleanup
        end local 3 // java.lang.String progressBarTitle
        end local 2 // java.lang.String windowTitle
        end local 0 // sun.jvm.hotspot.HSDB$HeapProgress this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lsun/jvm/hotspot/HSDB$HeapProgress;
            0    5     2       windowTitle  Ljava/lang/String;
            0    5     3  progressBarTitle  Ljava/lang/String;
            0    5     4           cleanup  Lsun/jvm/hotspot/HSDB$CleanupThunk;
    MethodParameters:
                  Name  Flags
      this$0            final
      windowTitle       
      progressBarTitle  
      cleanup           

  public void heapIterationFractionUpdate(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.HSDB$HeapProgress this
        start local 1 // double fractionOfHeapVisited
         0: .line 1695
            aload 0 /* this */
            getfield sun.jvm.hotspot.HSDB$HeapProgress.frame:Ljavax/swing/JInternalFrame;
            ifnonnull 2
         1: .line 1696
            new sun.jvm.hotspot.HSDB$HeapProgress$1
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.HSDB$HeapProgress$1.<init>:(Lsun/jvm/hotspot/HSDB$HeapProgress;)V
            invokestatic javax.swing.SwingUtilities.invokeLater:(Ljava/lang/Runnable;)V
         2: .line 1713
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.HSDB$HeapProgress$2
            dup
            aload 0 /* this */
            dload 1 /* fractionOfHeapVisited */
            invokespecial sun.jvm.hotspot.HSDB$HeapProgress$2.<init>:(Lsun/jvm/hotspot/HSDB$HeapProgress;D)V
            invokestatic javax.swing.SwingUtilities.invokeLater:(Ljava/lang/Runnable;)V
         3: .line 1718
            return
        end local 1 // double fractionOfHeapVisited
        end local 0 // sun.jvm.hotspot.HSDB$HeapProgress this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    4     0                   this  Lsun/jvm/hotspot/HSDB$HeapProgress;
            0    4     1  fractionOfHeapVisited  D
    MethodParameters:
                       Name  Flags
      fractionOfHeapVisited  final

  public void heapIterationComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.HSDB$HeapProgress this
         0: .line 1721
            new sun.jvm.hotspot.HSDB$HeapProgress$3
            dup
            aload 0 /* this */
            invokespecial sun.jvm.hotspot.HSDB$HeapProgress$3.<init>:(Lsun/jvm/hotspot/HSDB$HeapProgress;)V
            invokestatic javax.swing.SwingUtilities.invokeLater:(Ljava/lang/Runnable;)V
         1: .line 1732
            aload 0 /* this */
            getfield sun.jvm.hotspot.HSDB$HeapProgress.cleanup:Lsun/jvm/hotspot/HSDB$CleanupThunk;
            ifnull 3
         2: .line 1733
            aload 0 /* this */
            getfield sun.jvm.hotspot.HSDB$HeapProgress.cleanup:Lsun/jvm/hotspot/HSDB$CleanupThunk;
            invokeinterface sun.jvm.hotspot.HSDB$CleanupThunk.heapIterationComplete:()V
         3: .line 1735
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.jvm.hotspot.HSDB$HeapProgress this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/HSDB$HeapProgress;

  static sun.jvm.hotspot.HSDB access$0(sun.jvm.hotspot.HSDB$HeapProgress);
    descriptor: (Lsun/jvm/hotspot/HSDB$HeapProgress;)Lsun/jvm/hotspot/HSDB;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1673
            aload 0
            getfield sun.jvm.hotspot.HSDB$HeapProgress.this$0:Lsun/jvm/hotspot/HSDB;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HSDB.java"
NestHost: sun.jvm.hotspot.HSDB
InnerClasses:
  abstract CleanupThunk = sun.jvm.hotspot.HSDB$CleanupThunk of sun.jvm.hotspot.HSDB
  HeapProgress = sun.jvm.hotspot.HSDB$HeapProgress of sun.jvm.hotspot.HSDB
  sun.jvm.hotspot.HSDB$HeapProgress$1
  sun.jvm.hotspot.HSDB$HeapProgress$2
  sun.jvm.hotspot.HSDB$HeapProgress$3