changeset 35086 | bbf32241d851 |
parent 33628 | 09241459a8b8 |
child 35090 | 1f5b6aa795d0 |
--- a/hotspot/src/cpu/sparc/vm/assembler_sparc.hpp Fri Dec 04 16:38:04 2015 +0100 +++ b/hotspot/src/cpu/sparc/vm/assembler_sparc.hpp Fri Dec 04 23:46:19 2015 +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