< prev index next >

src/hotspot/cpu/arm/macroAssembler_arm.cpp

Print this page
rev 51719 : [mq]: 8210676

*** 258,268 **** ldr(count_temp, Address(scan_temp, Array<Klass*>::length_offset_in_bytes())); add(scan_temp, scan_temp, Array<Klass*>::base_offset_in_bytes()); add(count_temp, count_temp, 1); ! Label L_loop, L_setnz_and_fail, L_fail; // Top of search loop bind(L_loop); // Notes: // scan_temp starts at the array elements --- 258,268 ---- ldr(count_temp, Address(scan_temp, Array<Klass*>::length_offset_in_bytes())); add(scan_temp, scan_temp, Array<Klass*>::base_offset_in_bytes()); add(count_temp, count_temp, 1); ! Label L_loop, L_fail; // Top of search loop bind(L_loop); // Notes: // scan_temp starts at the array elements
< prev index next >