src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp	Thu Jan 30 13:10:46 2014
--- new/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp	Thu Jan 30 13:10:46 2014

*** 248,258 **** --- 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?"); ! " 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