class sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk$1
  super_class: java.lang.Object
{
  final sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk this$1;
    descriptor: Lsun/jvm/hotspot/HSDB$ObjectHistogramCleanupThunk;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk);
    descriptor: (Lsun/jvm/hotspot/HSDB$ObjectHistogramCleanupThunk;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk$1 this
         0: .line 1423
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk$1.this$1:Lsun/jvm/hotspot/HSDB$ObjectHistogramCleanupThunk;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/HSDB$ObjectHistogramCleanupThunk$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk$1 this
         0: .line 1425
            new javax.swing.JInternalFrame
            dup
            ldc "Object Histogram"
            invokespecial javax.swing.JInternalFrame.<init>:(Ljava/lang/String;)V
            astore 1 /* histoFrame */
        start local 1 // javax.swing.JInternalFrame histoFrame
         1: .line 1426
            aload 1 /* histoFrame */
            iconst_1
            invokevirtual javax.swing.JInternalFrame.setResizable:(Z)V
         2: .line 1427
            aload 1 /* histoFrame */
            iconst_1
            invokevirtual javax.swing.JInternalFrame.setClosable:(Z)V
         3: .line 1428
            aload 1 /* histoFrame */
            iconst_1
            invokevirtual javax.swing.JInternalFrame.setIconifiable:(Z)V
         4: .line 1429
            aload 1 /* histoFrame */
            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
         5: .line 1430
            new sun.jvm.hotspot.ui.ObjectHistogramPanel
            dup
            aload 0 /* this */
            getfield sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk$1.this$1:Lsun/jvm/hotspot/HSDB$ObjectHistogramCleanupThunk;
            getfield sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk.histo:Lsun/jvm/hotspot/oops/ObjectHistogram;
            invokespecial sun.jvm.hotspot.ui.ObjectHistogramPanel.<init>:(Lsun/jvm/hotspot/oops/ObjectHistogram;)V
            astore 2 /* panel */
        start local 2 // sun.jvm.hotspot.ui.ObjectHistogramPanel panel
         6: .line 1431
            aload 2 /* panel */
            aload 0 /* this */
            getfield sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk$1.this$1:Lsun/jvm/hotspot/HSDB$ObjectHistogramCleanupThunk;
            invokestatic sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk.access$0:(Lsun/jvm/hotspot/HSDB$ObjectHistogramCleanupThunk;)Lsun/jvm/hotspot/HSDB;
            invokevirtual sun.jvm.hotspot.ui.ObjectHistogramPanel.addPanelListener:(Lsun/jvm/hotspot/ui/ObjectHistogramPanel$Listener;)V
         7: .line 1432
            aload 1 /* histoFrame */
            invokevirtual javax.swing.JInternalFrame.getContentPane:()Ljava/awt/Container;
            aload 2 /* panel */
            invokevirtual java.awt.Container.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         8: .line 1433
            aload 0 /* this */
            getfield sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk$1.this$1:Lsun/jvm/hotspot/HSDB$ObjectHistogramCleanupThunk;
            invokestatic sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk.access$0:(Lsun/jvm/hotspot/HSDB$ObjectHistogramCleanupThunk;)Lsun/jvm/hotspot/HSDB;
            getfield sun.jvm.hotspot.HSDB.desktop:Ljavax/swing/JDesktopPane;
            aload 1 /* histoFrame */
            invokevirtual javax.swing.JDesktopPane.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         9: .line 1434
            aload 1 /* histoFrame */
            ldc 1.3333334
            ldc 0.6
        10: .line 1435
            aload 1 /* histoFrame */
            invokevirtual javax.swing.JInternalFrame.getParent:()Ljava/awt/Container;
            invokevirtual java.awt.Container.getSize:()Ljava/awt/Dimension;
        11: .line 1434
            invokestatic sun.jvm.hotspot.ui.GraphicsUtilities.reshapeToAspectRatio:(Ljava/awt/Component;FFLjava/awt/Dimension;)V
        12: .line 1436
            aload 1 /* histoFrame */
            invokestatic sun.jvm.hotspot.ui.GraphicsUtilities.centerInContainer:(Ljava/awt/Component;)V
        13: .line 1437
            aload 1 /* histoFrame */
            invokevirtual javax.swing.JInternalFrame.show:()V
        14: .line 1438
            return
        end local 2 // sun.jvm.hotspot.ui.ObjectHistogramPanel panel
        end local 1 // javax.swing.JInternalFrame histoFrame
        end local 0 // sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lsun/jvm/hotspot/HSDB$ObjectHistogramCleanupThunk$1;
            1   15     1  histoFrame  Ljavax/swing/JInternalFrame;
            6   15     2       panel  Lsun/jvm/hotspot/ui/ObjectHistogramPanel;
}
SourceFile: "HSDB.java"
EnclosingMethod: sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk.heapIterationComplete:()V
NestHost: sun.jvm.hotspot.HSDB
InnerClasses:
  ObjectHistogramCleanupThunk = sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk of sun.jvm.hotspot.HSDB
  sun.jvm.hotspot.HSDB$ObjectHistogramCleanupThunk$1
  public abstract Listener = sun.jvm.hotspot.ui.ObjectHistogramPanel$Listener of sun.jvm.hotspot.ui.ObjectHistogramPanel