class sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure implements sun.jvm.hotspot.interpreter.OffsetClosure
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure
super_class: java.lang.Object
{
private sun.jvm.hotspot.interpreter.OopMapCacheEntry entry;
descriptor: Lsun/jvm/hotspot/interpreter/OopMapCacheEntry;
flags: (0x0002) ACC_PRIVATE
private boolean failed;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
void <init>(sun.jvm.hotspot.interpreter.OopMapCacheEntry);
descriptor: (Lsun/jvm/hotspot/interpreter/OopMapCacheEntry;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
aload 0
aload 1
putfield sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure.entry:Lsun/jvm/hotspot/interpreter/OopMapCacheEntry;
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/interpreter/OopMapCacheEntry$VerifyClosure;
0 1 1 entry Lsun/jvm/hotspot/interpreter/OopMapCacheEntry;
MethodParameters:
Name Flags
entry
public void offsetDo(int);
descriptor: (I)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.interpreter.OopMapCacheEntry$VerifyClosure.entry:Lsun/jvm/hotspot/interpreter/OopMapCacheEntry;
iload 1
invokevirtual sun.jvm.hotspot.interpreter.OopMapCacheEntry.isOop:(I)Z
ifne 1
aload 0
iconst_1
putfield sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure.failed:Z
StackMap locals:
StackMap stack:
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/interpreter/OopMapCacheEntry$VerifyClosure;
0 2 1 offset I
MethodParameters:
Name Flags
offset
boolean failed();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure.failed:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/interpreter/OopMapCacheEntry$VerifyClosure;
}
SourceFile: "OopMapCacheEntry.java"
NestHost: sun.jvm.hotspot.interpreter.OopMapCacheEntry
InnerClasses:
VerifyClosure = sun.jvm.hotspot.interpreter.OopMapCacheEntry$VerifyClosure of sun.jvm.hotspot.interpreter.OopMapCacheEntry