class sun.jvm.hotspot.oops.ObjectHeap$3 implements java.util.Comparator<sun.jvm.hotspot.debugger.Address>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.oops.ObjectHeap$3
super_class: java.lang.Object
{
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);
descriptor: (Lsun/jvm/hotspot/oops/ObjectHeap;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.jvm.hotspot.oops.ObjectHeap$3.this$0:Lsun/jvm/hotspot/oops/ObjectHeap;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/oops/ObjectHeap$3;
MethodParameters:
Name Flags
this$0 final
public int compare(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 2
invokestatic sun.jvm.hotspot.utilities.AddressOps.lt:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 2
1: iconst_m1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
aload 2
invokestatic sun.jvm.hotspot.utilities.AddressOps.gt:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
ifeq 4
3: iconst_1
ireturn
4: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/oops/ObjectHeap$3;
0 5 1 a1 Lsun/jvm/hotspot/debugger/Address;
0 5 2 a2 Lsun/jvm/hotspot/debugger/Address;
MethodParameters:
Name Flags
a1
a2
public int compare(java.lang.Object, java.lang.Object);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast sun.jvm.hotspot.debugger.Address
aload 2
checkcast sun.jvm.hotspot.debugger.Address
invokevirtual sun.jvm.hotspot.oops.ObjectHeap$3.compare:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lsun/jvm/hotspot/debugger/Address;>;
SourceFile: "ObjectHeap.java"
EnclosingMethod: sun.jvm.hotspot.oops.ObjectHeap.sortLiveRegions:(Ljava/util/List;)V
NestHost: sun.jvm.hotspot.oops.ObjectHeap
InnerClasses:
sun.jvm.hotspot.oops.ObjectHeap$3