--- old/src/share/vm/memory/genMarkSweep.cpp 2014-01-15 01:41:56.000000000 +0100 +++ new/src/share/vm/memory/genMarkSweep.cpp 2014-01-15 01:41:56.000000000 +0100 @@ -148,8 +148,8 @@ Universe::update_heap_info_at_gc(); // Update time of last gc for all generations we collected - // (which curently is all the generations in the heap). - // We need to use a monotonically non-deccreasing time in ms + // (which currently is all the generations in the heap). + // We need to use a monotonically non-decreasing time in ms // or we will see time-warp warnings and os::javaTimeMillis() // does not guarantee monotonicity. jlong now = os::javaTimeNanos() / NANOSECS_PER_MILLISEC;