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

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c418 static void CCerror (context_type *, char *format, ...);
486 CCerror(context, "Exceeded verifier's limit of 65535 referred classes");
517 CCerror(context, "Cannot find class %s", classname);
738 calls CCerror */
742 /* Don't call CCerror or anything that can call it above the setjmp! */
880 CCerror(context, "Inconsistent access bits.");
958 /* CCerror can give method-specific info once this is set */
983 CCerror(context, "Inconsistent access bits.");
992 CCerror(context, "Illegal instruction found at offset %d", offset);
994 CCerror(contex
3619 CCerror (context_type *context, char *format, ...) function
[all...]

Completed in 30 milliseconds