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

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java51 private static final int JVM_CONSTANT_UnresolvedClassInError = 103; // Resolution failed field in class:ConstantTag
/openjdk10/hotspot/src/share/vm/utilities/
H A DconstantTag.hpp43 JVM_CONSTANT_UnresolvedClassInError = 103, // Error tag due to resolution error enumerator in enum:__anon730
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java67 public static final int JVM_CONSTANT_UnresolvedClassInError = 103; // Error tag due to resolution error field in interface:ClassConstants

Completed in 46 milliseconds