mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 05:45:11 +02:00
8057129: Fix AIX build after the Extend CompileCommand=option change 8055286
Reviewed-by: kvn
This commit is contained in:
parent
a2d18a0238
commit
0bfeda937a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue