src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp

src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp

Print this page
rev 5826 : 8026849: Fix typos in the GC code, part 2
Summary: Fixed typos in assert messages, flag descriptions and verbose messages
Reviewed-by:

*** 248,258 **** tty->print_cr(" LNC: Found no dirty card in current chunk; leaving LNC entry NULL"); // In the future, we could have this thread look for a non-NULL value to copy from its // right neighbor (up to the end of the first object). if (last_card_of_cur_chunk < last_card_of_first_obj) { tty->print_cr(" LNC: BEWARE!!! first obj straddles past right end of chunk:\n" ! " might be efficient to get value from right neighbour?"); } }) } else { // In this case we can help our neighbor by just asking them // to stop at our first card (even though it may not be dirty). --- 248,258 ---- tty->print_cr(" LNC: Found no dirty card in current chunk; leaving LNC entry NULL"); // In the future, we could have this thread look for a non-NULL value to copy from its // right neighbor (up to the end of the first object). if (last_card_of_cur_chunk < last_card_of_first_obj) { tty->print_cr(" LNC: BEWARE!!! first obj straddles past right end of chunk:\n" ! " might be efficient to get value from right neighbor?"); } }) } else { // In this case we can help our neighbor by just asking them // to stop at our first card (even though it may not be dirty).
src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File