class sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor implements sun.jvm.hotspot.compiler.OopMapVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor
  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.compiler.ImmutableOopMapSet$MyVisitor this
        start local 1 // sun.jvm.hotspot.runtime.AddressVisitor oopVisitor
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 1 /* oopVisitor */
            invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor.setAddressVisitor:(Lsun/jvm/hotspot/runtime/AddressVisitor;)V
         2: .line 51
            return
        end local 1 // sun.jvm.hotspot.runtime.AddressVisitor oopVisitor
        end local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet$MyVisitor;
            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.compiler.ImmutableOopMapSet$MyVisitor this
        start local 1 // sun.jvm.hotspot.runtime.AddressVisitor addressVisitor
         0: .line 54
            aload 0 /* this */
            aload 1 /* addressVisitor */
            putfield sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor.addressVisitor:Lsun/jvm/hotspot/runtime/AddressVisitor;
         1: .line 55
            return
        end local 1 // sun.jvm.hotspot.runtime.AddressVisitor addressVisitor
        end local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet$MyVisitor;
            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.compiler.ImmutableOopMapSet$MyVisitor this
        start local 1 // sun.jvm.hotspot.debugger.Address oopAddr
         0: .line 58
            aload 0 /* this */
            getfield sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor.addressVisitor:Lsun/jvm/hotspot/runtime/AddressVisitor;
            aload 1 /* oopAddr */
            invokeinterface sun.jvm.hotspot.runtime.AddressVisitor.visitAddress:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 59
            return
        end local 1 // sun.jvm.hotspot.debugger.Address oopAddr
        end local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet$MyVisitor;
            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.compiler.ImmutableOopMapSet$MyVisitor this
        start local 1 // sun.jvm.hotspot.debugger.Address baseOopAddr
        start local 2 // sun.jvm.hotspot.debugger.Address derivedOopAddr
         0: .line 62
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.isClientCompiler:()Z
            ifeq 3
         1: .line 63
            iconst_0
            ldc "should not reach here"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 64
            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 65
            invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
            invokevirtual sun.jvm.hotspot.runtime.VM.useDerivedPointerTable:()Z
            ifeq 6
         5: .line 66
            iconst_0
            ldc "FIXME: add derived pointer table"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         6: .line 68
      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.compiler.ImmutableOopMapSet$MyVisitor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet$MyVisitor;
            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.compiler.ImmutableOopMapSet$MyVisitor this
        start local 1 // sun.jvm.hotspot.debugger.Address narrowOopAddr
         0: .line 71
            aload 0 /* this */
            getfield sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor.addressVisitor:Lsun/jvm/hotspot/runtime/AddressVisitor;
            aload 1 /* narrowOopAddr */
            invokeinterface sun.jvm.hotspot.runtime.AddressVisitor.visitCompOopAddress:(Lsun/jvm/hotspot/debugger/Address;)V
         1: .line 72
            return
        end local 1 // sun.jvm.hotspot.debugger.Address narrowOopAddr
        end local 0 // sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lsun/jvm/hotspot/compiler/ImmutableOopMapSet$MyVisitor;
            0    2     1  narrowOopAddr  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
               Name  Flags
      narrowOopAddr  
}
SourceFile: "ImmutableOopMapSet.java"
NestHost: sun.jvm.hotspot.compiler.ImmutableOopMapSet
InnerClasses:
  private MyVisitor = sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor of sun.jvm.hotspot.compiler.ImmutableOopMapSet