class sun.jvm.hotspot.oops.ObjectHeap$LiveRegionsCollector implements sun.jvm.hotspot.gc.shared.SpaceClosure
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.oops.ObjectHeap$LiveRegionsCollector
super_class: java.lang.Object
{
private java.util.List liveRegions;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
final sun.jvm.hotspot.oops.ObjectHeap this$0;
descriptor: Lsun/jvm/hotspot/oops/ObjectHeap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.jvm.hotspot.oops.ObjectHeap, java.util.List);
descriptor: (Lsun/jvm/hotspot/oops/ObjectHeap;Ljava/util/List;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // sun.jvm.hotspot.oops.ObjectHeap$LiveRegionsCollector this
start local 2 // java.util.List l
0: .line 397
aload 0 /* this */
aload 1
putfield sun.jvm.hotspot.oops.ObjectHeap$LiveRegionsCollector.this$0:Lsun/jvm/hotspot/oops/ObjectHeap;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 398
aload 0 /* this */
aload 2 /* l */
putfield sun.jvm.hotspot.oops.ObjectHeap$LiveRegionsCollector.liveRegions:Ljava/util/List;
2: .line 399
return
end local 2 // java.util.List l
end local 0 // sun.jvm.hotspot.oops.ObjectHeap$LiveRegionsCollector this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/oops/ObjectHeap$LiveRegionsCollector;
0 3 2 l Ljava/util/List;
MethodParameters:
Name Flags
this$0 final
l
public void doSpace(sun.jvm.hotspot.gc.shared.Space);
descriptor: (Lsun/jvm/hotspot/gc/shared/Space;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 // sun.jvm.hotspot.oops.ObjectHeap$LiveRegionsCollector this
start local 1 // sun.jvm.hotspot.gc.shared.Space s
0: .line 402
aload 0 /* this */
getfield sun.jvm.hotspot.oops.ObjectHeap$LiveRegionsCollector.this$0:Lsun/jvm/hotspot/oops/ObjectHeap;
aload 1 /* s */
invokevirtual sun.jvm.hotspot.gc.shared.Space.toString:()Ljava/lang/String;
aload 1 /* s */
invokevirtual sun.jvm.hotspot.gc.shared.Space.getLiveRegions:()Ljava/util/List;
aload 0 /* this */
getfield sun.jvm.hotspot.oops.ObjectHeap$LiveRegionsCollector.liveRegions:Ljava/util/List;
invokevirtual sun.jvm.hotspot.oops.ObjectHeap.addLiveRegions:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)V
1: .line 403
return
end local 1 // sun.jvm.hotspot.gc.shared.Space s
end local 0 // sun.jvm.hotspot.oops.ObjectHeap$LiveRegionsCollector this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/oops/ObjectHeap$LiveRegionsCollector;
0 2 1 s Lsun/jvm/hotspot/gc/shared/Space;
MethodParameters:
Name Flags
s
}
SourceFile: "ObjectHeap.java"
NestHost: sun.jvm.hotspot.oops.ObjectHeap
InnerClasses:
private LiveRegionsCollector = sun.jvm.hotspot.oops.ObjectHeap$LiveRegionsCollector of sun.jvm.hotspot.oops.ObjectHeap