--- old/src/hotspot/share/gc/shared/collectedHeap.hpp 2017-11-21 12:05:10.550586152 -0800 +++ new/src/hotspot/share/gc/shared/collectedHeap.hpp 2017-11-21 12:05:10.250587183 -0800 @@ -146,7 +146,7 @@ static HeapWord* allocate_from_tlab_slow(Klass* klass, Thread* thread, size_t size); // Sample the allocation via HeapMonitoring. - // overflowed_words represents the number of HeapWords that went passed the + // overflowed_words represents the number of HeapWords that went past the // sampling boundary. This is used to fix the next sampling rate. static void sample_allocation(Thread* thread, HeapWord* obj, size_t size, size_t overflowed_words = 0);