class jdk.nashorn.internal.codegen.Compiler$2 implements java.util.Comparator<jdk.nashorn.internal.ir.debug.ClassHistogramElement>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.nashorn.internal.codegen.Compiler$2
super_class: java.lang.Object
{
final jdk.nashorn.internal.codegen.Compiler this$0;
descriptor: Ljdk/nashorn/internal/codegen/Compiler;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(jdk.nashorn.internal.codegen.Compiler);
descriptor: (Ljdk/nashorn/internal/codegen/Compiler;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield jdk.nashorn.internal.codegen.Compiler$2.this$0:Ljdk/nashorn/internal/codegen/Compiler;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/nashorn/internal/codegen/Compiler$2;
MethodParameters:
Name Flags
this$0 final
public int compare(jdk.nashorn.internal.ir.debug.ClassHistogramElement, jdk.nashorn.internal.ir.debug.ClassHistogramElement);
descriptor: (Ljdk/nashorn/internal/ir/debug/ClassHistogramElement;Ljdk/nashorn/internal/ir/debug/ClassHistogramElement;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual jdk.nashorn.internal.ir.debug.ClassHistogramElement.getBytes:()J
aload 2
invokevirtual jdk.nashorn.internal.ir.debug.ClassHistogramElement.getBytes:()J
lsub
lstore 3
start local 3 1: lload 3
lconst_0
lcmp
ifge 3
2: iconst_1
ireturn
3: StackMap locals: long
StackMap stack:
lload 3
lconst_0
lcmp
ifle 5
4: iconst_m1
ireturn
5: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljdk/nashorn/internal/codegen/Compiler$2;
0 6 1 o1 Ljdk/nashorn/internal/ir/debug/ClassHistogramElement;
0 6 2 o2 Ljdk/nashorn/internal/ir/debug/ClassHistogramElement;
1 6 3 diff J
MethodParameters:
Name Flags
o1 final
o2 final
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 jdk.nashorn.internal.ir.debug.ClassHistogramElement
aload 2
checkcast jdk.nashorn.internal.ir.debug.ClassHistogramElement
invokevirtual jdk.nashorn.internal.codegen.Compiler$2.compare:(Ljdk/nashorn/internal/ir/debug/ClassHistogramElement;Ljdk/nashorn/internal/ir/debug/ClassHistogramElement;)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Ljdk/nashorn/internal/ir/debug/ClassHistogramElement;>;
SourceFile: "Compiler.java"
EnclosingMethod: jdk.nashorn.internal.codegen.Compiler.printMemoryUsage:(Ljdk/nashorn/internal/ir/FunctionNode;Ljava/lang/String;)V
NestHost: jdk.nashorn.internal.codegen.Compiler
InnerClasses:
jdk.nashorn.internal.codegen.Compiler$2