8144822: PPC64: Fix build after 8072008
authormdoerr
Mon, 07 Dec 2015 15:01:24 +0100
changeset 35093 57f50e045064
parent 35092 82170e5767c3
child 35095 4ca2192f9709
8144822: PPC64: Fix build after 8072008 Reviewed-by: goetz
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.