--- old/src/share/vm/services/mallocTracker.cpp 2015-02-09 11:39:11.463021000 -0500 +++ new/src/share/vm/services/mallocTracker.cpp 2015-02-09 11:39:11.086975000 -0500 @@ -52,7 +52,7 @@ } // Make adjustment by subtracting chunks used by arenas -// from total chunks to get total free chunck size +// from total chunks to get total free chunk size void MallocMemorySnapshot::make_adjustment() { size_t arena_size = total_arena(); int chunk_idx = NMTUtil::flag_to_index(mtChunk);