Searched refs:INVALID_CLASS (Results 1 – 9 of 9) sorted by relevance
1071 (Error INVALID_CLASS "clazz is not the ID of a class.")1148 (Error INVALID_CLASS "clazz is not the ID of a class.")1225 (Error INVALID_CLASS "clazz is not the ID of a class.")1322 (Error INVALID_CLASS "clazz is not the ID of an interface.")1356 (Error INVALID_CLASS "refType is not the ID of a reference "1393 (Error INVALID_CLASS "refType is not the ID of a reference "1416 (Error INVALID_CLASS "refType is not the ID of a reference "1442 (Error INVALID_CLASS "refType is not the ID of a reference "1488 (Error INVALID_CLASS "refType is not the ID of a reference "1665 (Error INVALID_CLASS "clazz is not the ID of a reference "[all …]
409 public static final int INVALID_CLASS = 21; field in JDWPConstants.Error532 case INVALID_CLASS: in getName()
196 jdwpGetSuperClassReply(stringID, JDWPConstants.Error.INVALID_CLASS); in testSuperClass003()
104 checkReplyPacket(classLoaderReply, thisCommandName, JDWPConstants.Error.INVALID_CLASS); in testClassLoader003()
128 if ( errorCode != JDWPConstants.Error.INVALID_CLASS ) { in testSignature002()
260 CASE_RETURN_JDWP_ERROR_TEXT(INVALID_CLASS) in jdwpErrorText()
225 stream->error = JDWP_ERROR(INVALID_CLASS); in inStream_readClassRef()
341 errorCode == JDWP_ERROR(INVALID_CLASS)) { in instanceCounts()
1887 case JDWP_ERROR(INVALID_CLASS): in map2jvmtiError()2197 return JDWP_ERROR(INVALID_CLASS); in map2jdwpError()