class sun.tools.jconsole.MemoryTab$4 extends javax.swing.SwingWorker<java.lang.Boolean, java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.tools.jconsole.MemoryTab$4
  super_class: javax.swing.SwingWorker
{
  private long[] used;
    descriptor: [J
    flags: (0x0002) ACC_PRIVATE

  private long[] committed;
    descriptor: [J
    flags: (0x0002) ACC_PRIVATE

  private long[] max;
    descriptor: [J
    flags: (0x0002) ACC_PRIVATE

  private long[] threshold;
    descriptor: [J
    flags: (0x0002) ACC_PRIVATE

  private long timeStamp;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  private boolean initialRun;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final sun.tools.jconsole.MemoryTab this$0;
    descriptor: Lsun/tools/jconsole/MemoryTab;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.tools.jconsole.MemoryTab);
    descriptor: (Lsun/tools/jconsole/MemoryTab;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.tools.jconsole.MemoryTab$4 this
         0: .line 251
            aload 0 /* this */
            aload 1
            putfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            aload 0 /* this */
            invokespecial javax.swing.SwingWorker.<init>:()V
         1: .line 255
            aload 0 /* this */
            iconst_0
            putfield sun.tools.jconsole.MemoryTab$4.initialRun:Z
         2: .line 251
            return
        end local 0 // sun.tools.jconsole.MemoryTab$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/tools/jconsole/MemoryTab$4;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Boolean doInBackground();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=1
        start local 0 // sun.tools.jconsole.MemoryTab$4 this
         0: .line 258
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.vmPanel:Lsun/tools/jconsole/VMPanel;
            invokevirtual sun.tools.jconsole.VMPanel.getProxyClient:()Lsun/tools/jconsole/ProxyClient;
            astore 1 /* proxyClient */
        start local 1 // sun.tools.jconsole.ProxyClient proxyClient
         1: .line 260
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.plotterList:Ljava/util/ArrayList;
            ifnonnull 10
         2: .line 262
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            invokevirtual sun.tools.jconsole.MemoryTab.createPlotters:()V
         3: .line 263
            goto 9
      StackMap locals: sun.tools.jconsole.MemoryTab$4 sun.tools.jconsole.ProxyClient
      StackMap stack: java.lang.reflect.UndeclaredThrowableException
         4: pop
         5: .line 264
            aload 1 /* proxyClient */
            invokevirtual sun.tools.jconsole.ProxyClient.markAsDead:()V
         6: .line 265
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         7: .line 266
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
         8: .line 267
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         9: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.tools.jconsole.MemoryTab$4.initialRun:Z
        10: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.plotterList:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 2 /* n */
        start local 2 // int n
        11: .line 273
            aload 0 /* this */
            iload 2 /* n */
            newarray 11
            putfield sun.tools.jconsole.MemoryTab$4.used:[J
        12: .line 274
            aload 0 /* this */
            iload 2 /* n */
            newarray 11
            putfield sun.tools.jconsole.MemoryTab$4.committed:[J
        13: .line 275
            aload 0 /* this */
            iload 2 /* n */
            newarray 11
            putfield sun.tools.jconsole.MemoryTab$4.max:[J
        14: .line 276
            aload 0 /* this */
            iload 2 /* n */
            newarray 11
            putfield sun.tools.jconsole.MemoryTab$4.threshold:[J
        15: .line 277
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield sun.tools.jconsole.MemoryTab$4.timeStamp:J
        16: .line 279
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        17: goto 50
        18: .line 280
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.plotterList:Ljava/util/ArrayList;
            iload 3 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast sun.tools.jconsole.Plotter
            astore 4 /* plotter */
        start local 4 // sun.tools.jconsole.Plotter plotter
        19: .line 281
            aconst_null
            astore 5 /* mu */
        start local 5 // java.lang.management.MemoryUsage mu
        20: .line 282
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.used:[J
            iload 3 /* i */
            ldc -1
            lastore
        21: .line 283
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.threshold:[J
            iload 3 /* i */
            ldc -1
            lastore
        22: .line 286
            aload 4 /* plotter */
            instanceof sun.tools.jconsole.MemoryTab$PoolPlotter
            ifeq 35
        23: .line 287
            aload 4 /* plotter */
            checkcast sun.tools.jconsole.MemoryTab$PoolPlotter
            astore 6 /* poolPlotter */
        start local 6 // sun.tools.jconsole.MemoryTab$PoolPlotter poolPlotter
        24: .line 288
            aload 6 /* poolPlotter */
            getfield sun.tools.jconsole.MemoryTab$PoolPlotter.objectName:Ljavax/management/ObjectName;
            astore 7 /* objectName */
        start local 7 // javax.management.ObjectName objectName
        25: .line 290
            aload 1 /* proxyClient */
            aload 7 /* objectName */
        26: .line 291
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc "Usage"
            aastore
            dup
            iconst_1
            ldc "UsageThreshold"
            aastore
        27: .line 290
            invokevirtual sun.tools.jconsole.ProxyClient.getAttributes:(Ljavax/management/ObjectName;[Ljava/lang/String;)Ljavax/management/AttributeList;
        28: .line 289
            astore 8 /* al */
        start local 8 // javax.management.AttributeList al
        29: .line 292
            aload 8 /* al */
            invokevirtual javax.management.AttributeList.size:()I
            ifle 45
        30: .line 293
            aload 8 /* al */
            iconst_0
            invokevirtual javax.management.AttributeList.get:(I)Ljava/lang/Object;
            checkcast javax.management.Attribute
            invokevirtual javax.management.Attribute.getValue:()Ljava/lang/Object;
            checkcast javax.management.openmbean.CompositeData
            astore 9 /* cd */
        start local 9 // javax.management.openmbean.CompositeData cd
        31: .line 294
            aload 9 /* cd */
            invokestatic java.lang.management.MemoryUsage.from:(Ljavax/management/openmbean/CompositeData;)Ljava/lang/management/MemoryUsage;
            astore 5 /* mu */
        32: .line 296
            aload 8 /* al */
            invokevirtual javax.management.AttributeList.size:()I
            iconst_1
            if_icmple 45
        33: .line 297
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.threshold:[J
            iload 3 /* i */
            aload 8 /* al */
            iconst_1
            invokevirtual javax.management.AttributeList.get:(I)Ljava/lang/Object;
            checkcast javax.management.Attribute
            invokevirtual javax.management.Attribute.getValue:()Ljava/lang/Object;
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            lastore
        end local 9 // javax.management.openmbean.CompositeData cd
        end local 8 // javax.management.AttributeList al
        end local 7 // javax.management.ObjectName objectName
        end local 6 // sun.tools.jconsole.MemoryTab$PoolPlotter poolPlotter
        34: .line 300
            goto 45
      StackMap locals: sun.tools.jconsole.Plotter java.lang.management.MemoryUsage
      StackMap stack:
        35: aload 4 /* plotter */
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.heapPlotter:Lsun/tools/jconsole/Plotter;
            if_acmpne 38
        36: .line 301
            aload 1 /* proxyClient */
            invokevirtual sun.tools.jconsole.ProxyClient.getMemoryMXBean:()Ljava/lang/management/MemoryMXBean;
            invokeinterface java.lang.management.MemoryMXBean.getHeapMemoryUsage:()Ljava/lang/management/MemoryUsage;
            astore 5 /* mu */
        37: .line 302
            goto 45
      StackMap locals:
      StackMap stack:
        38: aload 4 /* plotter */
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.nonHeapPlotter:Lsun/tools/jconsole/Plotter;
            if_acmpne 45
        39: .line 303
            aload 1 /* proxyClient */
            invokevirtual sun.tools.jconsole.ProxyClient.getMemoryMXBean:()Ljava/lang/management/MemoryMXBean;
            invokeinterface java.lang.management.MemoryMXBean.getNonHeapMemoryUsage:()Ljava/lang/management/MemoryUsage;
            astore 5 /* mu */
        40: .line 305
            goto 45
      StackMap locals:
      StackMap stack: java.lang.reflect.UndeclaredThrowableException
        41: pop
        42: .line 306
            aload 1 /* proxyClient */
            invokevirtual sun.tools.jconsole.ProxyClient.markAsDead:()V
        43: .line 307
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        44: .line 308
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
        45: .line 312
      StackMap locals:
      StackMap stack:
            aload 5 /* mu */
            ifnull 49
        46: .line 313
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.used:[J
            iload 3 /* i */
            aload 5 /* mu */
            invokevirtual java.lang.management.MemoryUsage.getUsed:()J
            lastore
        47: .line 314
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.committed:[J
            iload 3 /* i */
            aload 5 /* mu */
            invokevirtual java.lang.management.MemoryUsage.getCommitted:()J
            lastore
        48: .line 315
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.max:[J
            iload 3 /* i */
            aload 5 /* mu */
            invokevirtual java.lang.management.MemoryUsage.getMax:()J
            lastore
        end local 5 // java.lang.management.MemoryUsage mu
        end local 4 // sun.tools.jconsole.Plotter plotter
        49: .line 279
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        50: iload 3 /* i */
            iload 2 /* n */
            if_icmplt 18
        end local 3 // int i
        51: .line 318
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            invokevirtual sun.tools.jconsole.MemoryTab.formatDetails:()Ljava/lang/String;
            putfield sun.tools.jconsole.MemoryTab$4.detailsStr:Ljava/lang/String;
        52: .line 320
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // int n
        end local 1 // sun.tools.jconsole.ProxyClient proxyClient
        end local 0 // sun.tools.jconsole.MemoryTab$4 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   53     0         this  Lsun/tools/jconsole/MemoryTab$4;
            1   53     1  proxyClient  Lsun/tools/jconsole/ProxyClient;
           11   53     2            n  I
           17   51     3            i  I
           19   49     4      plotter  Lsun/tools/jconsole/Plotter;
           20   49     5           mu  Ljava/lang/management/MemoryUsage;
           24   34     6  poolPlotter  Lsun/tools/jconsole/MemoryTab$PoolPlotter;
           25   34     7   objectName  Ljavax/management/ObjectName;
           29   34     8           al  Ljavax/management/AttributeList;
           31   34     9           cd  Ljavax/management/openmbean/CompositeData;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.reflect.UndeclaredThrowableException
           2     3       7  Class java.io.IOException
          22    40      41  Class java.lang.reflect.UndeclaredThrowableException
          22    40      44  Class java.io.IOException

  protected void done();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=5, args_size=1
        start local 0 // sun.tools.jconsole.MemoryTab$4 this
         0: .line 325
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.MemoryTab$4.get:()Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifne 8
         1: .line 326
            return
         2: .line 328
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
            pop
         3: .line 329
            return
         4: .line 330
      StackMap locals:
      StackMap stack: java.util.concurrent.ExecutionException
            astore 1 /* ex */
        start local 1 // java.util.concurrent.ExecutionException ex
         5: .line 331
            invokestatic sun.tools.jconsole.JConsole.isDebug:()Z
            ifeq 7
         6: .line 332
            aload 1 /* ex */
            invokevirtual java.util.concurrent.ExecutionException.printStackTrace:()V
         7: .line 334
      StackMap locals: java.util.concurrent.ExecutionException
      StackMap stack:
            return
        end local 1 // java.util.concurrent.ExecutionException ex
         8: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.initialRun:Z
            ifeq 15
         9: .line 339
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.plotterList:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 2
            goto 13
      StackMap locals: sun.tools.jconsole.MemoryTab$4 top java.util.Iterator
      StackMap stack:
        10: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.tools.jconsole.Plotter
            astore 1 /* p */
        start local 1 // sun.tools.jconsole.Plotter p
        11: .line 340
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.plotterChoice:Ljavax/swing/JComboBox;
            aload 1 /* p */
            invokevirtual javax.swing.JComboBox.addItem:(Ljava/lang/Object;)V
        12: .line 341
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.timeComboBox:Lsun/tools/jconsole/TimeComboBox;
            aload 1 /* p */
            invokevirtual sun.tools.jconsole.TimeComboBox.addPlotter:(Lsun/tools/jconsole/Plotter;)V
        end local 1 // sun.tools.jconsole.Plotter p
        13: .line 339
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        14: .line 343
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.bottomPanel:Ljavax/swing/JPanel;
            ldc "South"
            invokevirtual sun.tools.jconsole.MemoryTab.add:(Ljava/awt/Component;Ljava/lang/Object;)V
        15: .line 347
      StackMap locals: sun.tools.jconsole.MemoryTab$4
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.plotterList:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 1 /* n */
        start local 1 // int n
        16: .line 348
            iconst_0
            istore 2 /* poolCount */
        start local 2 // int poolCount
        17: .line 350
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        18: goto 34
        19: .line 351
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.plotterList:Ljava/util/ArrayList;
            iload 3 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast sun.tools.jconsole.Plotter
            astore 4 /* plotter */
        start local 4 // sun.tools.jconsole.Plotter plotter
        20: .line 352
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.used:[J
            iload 3 /* i */
            laload
            lconst_0
            lcmp
            iflt 33
        21: .line 353
            aload 4 /* plotter */
            instanceof sun.tools.jconsole.MemoryTab$PoolPlotter
            ifeq 29
        22: .line 354
            aload 4 /* plotter */
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.timeStamp:J
            iconst_4
            newarray 11
            dup
            iconst_0
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.used:[J
            iload 3 /* i */
            laload
            lastore
            dup
            iconst_1
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.committed:[J
            iload 3 /* i */
            laload
            lastore
            dup
            iconst_2
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.max:[J
            iload 3 /* i */
            laload
            lastore
            dup
            iconst_3
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.threshold:[J
            iload 3 /* i */
            laload
            lastore
            invokevirtual sun.tools.jconsole.Plotter.addValues:(J[J)V
        23: .line 355
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.threshold:[J
            iload 3 /* i */
            laload
            lconst_0
            lcmp
            ifle 25
        24: .line 356
            aload 4 /* plotter */
            ldc "threshold"
            iconst_1
            invokevirtual sun.tools.jconsole.Plotter.setIsPlotted:(Ljava/lang/String;Z)V
        25: .line 358
      StackMap locals: sun.tools.jconsole.Plotter
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.poolChart:Lsun/tools/jconsole/MemoryTab$PoolChart;
            iload 2 /* poolCount */
            iinc 2 /* poolCount */ 1
            aload 4 /* plotter */
            checkcast sun.tools.jconsole.MemoryTab$PoolPlotter
        26: .line 359
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.used:[J
            iload 3 /* i */
            laload
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.threshold:[J
            iload 3 /* i */
            laload
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.max:[J
            iload 3 /* i */
            laload
        27: .line 358
            invokevirtual sun.tools.jconsole.MemoryTab$PoolChart.setValue:(ILsun/tools/jconsole/MemoryTab$PoolPlotter;JJJ)V
        28: .line 360
            goto 30
        29: .line 361
      StackMap locals:
      StackMap stack:
            aload 4 /* plotter */
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.timeStamp:J
            iconst_3
            newarray 11
            dup
            iconst_0
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.used:[J
            iload 3 /* i */
            laload
            lastore
            dup
            iconst_1
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.committed:[J
            iload 3 /* i */
            laload
            lastore
            dup
            iconst_2
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.max:[J
            iload 3 /* i */
            laload
            lastore
            invokevirtual sun.tools.jconsole.Plotter.addValues:(J[J)V
        30: .line 364
      StackMap locals:
      StackMap stack:
            aload 4 /* plotter */
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.heapPlotter:Lsun/tools/jconsole/Plotter;
            if_acmpne 33
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.overviewPanel:Lsun/tools/jconsole/MemoryTab$MemoryOverviewPanel;
            ifnull 33
        31: .line 365
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.overviewPanel:Lsun/tools/jconsole/MemoryTab$MemoryOverviewPanel;
            invokevirtual sun.tools.jconsole.MemoryTab$MemoryOverviewPanel.getPlotter:()Lsun/tools/jconsole/Plotter;
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.timeStamp:J
            iconst_1
            newarray 11
            dup
            iconst_0
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.used:[J
            iload 3 /* i */
            laload
            lastore
            invokevirtual sun.tools.jconsole.Plotter.addValues:(J[J)V
        32: .line 366
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.overviewPanel:Lsun/tools/jconsole/MemoryTab$MemoryOverviewPanel;
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.used:[J
            iload 3 /* i */
            laload
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.committed:[J
            iload 3 /* i */
            laload
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.max:[J
            iload 3 /* i */
            laload
            invokevirtual sun.tools.jconsole.MemoryTab$MemoryOverviewPanel.updateMemoryInfo:(JJJ)V
        end local 4 // sun.tools.jconsole.Plotter plotter
        33: .line 350
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 3 /* i */
            iload 1 /* n */
            if_icmplt 19
        end local 3 // int i
        35: .line 370
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.this$0:Lsun/tools/jconsole/MemoryTab;
            getfield sun.tools.jconsole.MemoryTab.details:Lsun/tools/jconsole/HTMLPane;
            aload 0 /* this */
            getfield sun.tools.jconsole.MemoryTab$4.detailsStr:Ljava/lang/String;
            invokevirtual sun.tools.jconsole.HTMLPane.setText:(Ljava/lang/String;)V
        36: .line 371
            return
        end local 2 // int poolCount
        end local 1 // int n
        end local 0 // sun.tools.jconsole.MemoryTab$4 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   37     0       this  Lsun/tools/jconsole/MemoryTab$4;
            5    8     1         ex  Ljava/util/concurrent/ExecutionException;
           11   13     1          p  Lsun/tools/jconsole/Plotter;
           16   37     1          n  I
           17   37     2  poolCount  I
           18   35     3          i  I
           20   33     4    plotter  Lsun/tools/jconsole/Plotter;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.InterruptedException
           0     1       4  Class java.util.concurrent.ExecutionException

  public java.lang.Object doInBackground();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.tools.jconsole.MemoryTab$4.doInBackground:()Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljavax/swing/SwingWorker<Ljava/lang/Boolean;Ljava/lang/Object;>;
SourceFile: "MemoryTab.java"
EnclosingMethod: sun.tools.jconsole.MemoryTab.newSwingWorker:()Ljavax/swing/SwingWorker;
NestHost: sun.tools.jconsole.MemoryTab
InnerClasses:
  sun.tools.jconsole.MemoryTab$4
  private MemoryOverviewPanel = sun.tools.jconsole.MemoryTab$MemoryOverviewPanel of sun.tools.jconsole.MemoryTab
  private PoolChart = sun.tools.jconsole.MemoryTab$PoolChart of sun.tools.jconsole.MemoryTab
  private PoolPlotter = sun.tools.jconsole.MemoryTab$PoolPlotter of sun.tools.jconsole.MemoryTab