Searched defs:JVM_CONSTANT_StringIndex (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java50 private static final int JVM_CONSTANT_StringIndex = 102; // Temporary tag while constructing constant pool field in class:ConstantTag
/openjdk10/hotspot/src/share/vm/utilities/
H A DconstantTag.hpp42 JVM_CONSTANT_StringIndex = 102, // Temporary tag while constructing constant pool enumerator in enum:__anon730
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java66 public static final int JVM_CONSTANT_StringIndex = 102; // Temporary tag while constructing constant pool field in interface:ClassConstants

Completed in 55 milliseconds