8057129: Fix AIX build after the Extend CompileCommand=option change 8055286
authorsimonis
Wed, 03 Sep 2014 14:39:13 +0200
changeset 26441 fb92944bb02d
parent 26440 0c9e5ee0083a
child 26442 2944daffe62a
child 26576 a9429d24d429
8057129: Fix AIX build after the Extend CompileCommand=option change 8055286 Reviewed-by: kvn
hotspot/src/share/vm/compiler/compilerOracle.cpp
--- 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.