8057129: Fix AIX build after the Extend CompileCommand=option change 8055286

Reviewed-by: kvn
This commit is contained in:
Volker Simonis 2014-09-03 14:39:13 +02:00
parent a2d18a0238
commit 0bfeda937a

View file

@ -382,7 +382,7 @@ bool CompilerOracle::has_option_string(methodHandle method, const char* option)
template<typename T>
bool CompilerOracle::has_option_value(methodHandle method, const char* option, T& value) {
return get_option_value(method, option, value);
return ::get_option_value(method, option, value);
}
// Explicit instantiation for all OptionTypes supported.