--- old/src/cpu/sparc/vm/assembler_sparc.hpp 2015-11-23 21:11:11.000000000 +0300 +++ new/src/cpu/sparc/vm/assembler_sparc.hpp 2015-11-23 21:11:10.000000000 +0300 @@ -816,6 +816,8 @@ inline void call( address d, relocInfo::relocType rt = relocInfo::runtime_call_type ); inline void call( Label& L, relocInfo::relocType rt = relocInfo::runtime_call_type ); + inline void call( address d, RelocationHolder const& rspec ); + public: // pp 150