--- old/src/share/vm/gc/g1/g1ConcurrentMarkObjArrayProcessor.hpp 2017-03-07 13:41:10.826457978 +0100 +++ new/src/share/vm/gc/g1/g1ConcurrentMarkObjArrayProcessor.hpp 2017-03-07 13:41:10.712454540 +0100 @@ -50,7 +50,7 @@ G1CMObjArrayProcessor(G1CMTask* task) : _task(task) { } - // Process the given continuation "oop". Returns the number of words scanned. + // Process the given continuation. Returns the number of words scanned. size_t process_slice(HeapWord* slice); // Start processing the given objArrayOop by scanning the header and pushing its // continuation.