class sun.jvm.hotspot.runtime.VM$1 implements java.util.Comparator<sun.jvm.hotspot.runtime.VM$Flag>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.VM$1
  super_class: java.lang.Object
{
  final sun.jvm.hotspot.runtime.VM this$0;
    descriptor: Lsun/jvm/hotspot/runtime/VM;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.runtime.VM);
    descriptor: (Lsun/jvm/hotspot/runtime/VM;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.VM$1 this
         0: .line 1071
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.runtime.VM$1.this$0:Lsun/jvm/hotspot/runtime/VM;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.runtime.VM$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VM$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public int compare(sun.jvm.hotspot.runtime.VM$Flag, sun.jvm.hotspot.runtime.VM$Flag);
    descriptor: (Lsun/jvm/hotspot/runtime/VM$Flag;Lsun/jvm/hotspot/runtime/VM$Flag;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.VM$1 this
        start local 1 // sun.jvm.hotspot.runtime.VM$Flag f1
        start local 2 // sun.jvm.hotspot.runtime.VM$Flag f2
         0: .line 1073
            aload 1 /* f1 */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getName:()Ljava/lang/String;
            aload 2 /* f2 */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            ireturn
        end local 2 // sun.jvm.hotspot.runtime.VM$Flag f2
        end local 1 // sun.jvm.hotspot.runtime.VM$Flag f1
        end local 0 // sun.jvm.hotspot.runtime.VM$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VM$1;
            0    1     1    f1  Lsun/jvm/hotspot/runtime/VM$Flag;
            0    1     2    f2  Lsun/jvm/hotspot/runtime/VM$Flag;
    MethodParameters:
      Name  Flags
      f1    
      f2    

  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 sun.jvm.hotspot.runtime.VM$Flag
            aload 2
            checkcast sun.jvm.hotspot.runtime.VM$Flag
            invokevirtual sun.jvm.hotspot.runtime.VM$1.compare:(Lsun/jvm/hotspot/runtime/VM$Flag;Lsun/jvm/hotspot/runtime/VM$Flag;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lsun/jvm/hotspot/runtime/VM$Flag;>;
SourceFile: "VM.java"
EnclosingMethod: sun.jvm.hotspot.runtime.VM.readCommandLineFlags:()V
NestHost: sun.jvm.hotspot.runtime.VM
InnerClasses:
  sun.jvm.hotspot.runtime.VM$1
  public final Flag = sun.jvm.hotspot.runtime.VM$Flag of sun.jvm.hotspot.runtime.VM