comparison src/share/vm/gc_implementation/g1/g1MarkSweep.cpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents 870aedf4ba4f
children d166675568f6
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
174 // identity hash values, ages, etc) is preserved, and the mark 174 // identity hash values, ages, etc) is preserved, and the mark
175 // word is set to markOop::marked_value - effectively removing 175 // word is set to markOop::marked_value - effectively removing
176 // any hash values from the mark word. These hash values are 176 // any hash values from the mark word. These hash values are
177 // used when verifying the dictionaries and so removing them 177 // used when verifying the dictionaries and so removing them
178 // from the mark word can make verification of the dictionaries 178 // from the mark word can make verification of the dictionaries
179 // fail. At the end of the GC, the orginal mark word values 179 // fail. At the end of the GC, the original mark word values
180 // (including hash values) are restored to the appropriate 180 // (including hash values) are restored to the appropriate
181 // objects. 181 // objects.
182 if (!VerifySilently) { 182 if (!VerifySilently) {
183 gclog_or_tty->print(" VerifyDuringGC:(full)[Verifying "); 183 gclog_or_tty->print(" VerifyDuringGC:(full)[Verifying ");
184 } 184 }