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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
invokevirtual sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor.setAddressVisitor:(Lsun/jvm/hotspot/runtime/AddressVisitor;)V
2: return
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
putfield sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor.addressVisitor:Lsun/jvm/hotspot/runtime/AddressVisitor;
1: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor.addressVisitor:Lsun/jvm/hotspot/runtime/AddressVisitor;
aload 1
invokeinterface sun.jvm.hotspot.runtime.AddressVisitor.visitAddress:(Lsun/jvm/hotspot/debugger/Address;)V
1: return
end local 1 end local 0 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 start local 1 start local 2 0: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.isClientCompiler:()Z
ifeq 3
1: iconst_0
ldc "should not reach here"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
2: 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: invokestatic sun.jvm.hotspot.runtime.VM.getVM:()Lsun/jvm/hotspot/runtime/VM;
invokevirtual sun.jvm.hotspot.runtime.VM.useDerivedPointerTable:()Z
ifeq 6
5: iconst_0
ldc "FIXME: add derived pointer table"
invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
6: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield sun.jvm.hotspot.compiler.ImmutableOopMapSet$MyVisitor.addressVisitor:Lsun/jvm/hotspot/runtime/AddressVisitor;
aload 1
invokeinterface sun.jvm.hotspot.runtime.AddressVisitor.visitCompOopAddress:(Lsun/jvm/hotspot/debugger/Address;)V
1: return
end local 1 end local 0 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