class sun.jvm.hotspot.gc.shared.GenerationIsInClosure implements sun.jvm.hotspot.gc.shared.SpaceClosure
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.gc.shared.GenerationIsInClosure
super_class: java.lang.Object
{
private sun.jvm.hotspot.debugger.Address p;
descriptor: Lsun/jvm/hotspot/debugger/Address;
flags: (0x0002) ACC_PRIVATE
private sun.jvm.hotspot.gc.shared.Space sp;
descriptor: Lsun/jvm/hotspot/gc/shared/Space;
flags: (0x0002) ACC_PRIVATE
void <init>(sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;)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
1: aload 0
aload 1
putfield sun.jvm.hotspot.gc.shared.GenerationIsInClosure.p:Lsun/jvm/hotspot/debugger/Address;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/gc/shared/GenerationIsInClosure;
0 3 1 p Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
p
public void doSpace(sun.jvm.hotspot.gc.shared.Space);
descriptor: (Lsun/jvm/hotspot/gc/shared/Space;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield sun.jvm.hotspot.gc.shared.GenerationIsInClosure.p:Lsun/jvm/hotspot/debugger/Address;
invokevirtual sun.jvm.hotspot.gc.shared.Space.contains:(Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 2
1: aload 0
aload 1
putfield sun.jvm.hotspot.gc.shared.GenerationIsInClosure.sp:Lsun/jvm/hotspot/gc/shared/Space;
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/gc/shared/GenerationIsInClosure;
0 3 1 s Lsun/jvm/hotspot/gc/shared/Space;
MethodParameters:
Name Flags
s
sun.jvm.hotspot.gc.shared.Space space();
descriptor: ()Lsun/jvm/hotspot/gc/shared/Space;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.gc.shared.GenerationIsInClosure.sp:Lsun/jvm/hotspot/gc/shared/Space;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/gc/shared/GenerationIsInClosure;
}
SourceFile: "GenerationIsInClosure.java"