public class sun.jvm.hotspot.utilities.ConstantTag
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.utilities.ConstantTag
  super_class: java.lang.Object
{
  private static final int JVM_CONSTANT_Utf8;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int JVM_CONSTANT_Unicode;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int JVM_CONSTANT_Integer;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int JVM_CONSTANT_Float;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int JVM_CONSTANT_Long;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  private static final int JVM_CONSTANT_Double;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  private static final int JVM_CONSTANT_Class;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  private static final int JVM_CONSTANT_String;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private static final int JVM_CONSTANT_Fieldref;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  private static final int JVM_CONSTANT_Methodref;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  private static final int JVM_CONSTANT_InterfaceMethodref;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  private static final int JVM_CONSTANT_NameAndType;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  private static final int JVM_CONSTANT_MethodHandle;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 15

  private static final int JVM_CONSTANT_MethodType;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  private static final int JVM_CONSTANT_Dynamic;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 17

  private static final int JVM_CONSTANT_InvokeDynamic;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 18

  private static final int JVM_CONSTANT_Invalid;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int JVM_CONSTANT_UnresolvedClass;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 100

  private static final int JVM_CONSTANT_ClassIndex;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 101

  private static final int JVM_CONSTANT_StringIndex;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 102

  private static final int JVM_CONSTANT_UnresolvedClassInError;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 103

  private static final int JVM_CONSTANT_MethodHandleInError;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 104

  private static final int JVM_CONSTANT_MethodTypeInError;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 105

  private static int JVM_REF_getField;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int JVM_REF_getStatic;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int JVM_REF_putField;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int JVM_REF_putStatic;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int JVM_REF_invokeVirtual;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int JVM_REF_invokeStatic;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int JVM_REF_invokeSpecial;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int JVM_REF_newInvokeSpecial;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int JVM_REF_invokeInterface;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private byte tag;
    descriptor: B
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 56
            iconst_1
            putstatic sun.jvm.hotspot.utilities.ConstantTag.JVM_REF_getField:I
         1: .line 57
            iconst_2
            putstatic sun.jvm.hotspot.utilities.ConstantTag.JVM_REF_getStatic:I
         2: .line 58
            iconst_3
            putstatic sun.jvm.hotspot.utilities.ConstantTag.JVM_REF_putField:I
         3: .line 59
            iconst_4
            putstatic sun.jvm.hotspot.utilities.ConstantTag.JVM_REF_putStatic:I
         4: .line 60
            iconst_5
            putstatic sun.jvm.hotspot.utilities.ConstantTag.JVM_REF_invokeVirtual:I
         5: .line 61
            bipush 6
            putstatic sun.jvm.hotspot.utilities.ConstantTag.JVM_REF_invokeStatic:I
         6: .line 62
            bipush 7
            putstatic sun.jvm.hotspot.utilities.ConstantTag.JVM_REF_invokeSpecial:I
         7: .line 63
            bipush 8
            putstatic sun.jvm.hotspot.utilities.ConstantTag.JVM_REF_newInvokeSpecial:I
         8: .line 64
            bipush 9
            putstatic sun.jvm.hotspot.utilities.ConstantTag.JVM_REF_invokeInterface:I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
        start local 1 // byte tag
         0: .line 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 69
            aload 0 /* this */
            iload 1 /* tag */
            putfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
         2: .line 70
            return
        end local 1 // byte tag
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;
            0    3     1   tag  B
    MethodParameters:
      Name  Flags
      tag   

  public int value();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 72
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isKlass();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 74
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            bipush 7
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isField();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 75
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            bipush 9
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 76
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            bipush 10
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isInterfaceMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 77
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            bipush 11
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isString();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 78
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            bipush 8
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isInt();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 79
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            iconst_3
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isFloat();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 80
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            iconst_4
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isLong();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 81
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            iconst_5
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isDouble();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 82
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            bipush 6
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isNameAndType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 83
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            bipush 12
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isUtf8();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 84
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            iconst_1
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isMethodHandle();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 85
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            bipush 15
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isMethodType();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 86
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            bipush 16
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isDynamicConstant();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 87
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            bipush 17
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isInvokeDynamic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 88
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            bipush 18
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isInvalid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 90
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isUnresolvedKlass();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 93
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            bipush 100
            if_icmpeq 1
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            bipush 103
            if_icmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isUnresolveKlassInError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 95
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            bipush 103
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isKlassIndex();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 96
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            bipush 101
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isStringIndex();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 97
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            bipush 102
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isKlassReference();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 99
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.ConstantTag.isKlassIndex:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.ConstantTag.isUnresolvedKlass:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isFieldOrMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 100
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.ConstantTag.isField:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.ConstantTag.isMethod:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.ConstantTag.isInterfaceMethod:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public boolean isSymbol();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 101
            aload 0 /* this */
            invokevirtual sun.jvm.hotspot.utilities.ConstantTag.isUtf8:()Z
            ireturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public sun.jvm.hotspot.runtime.BasicType basicType();
    descriptor: ()Lsun/jvm/hotspot/runtime/BasicType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 104
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            lookupswitch { // 14
                    3: 1
                    4: 2
                    5: 3
                    6: 4
                    7: 5
                    8: 5
                   15: 5
                   16: 5
                  100: 5
                  101: 5
                  102: 5
                  103: 5
                  104: 5
                  105: 5
              default: 6
          }
         1: .line 106
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_INT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         2: .line 108
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_FLOAT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         3: .line 110
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_LONG:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         4: .line 112
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_DOUBLE:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         5: .line 124
      StackMap locals:
      StackMap stack:
            getstatic sun.jvm.hotspot.runtime.BasicType.T_OBJECT:Lsun/jvm/hotspot/runtime/BasicType;
            areturn
         6: .line 126
      StackMap locals:
      StackMap stack:
            new java.lang.InternalError
            dup
            new java.lang.StringBuilder
            dup
            ldc "unexpected tag: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.ConstantTag this
         0: .line 131
            new java.lang.StringBuilder
            dup
            ldc "ConstantTag:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.jvm.hotspot.utilities.ConstantTag.tag:B
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.jvm.hotspot.utilities.ConstantTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/ConstantTag;
}
SourceFile: "ConstantTag.java"