comparison src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp @ 14358:e5d78f318aec

8026849: Fix typos in the GC code, part 2 Summary: Fixed typos in assert messages, flag descriptions and verbose messages Reviewed-by: stefank, tschatzl
author jwilhelm
date Tue, 10 Dec 2013 15:11:02 +0100
parents 63a4eb8bcd23
children d8041d695d19
comparison
equal deleted inserted replaced
14357:79aa45434291 14358:e5d78f318aec
248 tty->print_cr(" LNC: Found no dirty card in current chunk; leaving LNC entry NULL"); 248 tty->print_cr(" LNC: Found no dirty card in current chunk; leaving LNC entry NULL");
249 // In the future, we could have this thread look for a non-NULL value to copy from its 249 // In the future, we could have this thread look for a non-NULL value to copy from its
250 // right neighbor (up to the end of the first object). 250 // right neighbor (up to the end of the first object).
251 if (last_card_of_cur_chunk < last_card_of_first_obj) { 251 if (last_card_of_cur_chunk < last_card_of_first_obj) {
252 tty->print_cr(" LNC: BEWARE!!! first obj straddles past right end of chunk:\n" 252 tty->print_cr(" LNC: BEWARE!!! first obj straddles past right end of chunk:\n"
253 " might be efficient to get value from right neighbour?"); 253 " might be efficient to get value from right neighbor?");
254 } 254 }
255 }) 255 })
256 } else { 256 } else {
257 // In this case we can help our neighbor by just asking them 257 // In this case we can help our neighbor by just asking them
258 // to stop at our first card (even though it may not be dirty). 258 // to stop at our first card (even though it may not be dirty).