hotspot/src/cpu/ppc/vm/nativeInst_ppc.cpp
changeset 38133 78b95467b9f1
parent 35594 cc13089c6327
--- a/hotspot/src/cpu/ppc/vm/nativeInst_ppc.cpp	Mon Apr 25 21:25:22 2016 +0300
+++ b/hotspot/src/cpu/ppc/vm/nativeInst_ppc.cpp	Tue Apr 26 10:28:51 2016 +0200
@@ -137,7 +137,7 @@
     return NULL;
 
   address bl_destination = Assembler::bxx_destination(call_addr);
-  if (code->content_contains(bl_destination) &&
+  if (code->contains(bl_destination) &&
       is_NativeCallTrampolineStub_at(bl_destination))
     return bl_destination;