--- old/src/cpu/sparc/vm/assembler_sparc.hpp 2015-10-30 00:18:11.000000000 +0300 +++ new/src/cpu/sparc/vm/assembler_sparc.hpp 2015-10-30 00:18:11.000000000 +0300 @@ -812,6 +812,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