diff -r 7ed47d0b888a -r 390a27af5657 hotspot/src/share/vm/gc/shared/referenceProcessor.cpp --- a/hotspot/src/share/vm/gc/shared/referenceProcessor.cpp Fri Sep 04 17:33:56 2015 -0700 +++ b/hotspot/src/share/vm/gc/shared/referenceProcessor.cpp Tue Aug 18 21:32:21 2015 +0200 @@ -1065,7 +1065,7 @@ // can mark through them now, rather than delaying that // to the reference-processing phase. Since all current // time-stamp policies advance the soft-ref clock only - // at a major collection cycle, this is always currently + // at a full collection cycle, this is always currently // accurate. if (!_current_soft_ref_policy->should_clear_reference(obj, _soft_ref_timestamp_clock)) { return false;