8057129: Fix AIX build after the Extend CompileCommand=option change 8055286
Reviewed-by: kvn
--- a/hotspot/src/share/vm/compiler/compilerOracle.cpp Sat Aug 02 06:15:23 2014 +0200
+++ b/hotspot/src/share/vm/compiler/compilerOracle.cpp Wed Sep 03 14:39:13 2014 +0200
@@ -382,7 +382,7 @@
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.