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

  private final boolean[] val$complete;
    descriptor: [Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.CommandProcessor$15, boolean[]);
    descriptor: (Lsun/jvm/hotspot/CommandProcessor$15;[Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.CommandProcessor$15$1 this
         0: .line 784
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.CommandProcessor$15$1.this$1:Lsun/jvm/hotspot/CommandProcessor$15;
            aload 0 /* this */
            aload 2
            putfield sun.jvm.hotspot.CommandProcessor$15$1.val$complete:[Z
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.CommandProcessor$15$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/CommandProcessor$15$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$complete  final

  public void heapIterationFractionUpdate(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$15$1 this
        start local 1 // double d
         0: .line 785
            return
        end local 1 // double d
        end local 0 // sun.jvm.hotspot.CommandProcessor$15$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/CommandProcessor$15$1;
            0    1     1     d  D
    MethodParameters:
      Name  Flags
      d     

  public synchronized void heapIterationComplete();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.CommandProcessor$15$1 this
         0: .line 787
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$15$1.val$complete:[Z
            iconst_0
            iconst_1
            bastore
         1: .line 788
            aload 0 /* this */
            invokevirtual java.lang.Object.notify:()V
         2: .line 789
            return
        end local 0 // sun.jvm.hotspot.CommandProcessor$15$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/CommandProcessor$15$1;
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor$15.doit:(Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
  sun.jvm.hotspot.CommandProcessor$15
  sun.jvm.hotspot.CommandProcessor$15$1
  Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor