# HG changeset patch # User simonis # Date 1409747953 -7200 # Node ID fb92944bb02dc66cb5d8229085e4967a31323331 # Parent 0c9e5ee0083ac58e8404fb64d332469dca8c887b 8057129: Fix AIX build after the Extend CompileCommand=option change 8055286 Reviewed-by: kvn diff -r 0c9e5ee0083a -r fb92944bb02d 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 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.