--- old/src/cpu/aarch64/vm/macroAssembler_aarch64.hpp 2017-06-16 19:46:43.826648229 -0400 +++ new/src/cpu/aarch64/vm/macroAssembler_aarch64.hpp 2017-06-16 19:46:43.698641817 -0400 @@ -941,7 +941,7 @@ void untested() { stop("untested"); } - void unimplemented(const char* what = "") { char* b = new char[1024]; jio_snprintf(b, 1024, "unimplemented: %s", what); stop(b); } + void unimplemented(const char* what = ""); void should_not_reach_here() { stop("should not reach here"); }