Searched refs:match_option (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp108 static bool match_option(const JavaVMOption *option, const char* name, function
134 if (match_option(option, "-Dsun.java.launcher=", &tail)) {
138 if (match_option(option, "-Dsun.java.launcher.pid=", &tail)) {
2031 static bool match_option(const JavaVMOption* option, const char** names, const char** tail, function
2034 if (match_option(option, *names, tail)) {
2144 if (!match_option(option, "-Djava.class.path", &tail) &&
2145 !match_option(option, "-Dsun.java.command", &tail) &&
2146 !match_option(option, "-Dsun.java.launcher", &tail)) {
2157 if (match_option(option, "-verbose", &tail)) {
2169 } else if (match_option(optio
[all...]

Completed in 143 milliseconds