< prev index next >

src/cpu/ppc/vm/stubGenerator_ppc.cpp

Print this page
rev 7807 : [mq]: bcast

*** 692,702 **** if (UseConcMarkSweepGC) { // TODO PPC port: contribute optimization / requires shared changes __ release(); } ! CardTableModRefBS* const ct = (CardTableModRefBS*)bs; assert(sizeof(*ct->byte_map_base) == sizeof(jbyte), "adjust this code"); assert_different_registers(addr, count, tmp); __ sldi(count, count, LogBytesPerHeapOop); __ addi(count, count, -BytesPerHeapOop); --- 692,702 ---- if (UseConcMarkSweepGC) { // TODO PPC port: contribute optimization / requires shared changes __ release(); } ! CardTableModRefBS* const ct = barrier_set_cast<CardTableModRefBS>(bs); assert(sizeof(*ct->byte_map_base) == sizeof(jbyte), "adjust this code"); assert_different_registers(addr, count, tmp); __ sldi(count, count, LogBytesPerHeapOop); __ addi(count, count, -BytesPerHeapOop);
< prev index next >