src/share/vm/memory/cardTableModRefBS.cpp

changeset 548
ba764ed4b6f2
parent 481
8b6e49187640
child 631
d1605aabd0a1
child 643
35ca13d63fe8
child 777
37f87013dfd8
equal deleted inserted replaced
545:a49a647afe9a 548:ba764ed4b6f2
292 } 292 }
293 293
294 // Note that these versions are precise! The scanning code has to handle the 294 // Note that these versions are precise! The scanning code has to handle the
295 // fact that the write barrier may be either precise or imprecise. 295 // fact that the write barrier may be either precise or imprecise.
296 296
297 void CardTableModRefBS::write_ref_field_work(oop* field, oop newVal) { 297 void CardTableModRefBS::write_ref_field_work(void* field, oop newVal) {
298 inline_write_ref_field(field, newVal); 298 inline_write_ref_field(field, newVal);
299 } 299 }
300 300
301 301
302 void CardTableModRefBS::non_clean_card_iterate(Space* sp, 302 void CardTableModRefBS::non_clean_card_iterate(Space* sp,

mercurial