--- old/src/cpu/ppc/vm/vm_version_ppc.cpp 2017-06-30 11:28:00.447646540 +0200 +++ new/src/cpu/ppc/vm/vm_version_ppc.cpp 2017-06-30 11:28:00.275641165 +0200 @@ -697,7 +697,7 @@ // Execute code. Illegal instructions will be replaced by 0 in the signal handler. VM_Version::_is_determine_features_test_running = true; // We must align the first argument to 16 bytes because of the lqarx check. - (*test)(align_ptr_up(mid_of_test_area, 16), (uint64_t)0); + (*test)(align_up(mid_of_test_area, 16), (uint64_t)0); VM_Version::_is_determine_features_test_running = false; // determine which instructions are legal.