src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/ClassConstants.java
changeset 48826 c4d9d1b08e2e
parent 47216 71c04702a3d5
child 54595 a61da18408c1
equal deleted inserted replaced
48825:ef8a98bc71f8 48826:c4d9d1b08e2e
    40     public static final int JVM_CONSTANT_Methodref          = 10;
    40     public static final int JVM_CONSTANT_Methodref          = 10;
    41     public static final int JVM_CONSTANT_InterfaceMethodref = 11;
    41     public static final int JVM_CONSTANT_InterfaceMethodref = 11;
    42     public static final int JVM_CONSTANT_NameAndType        = 12;
    42     public static final int JVM_CONSTANT_NameAndType        = 12;
    43     public static final int JVM_CONSTANT_MethodHandle       = 15;
    43     public static final int JVM_CONSTANT_MethodHandle       = 15;
    44     public static final int JVM_CONSTANT_MethodType         = 16;
    44     public static final int JVM_CONSTANT_MethodType         = 16;
    45     //     static final int JVM_CONSTANT_(unused)           = 17;
    45     public static final int JVM_CONSTANT_Dynamic            = 17;
    46     public static final int JVM_CONSTANT_InvokeDynamic      = 18;
    46     public static final int JVM_CONSTANT_InvokeDynamic      = 18;
    47 
    47 
    48     // JVM_CONSTANT_MethodHandle subtypes
    48     // JVM_CONSTANT_MethodHandle subtypes
    49     public static final int JVM_REF_getField                = 1;
    49     public static final int JVM_REF_getField                = 1;
    50     public static final int JVM_REF_getStatic               = 2;
    50     public static final int JVM_REF_getStatic               = 2;