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 145
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 146
            aload 0 /* this */
            aload 1 /* type */
            putfield sun.jvm.hotspot.runtime.VM$Flag.type:Ljava/lang/String;
         2: .line 147
            aload 0 /* this */
            aload 2 /* name */
            putfield sun.jvm.hotspot.runtime.VM$Flag.name:Ljava/lang/String;
         3: .line 148
            aload 0 /* this */
            aload 3 /* addr */
            putfield sun.jvm.hotspot.runtime.VM$Flag.addr:Lsun/jvm/hotspot/debugger/Address;
         4: .line 149
            aload 0 /* this */
            iload 4 /* flags */
            putfield sun.jvm.hotspot.runtime.VM$Flag.flags:I
         5: .line 150
            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 153
            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 157
            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 161
            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 165
            aload 0 /* this */
            getfield sun.jvm.hotspot.runtime.VM$Flag.flags:I
            bipush 15
            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 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 169
            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 173
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 174
            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 176
      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 180
            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 184
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 185
            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 187
      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 191
            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 195
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 196
            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 198
      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 202
            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 206
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 207
            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 209
      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 213
            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 217
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 218
            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 220
      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 224
            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 228
            getstatic sun.jvm.hotspot.utilities.Assert.ASSERTS_ENABLED:Z
            ifeq 2
         1: .line 229
            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 231
      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 java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.VM$Flag this
         0: .line 235
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isBool:()Z
            ifeq 2
         1: .line 236
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getBool:()Z
            invokestatic java.lang.Boolean.toString:(Z)Ljava/lang/String;
            areturn
         2: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isInt:()Z
            ifeq 4
         3: .line 238
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getInt:()J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
         4: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isUInt:()Z
            ifeq 6
         5: .line 240
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getUInt:()J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
         6: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isIntx:()Z
            ifeq 8
         7: .line 242
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getIntx:()J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
         8: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isUIntx:()Z
            ifeq 10
         9: .line 244
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getUIntx:()J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
        10: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.isSizet:()Z
            ifeq 12
        11: .line 246
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.runtime.VM$Flag.getSizet:()J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
        12: .line 248
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // sun.jvm.hotspot.runtime.VM$Flag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/jvm/hotspot/runtime/VM$Flag;
}
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