public final class sun.jvm.hotspot.runtime.VM$Flag
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.VM$Flag
  super_class: java.lang.Object
{
  private java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private sun.jvm.hotspot.debugger.Address addr;
    descriptor: Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0002) ACC_PRIVATE

  private int flags;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private void <init>(java.lang.String, java.lang.String, sun.jvm.hotspot.debugger.Address, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lsun/jvm/hotspot/debugger/Address;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
        start local 1 // java.lang.String type
        start local 2 // java.lang.String name
        start local 3 // sun.jvm.hotspot.debugger.Address addr
        start local 4 // int flags
         0: .line 160
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 161
            aload 0 /* this */
            aload 1 /* type */
            putfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
         2: .line 162
            aload 0 /* this */
            aload 2 /* name */
            putfield sun.jvm.hotspot.runtime.VM$Flag.name:Ljava/lang/String;
         3: .line 163
            aload 0 /* this */
            aload 3 /* addr */
            putfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
         4: .line 164
            aload 0 /* this */
            iload 4 /* flags */
            putfield sun.jvm.hotspot.runtime.VM$Flag.flags:I
         5: .line 165
            return
        end local 4 // int flags
        end local 3 // sun.jvm.hotspot.debugger.Address addr
        end local 2 // java.lang.String name
        end local 1 // java.lang.String type
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/jvm/hotspot/runtime/VM$Flag;
            0    6     1   type  Ljava/lang/String;
            0    6     2   name  Ljava/lang/String;
            0    6     3   addr  Lsun/jvm/hotspot/debugger/Address;
            0    6     4  flags  I
    MethodParameters:
       Name  Flags
      type   
      name   
      addr   
      flags  

  public java.lang.String getType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 168
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 172
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.name:Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public sun.jvm.hotspot.debugger.Address getAddress();
    descriptor: ()Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 176
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public int getOrigin();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 180
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.flags:I
            getstatic sun.jvm.hotspot.runtime.VM.Flags_VALUE_ORIGIN_MASK:I
            iand
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public java.lang.String getOriginString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 185
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.flags:I
            getstatic sun.jvm.hotspot.runtime.VM.Flags_VALUE_ORIGIN_MASK:I
            iand
            istore 1 /* origin */
        start local 1 // int origin
         1: .line 186
            iload 1 /* origin */
            getstatic sun.jvm.hotspot.runtime.VM.Flags_DEFAULT:I
            if_icmpne 3
         2: .line 187
            ldc "default"
            areturn
         3: .line 188
      StackMap locals: int
      StackMap stack:
            iload 1 /* origin */
            getstatic sun.jvm.hotspot.runtime.VM.Flags_COMMAND_LINE:I
            if_icmpne 5
         4: .line 189
            ldc "command line"
            areturn
         5: .line 190
      StackMap locals:
      StackMap stack:
            iload 1 /* origin */
            getstatic sun.jvm.hotspot.runtime.VM.Flags_ENVIRON_VAR:I
            if_icmpne 7
         6: .line 191
            ldc "environment"
            areturn
         7: .line 192
      StackMap locals:
      StackMap stack:
            iload 1 /* origin */
            getstatic sun.jvm.hotspot.runtime.VM.Flags_CONFIG_FILE:I
            if_icmpne 9
         8: .line 193
            ldc "config file"
            areturn
         9: .line 194
      StackMap locals:
      StackMap stack:
            iload 1 /* origin */
            getstatic sun.jvm.hotspot.runtime.VM.Flags_MANAGEMENT:I
            if_icmpne 11
        10: .line 195
            ldc "management"
            areturn
        11: .line 196
      StackMap locals:
      StackMap stack:
            iload 1 /* origin */
            getstatic sun.jvm.hotspot.runtime.VM.Flags_ERGONOMIC:I
            if_icmpne 16
        12: .line 197
            ldc ""
            astore 2 /* result */
        start local 2 // java.lang.String result
        13: .line 198
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.flags:I
            getstatic sun.jvm.hotspot.runtime.VM.Flags_WAS_SET_ON_COMMAND_LINE:I
            iand
            getstatic sun.jvm.hotspot.runtime.VM.Flags_WAS_SET_ON_COMMAND_LINE:I
            if_icmpne 15
        14: .line 199
            ldc "command line, "
            astore 2 /* result */
        15: .line 201
      StackMap locals: java.lang.String
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 2 /* result */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "ergonomic"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.String result
        16: .line 202
      StackMap locals:
      StackMap stack:
            iload 1 /* origin */
            getstatic sun.jvm.hotspot.runtime.VM.Flags_ATTACH_ON_DEMAND:I
            if_icmpne 18
        17: .line 203
            ldc "attach"
            areturn
        18: .line 204
      StackMap locals:
      StackMap stack:
            iload 1 /* origin */
            getstatic sun.jvm.hotspot.runtime.VM.Flags_INTERNAL:I
            if_icmpne 20
        19: .line 205
            ldc "internal"
            areturn
        20: .line 206
      StackMap locals:
      StackMap stack:
            iload 1 /* origin */
            getstatic sun.jvm.hotspot.runtime.VM.Flags_JIMAGE_RESOURCE:I
            if_icmpne 22
        21: .line 207
            ldc "jimage"
            areturn
        22: .line 209
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
        23: .line 210
            new java.lang.StringBuilder
            dup
            ldc "Unknown flag origin "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* origin */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " is detected in "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        24: .line 209
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int origin
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   25     0    this  Lsun/jvm/hotspot/runtime/VM$Flag;
            1   25     1  origin  I
           13   16     2  result  Ljava/lang/String;

  public boolean isBool();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 215
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
            ldc "bool"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public boolean getBool();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 219
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 220
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isBool:()Z
            ldc "not a bool flag!"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            getstatic sun.jvm.hotspot.runtime.VM.boolType:Lsun/jvm/hotspot/types/CIntegerType;
            invokeinterface sun.jvm.hotspot.types.CIntegerType.getSize:()J
            getstatic sun.jvm.hotspot.runtime.VM.boolType:Lsun/jvm/hotspot/types/CIntegerType;
            invokeinterface sun.jvm.hotspot.types.CIntegerType.isUnsigned:()Z
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            lconst_0
            lcmp
            ifeq 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public boolean isInt();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 226
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
            ldc "int"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public long getInt();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 230
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 231
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isInt:()Z
            ldc "not an int flag!"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            getstatic sun.jvm.hotspot.runtime.VM.intType:Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            iconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            lreturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public boolean isUInt();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 237
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
            ldc "uint"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public long getUInt();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 241
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 242
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isUInt:()Z
            ldc "not a uint flag!"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            getstatic sun.jvm.hotspot.runtime.VM.uintType:Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            iconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            lreturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public boolean isIntx();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 248
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
            ldc "intx"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public long getIntx();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 252
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 253
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isIntx:()Z
            ldc "not an intx flag!"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            getstatic sun.jvm.hotspot.runtime.VM.intxType:Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            iconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            lreturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public boolean isUIntx();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 259
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
            ldc "uintx"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public long getUIntx();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 263
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 264
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isUIntx:()Z
            ldc "not a uintx flag!"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            getstatic sun.jvm.hotspot.runtime.VM.uintxType:Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            iconst_1
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            lreturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public boolean isSizet();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 270
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
            ldc "size_t"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public long getSizet();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 274
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 275
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isSizet:()Z
            ldc "not a size_t flag!"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            getstatic sun.jvm.hotspot.runtime.VM.sizetType:Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            iconst_1
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            lreturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public boolean isCcstr();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 281
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
            ldc "ccstr"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public java.lang.String getCcstr();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 285
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 286
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isCcstr:()Z
            ldc "not a ccstr flag!"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.utilities.CStringUtilities.getString:(Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public boolean isCcstrlist();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 292
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
            ldc "ccstrlist"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public java.lang.String getCcstrlist();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 296
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 297
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isCcstrlist:()Z
            ldc "not a ccstrlist flag!"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 299
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getAddressAt:(J)Lsun/jvm/hotspot/debugger/Address;
            invokestatic sun.jvm.hotspot.utilities.CStringUtilities.getString:(Lsun/jvm/hotspot/debugger/Address;)Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public boolean isDouble();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 303
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
            ldc "double"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public double getDouble();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 307
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 308
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isDouble:()Z
            ldc "not a double flag!"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            invokeinterface sun.jvm.hotspot.debugger.Address.getJDoubleAt:(J)D
            dreturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public boolean isUint64t();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 314
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
            ldc "uint64_t"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public long getUint64t();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 318
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 319
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isUint64t:()Z
            ldc "not an uint64_t flag!"
            invokestatic sun.jvm.hotspot.utilities.Assert.that:(ZLjava/lang/String;)V
         2: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
            lconst_0
            getstatic sun.jvm.hotspot.runtime.VM.uint64tType:Lsun/jvm/hotspot/types/Type;
            invokeinterface sun.jvm.hotspot.types.Type.getSize:()J
            iconst_1
            invokeinterface sun.jvm.hotspot.debugger.Address.getCIntegerAt:(JJZ)J
            lreturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;

  public java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 325
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isBool:()Z
            ifeq 2
         1: .line 326
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getBool:()Z
            invokestatic java.lang.Boolean.toString:(Z)Ljava/lang/String;
            areturn
         2: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isInt:()Z
            ifeq 4
         3: .line 328
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getInt:()J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
         4: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isUInt:()Z
            ifeq 6
         5: .line 330
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getUInt:()J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
         6: .line 331
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isIntx:()Z
            ifeq 8
         7: .line 332
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getIntx:()J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
         8: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isUIntx:()Z
            ifeq 10
         9: .line 334
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getUIntx:()J
            invokestatic java.lang.Long.toUnsignedString:(J)Ljava/lang/String;
            areturn
        10: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isSizet:()Z
            ifeq 12
        11: .line 336
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getSizet:()J
            invokestatic java.lang.Long.toUnsignedString:(J)Ljava/lang/String;
            areturn
        12: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isCcstr:()Z
            ifeq 17
        13: .line 338
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getCcstr:()Ljava/lang/String;
            astore 1 /* str */
        start local 1 // java.lang.String str
        14: .line 339
            aload 1 /* str */
            ifnull 16
        15: .line 340
            new java.lang.StringBuilder
            dup
            ldc "\""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* str */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* str */
        16: .line 342
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* str */
            areturn
        end local 1 // java.lang.String str
        17: .line 343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isCcstrlist:()Z
            ifeq 22
        18: .line 344
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getCcstrlist:()Ljava/lang/String;
            astore 1 /* str */
        start local 1 // java.lang.String str
        19: .line 345
            aload 1 /* str */
            ifnull 21
        20: .line 346
            new java.lang.StringBuilder
            dup
            ldc "\""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* str */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "\""
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* str */
        21: .line 348
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* str */
            areturn
        end local 1 // java.lang.String str
        22: .line 349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isDouble:()Z
            ifeq 24
        23: .line 350
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getDouble:()D
            invokestatic java.lang.Double.toString:(D)Ljava/lang/String;
            areturn
        24: .line 351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isUint64t:()Z
            ifeq 26
        25: .line 352
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getUint64t:()J
            invokestatic java.lang.Long.toUnsignedString:(J)Ljava/lang/String;
            areturn
        26: .line 354
      StackMap locals:
      StackMap stack:
            new sun.jvm.hotspot.types.WrongTypeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " ("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.jvm.hotspot.types.WrongTypeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;
           14   17     1   str  Ljava/lang/String;
           19   22     1   str  Ljava/lang/String;
}
SourceFile: "VM.java"
NestHost: sun.jvm.hotspot.runtime.VM
InnerClasses:
  public final Flag = sun.jvm.hotspot.runtime.VM$Flag of sun.jvm.hotspot.runtime.VM