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 // sun.launcher.LauncherHelper$JrtFirstComparator this
         0: .line 1183
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1184
            aload 0 /* this */
            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: .line 1185
            return
        end local 0 // sun.launcher.LauncherHelper$JrtFirstComparator this
      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 // sun.launcher.LauncherHelper$JrtFirstComparator this
        start local 1 // java.lang.module.ModuleReference a
        start local 2 // java.lang.module.ModuleReference b
         0: .line 1189
            aload 1 /* a */
            invokestatic sun.launcher.LauncherHelper.isJrt:(Ljava/lang/module/ModuleReference;)Z
            ifeq 4
         1: .line 1190
            aload 2 /* b */
            invokestatic sun.launcher.LauncherHelper.isJrt:(Ljava/lang/module/ModuleReference;)Z
            ifeq 2
            aload 0 /* this */
            getfield sun.launcher.LauncherHelper$JrtFirstComparator.real:Ljava/util/Comparator;
            aload 1 /* a */
            aload 2 /* b */
            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: .line 1192
      StackMap locals:
      StackMap stack:
            aload 2 /* b */
            invokestatic sun.launcher.LauncherHelper.isJrt:(Ljava/lang/module/ModuleReference;)Z
            ifeq 5
            iconst_1
            goto 6
      StackMap locals:
      StackMap stack:
         5: aload 0 /* this */
            getfield sun.launcher.LauncherHelper$JrtFirstComparator.real:Ljava/util/Comparator;
            aload 1 /* a */
            aload 2 /* b */
            invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
      StackMap locals:
      StackMap stack: int
         6: ireturn
        end local 2 // java.lang.module.ModuleReference b
        end local 1 // java.lang.module.ModuleReference a
        end local 0 // sun.launcher.LauncherHelper$JrtFirstComparator this
      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: .line 1
            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