comparison src/cpu/x86/vm/c1_LIRAssembler_x86.cpp @ 1257:7b4415a18c8a

Merge
author kvn
date Fri, 12 Feb 2010 15:27:36 -0800
parents 7f8790caccb0 576e77447e3c
children 3cf667df43ef
comparison
equal deleted inserted replaced
1249:95d21201c29a 1257:7b4415a18c8a
3277 __ movl(Address(mdo, md->byte_offset_of_slot(data, VirtualCallData::receiver_count_offset(i))), DataLayout::counter_increment); 3277 __ movl(Address(mdo, md->byte_offset_of_slot(data, VirtualCallData::receiver_count_offset(i))), DataLayout::counter_increment);
3278 __ jmp(update_done); 3278 __ jmp(update_done);
3279 __ bind(next_test); 3279 __ bind(next_test);
3280 } 3280 }
3281 // Receiver did not match any saved receiver and there is no empty row for it. 3281 // Receiver did not match any saved receiver and there is no empty row for it.
3282 // Increment total counter to indicate polimorphic case. 3282 // Increment total counter to indicate polymorphic case.
3283 __ addl(counter_addr, DataLayout::counter_increment); 3283 __ addl(counter_addr, DataLayout::counter_increment);
3284 3284
3285 __ bind(update_done); 3285 __ bind(update_done);
3286 } 3286 }
3287 } else { 3287 } else {