--- old/src/cpu/ppc/vm/methodHandles_ppc.cpp 2018-06-14 06:29:45.703289858 -0700 +++ new/src/cpu/ppc/vm/methodHandles_ppc.cpp 2018-06-14 06:29:45.593279999 -0700 @@ -463,7 +463,7 @@ bool has_mh = (strstr(adaptername, "/static") == NULL && strstr(adaptername, "linkTo") == NULL); // static linkers don't have MH const char* mh_reg_name = has_mh ? "R23_method_handle" : "G23"; - tty->print_cr("MH %s %s="INTPTR_FORMAT " sp=" INTPTR_FORMAT, + tty->print_cr("MH %s %s=" INTPTR_FORMAT " sp=" INTPTR_FORMAT, adaptername, mh_reg_name, (intptr_t) mh, (intptr_t) entry_sp); if (Verbose) {