--- old/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp 2014-01-30 13:10:48.000000000 +0100 +++ new/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp 2014-01-30 13:10:48.000000000 +0100 @@ -559,7 +559,7 @@ bool clear_space, bool mangle_space, bool setup_pages) { - assert(clear_space, "Reallocation will destory data!"); + assert(clear_space, "Reallocation will destroy data!"); assert(lgrp_spaces()->length() > 0, "There should be at least one space"); MemRegion old_region = region(), new_region;