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

/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp804 jboolean ignore_unrecognized, FlagValueOrigin origin) {
808 if (parse_argument(arg, origin) || ignore_unrecognized) {
859 bool Arguments::process_settings_file(const char* file_name, bool should_exist, jboolean ignore_unrecognized) { argument
898 result &= process_argument(token, ignore_unrecognized, CONFIG_FILE);
916 result &= process_argument(token, ignore_unrecognized, CONFIG_FILE);
803 process_argument(const char* arg, jboolean ignore_unrecognized, FlagValueOrigin origin) argument

Completed in 32 milliseconds