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

  private final sun.jvm.hotspot.debugger.Address val$value;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public void prologue(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$40$1 this
        start local 1 // long used
         0: .line 1463
            return
        end local 1 // long used
        end local 0 // sun.jvm.hotspot.CommandProcessor$40$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/CommandProcessor$40$1;
            0    1     1  used  J
    MethodParameters:
      Name  Flags
      used  

  public void visitAddress(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$40$1 this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 1466
            aload 1 /* addr */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* val */
        start local 2 // sun.jvm.hotspot.debugger.Address val
         1: .line 1467
            aload 2 /* val */
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$40$1.val$value:Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.utilities.AddressOps.equal:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 3
         2: .line 1468
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$40$1.this$1:Lsun/jvm/hotspot/CommandProcessor$40;
            invokestatic sun.jvm.hotspot.CommandProcessor$40.access$0:(Lsun/jvm/hotspot/CommandProcessor$40;)Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "found at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* addr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         3: .line 1470
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            return
        end local 2 // sun.jvm.hotspot.debugger.Address val
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.CommandProcessor$40$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/CommandProcessor$40$1;
            0    4     1  addr  Lsun/jvm/hotspot/debugger/Address;
            1    4     2   val  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public void visitCompOopAddress(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.jvm.hotspot.CommandProcessor$40$1 this
        start local 1 // sun.jvm.hotspot.debugger.Address addr
         0: .line 1472
            aload 1 /* addr */
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getCompOopAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            astore 2 /* val */
        start local 2 // sun.jvm.hotspot.debugger.Address val
         1: .line 1473
            aload 2 /* val */
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$40$1.val$value:Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.utilities.AddressOps.equal:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 3
         2: .line 1474
            aload 0 /* this */
            getfield sun.jvm.hotspot.CommandProcessor$40$1.this$1:Lsun/jvm/hotspot/CommandProcessor$40;
            invokestatic sun.jvm.hotspot.CommandProcessor$40.access$0:(Lsun/jvm/hotspot/CommandProcessor$40;)Lsun/jvm/hotspot/CommandProcessor;
            getfield sun.jvm.hotspot.CommandProcessor.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "found at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* addr */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         3: .line 1476
      StackMap locals: sun.jvm.hotspot.debugger.Address
      StackMap stack:
            return
        end local 2 // sun.jvm.hotspot.debugger.Address val
        end local 1 // sun.jvm.hotspot.debugger.Address addr
        end local 0 // sun.jvm.hotspot.CommandProcessor$40$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/CommandProcessor$40$1;
            0    4     1  addr  Lsun/jvm/hotspot/debugger/Address;
            1    4     2   val  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      addr  

  public void epilogue();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.CommandProcessor$40$1 this
         0: .line 1478
            return
        end local 0 // sun.jvm.hotspot.CommandProcessor$40$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/CommandProcessor$40$1;
}
SourceFile: "CommandProcessor.java"
EnclosingMethod: sun.jvm.hotspot.CommandProcessor$40.doit:(Lsun/jvm/hotspot/CommandProcessor$Tokens;)V
NestHost: sun.jvm.hotspot.CommandProcessor
InnerClasses:
  sun.jvm.hotspot.CommandProcessor$40
  sun.jvm.hotspot.CommandProcessor$40$1
  Tokens = sun.jvm.hotspot.CommandProcessor$Tokens of sun.jvm.hotspot.CommandProcessor