mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-12 06:29:37 +00:00
8057129: Fix AIX build after the Extend CompileCommand=option change 8055286
Reviewed-by: kvn
This commit is contained in:
parent
a2d18a0238
commit
0bfeda937a
@ -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…
x
Reference in New Issue
Block a user