# HG changeset patch # User mdoerr # Date 1449496884 -3600 # Node ID 57f50e045064eab332d041e9d019b65e6e6a9718 # Parent 82170e5767c3089d63ae089aef6c5f9ff805f5a6 8144822: PPC64: Fix build after 8072008 Reviewed-by: goetz diff -r 82170e5767c3 -r 57f50e045064 hotspot/src/cpu/ppc/vm/ppc.ad --- a/hotspot/src/cpu/ppc/vm/ppc.ad Fri Dec 04 15:18:46 2015 -1000 +++ b/hotspot/src/cpu/ppc/vm/ppc.ad Mon Dec 07 15:01:24 2015 +0100 @@ -3401,8 +3401,8 @@ CallStubImpl::emit_trampoline_stub(_masm, entry_point_toc_offset, start_offset); if (ciEnv::current()->failing()) { return; } // Code cache may be full. int method_index = resolved_method_index(cbuf); - __ relocate(_optimized_virtual ? opt_virtual_call_Relocate::spec(method_index) - : static_call_Relocate::spec(method_index)); + __ relocate(_optimized_virtual ? opt_virtual_call_Relocation::spec(method_index) + : static_call_Relocation::spec(method_index)); } // The real call.