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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp4538 // be taken as a fieldname. Allow '/' if slash_ok is true.
4540 // Return NULL if no fieldname at all was found, or in the case of slash_ok
4543 char* ClassFileParser::skip_over_field_name(char* name, bool slash_ok, unsigned int length) { argument
4562 if (slash_ok && ch == '/') {

Completed in 74 milliseconds