class sun.launcher.LauncherHelper$JrtFirstComparator implements java.util.Comparator<java.lang.module.ModuleReference>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.launcher.LauncherHelper$JrtFirstComparator
super_class: java.lang.Object
{
private final java.util.Comparator<java.lang.module.ModuleReference> real;
descriptor: Ljava/util/Comparator;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Comparator<Ljava/lang/module/ModuleReference;>;
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
invokedynamic apply()Ljava/util/function/Function;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Ljava/lang/Object;
java/lang/module/ModuleReference.descriptor()Ljava/lang/module/ModuleDescriptor; (5)
(Ljava/lang/module/ModuleReference;)Ljava/lang/module/ModuleDescriptor;
invokestatic java.util.Comparator.comparing:(Ljava/util/function/Function;)Ljava/util/Comparator;
putfield sun.launcher.LauncherHelper$JrtFirstComparator.real:Ljava/util/Comparator;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/launcher/LauncherHelper$JrtFirstComparator;
public int compare(java.lang.module.ModuleReference, java.lang.module.ModuleReference);
descriptor: (Ljava/lang/module/ModuleReference;Ljava/lang/module/ModuleReference;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokestatic sun.launcher.LauncherHelper.isJrt:(Ljava/lang/module/ModuleReference;)Z
ifeq 4
1: aload 2
invokestatic sun.launcher.LauncherHelper.isJrt:(Ljava/lang/module/ModuleReference;)Z
ifeq 2
aload 0
getfield sun.launcher.LauncherHelper$JrtFirstComparator.real:Ljava/util/Comparator;
aload 1
aload 2
invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
goto 3
StackMap locals:
StackMap stack:
2: iconst_m1
StackMap locals:
StackMap stack: int
3: ireturn
4: StackMap locals:
StackMap stack:
aload 2
invokestatic sun.launcher.LauncherHelper.isJrt:(Ljava/lang/module/ModuleReference;)Z
ifeq 5
iconst_1
goto 6
StackMap locals:
StackMap stack:
5: aload 0
getfield sun.launcher.LauncherHelper$JrtFirstComparator.real:Ljava/util/Comparator;
aload 1
aload 2
invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
StackMap locals:
StackMap stack: int
6: ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/launcher/LauncherHelper$JrtFirstComparator;
0 7 1 a Ljava/lang/module/ModuleReference;
0 7 2 b Ljava/lang/module/ModuleReference;
MethodParameters:
Name Flags
a
b
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 java.lang.module.ModuleReference
aload 2
checkcast java.lang.module.ModuleReference
invokevirtual sun.launcher.LauncherHelper$JrtFirstComparator.compare:(Ljava/lang/module/ModuleReference;Ljava/lang/module/ModuleReference;)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Ljava/lang/module/ModuleReference;>;
SourceFile: "LauncherHelper.java"
NestHost: sun.launcher.LauncherHelper
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
private JrtFirstComparator = sun.launcher.LauncherHelper$JrtFirstComparator of sun.launcher.LauncherHelper