class sun.jvm.hotspot.runtime.Frame$InterpVisitor implements sun.jvm.hotspot.compiler.OopMapVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.Frame$InterpVisitor
  super_class: java.lang.Object
{
  private sun.jvm.hotspot.runtime.AddressVisitor addressVisitor;
    descriptor: Lsun/jvm/hotspot/runtime/AddressVisitor;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.jvm.hotspot.runtime.AddressVisitor);
    descriptor: (Lsun/jvm/hotspot/runtime/AddressVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.Frame$InterpVisitor this
        start local 1 // sun.jvm.hotspot.runtime.AddressVisitor oopVisitor
         0: .line 520
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 521
            aload 0 /* this */
            aload 1 /* oopVisitor */
            invokevirtual sun.jvm.hotspot.runtime.Frame$InterpVisitor.setAddressVisitor:(Lsun/jvm/hotspot/runtime/AddressVisitor;)V
         2: .line 522
            return
        end local 1 // sun.jvm.hotspot.runtime.AddressVisitor oopVisitor
        end local 0 // sun.jvm.hotspot.runtime.Frame$InterpVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lsun/jvm/hotspot/runtime/Frame$InterpVisitor;
            0    3     1  oopVisitor  Lsun/jvm/hotspot/runtime/AddressVisitor;
    MethodParameters:
            Name  Flags
      oopVisitor  

  public void setAddressVisitor(sun.jvm.hotspot.runtime.AddressVisitor);
    descriptor: (Lsun/jvm/hotspot/runtime/AddressVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.Frame$InterpVisitor this
        start local 1 // sun.jvm.hotspot.runtime.AddressVisitor addressVisitor
         0: .line 525
            aload 0 /* this */
            aload 1 /* addressVisitor */
            putfield sun.jvm.hotspot.runtime.Frame$InterpVisitor.addressVisitor:Lsun/jvm/hotspot/runtime/AddressVisitor;
         1: .line 526
            return
        end local 1 // sun.jvm.hotspot.runtime.AddressVisitor addressVisitor
        end local 0 // sun.jvm.hotspot.runtime.Frame$InterpVisitor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lsun/jvm/hotspot/runtime/Frame$InterpVisitor;
            0    2     1  addressVisitor  Lsun/jvm/hotspot/runtime/AddressVisitor;
    MethodParameters:
                Name  Flags
      addressVisitor  

  public void visitOopLocation(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.Frame$InterpVisitor this
        start local 1 // sun.jvm.hotspot.debugger.Address oopAddr
         0: .line 529
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.Frame$InterpVisitor.addressVisitor:Lsun/jvm/hotspot/runtime/AddressVisitor;
            aload 1 /* oopAddr */
            invokeinterface sun.jvm.hotspot.runtime.AddressVisitor.visitAddress:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 530
            return
        end local 1 // sun.jvm.hotspot.debugger.Address oopAddr
        end local 0 // sun.jvm.hotspot.runtime.Frame$InterpVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/jvm/hotspot/runtime/Frame$InterpVisitor;
            0    2     1  oopAddr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
         Name  Flags
      oopAddr  

  public void visitDerivedOopLocation(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.Frame$InterpVisitor this
        start local 1 // sun.jvm.hotspot.debugger.Address baseOopAddr
        start local 2 // sun.jvm.hotspot.debugger.Address derivedOopAddr
         0: .line 533
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isClientCompiler:()Z
            ifeq 3
         1: .line 534
            iconst_0
            ldc "should not reach here"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 535
            goto 6
      StackMap locals:
      StackMap stack:
         3: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isServerCompiler:()Z
            ifeq 6
         4: .line 536
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.useDerivedPointerTable:()Z
            ifeq 6
         5: .line 537
            iconst_0
            ldc "FIXME: add derived pointer table"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 539
      StackMap locals:
      StackMap stack:
            return
        end local 2 // sun.jvm.hotspot.debugger.Address derivedOopAddr
        end local 1 // sun.jvm.hotspot.debugger.Address baseOopAddr
        end local 0 // sun.jvm.hotspot.runtime.Frame$InterpVisitor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lsun/jvm/hotspot/runtime/Frame$InterpVisitor;
            0    7     1     baseOopAddr  Lsun/jvm/hotspot/debugger/Address;
            0    7     2  derivedOopAddr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
                Name  Flags
      baseOopAddr     
      derivedOopAddr  

  public void visitNarrowOopLocation(sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.Frame$InterpVisitor this
        start local 1 // sun.jvm.hotspot.debugger.Address compOopAddr
         0: .line 542
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.Frame$InterpVisitor.addressVisitor:Lsun/jvm/hotspot/runtime/AddressVisitor;
            aload 1 /* compOopAddr */
            invokeinterface sun.jvm.hotspot.runtime.AddressVisitor.visitCompOopAddress:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 543
            return
        end local 1 // sun.jvm.hotspot.debugger.Address compOopAddr
        end local 0 // sun.jvm.hotspot.runtime.Frame$InterpVisitor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lsun/jvm/hotspot/runtime/Frame$InterpVisitor;
            0    2     1  compOopAddr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
             Name  Flags
      compOopAddr  
}
SourceFile: "Frame.java"
NestHost: sun.jvm.hotspot.runtime.Frame
InnerClasses:
  private InterpVisitor = sun.jvm.hotspot.runtime.Frame$InterpVisitor of sun.jvm.hotspot.runtime.Frame