hotspot/src/cpu/ppc/vm/vtableStubs_ppc_64.cpp
changeset 22861 f5c393d456fc
parent 22852 1063026e8cee
child 23492 af5352f40e65
--- a/hotspot/src/cpu/ppc/vm/vtableStubs_ppc_64.cpp	Tue Dec 10 14:29:43 2013 +0100
+++ b/hotspot/src/cpu/ppc/vm/vtableStubs_ppc_64.cpp	Wed Dec 11 00:06:11 2013 +0100
@@ -113,7 +113,7 @@
   // If the vtable entry is null, the method is abstract.
   address ame_addr = __ pc(); // ame = abstract method error
 
-  __ ld_with_trap_null_check(R12_scratch2, in_bytes(Method::from_compiled_offset()), R19_method);
+  __ load_with_trap_null_check(R12_scratch2, in_bytes(Method::from_compiled_offset()), R19_method);
   __ mtctr(R12_scratch2);
   __ bctr();
   masm->flush();
@@ -147,7 +147,7 @@
 
   // Entry arguments:
   //  R19_method: Interface
-  //  R3_ARG1: Receiver
+  //  R3_ARG1:    Receiver
   //
 
   const Register rcvr_klass = R11_scratch1;