comparison src/cpu/x86/vm/c1_MacroAssembler_x86.cpp @ 4140:716a2c5c0656

Further reduce diff to HotSpot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 01:01:34 +0100
parents b648304ba4ff
children 33df1aeaebbf
comparison
equal deleted inserted replaced
4139:feb590a8497f 4140:716a2c5c0656
322 322
323 // clear rest of allocated space 323 // clear rest of allocated space
324 const Register len_zero = len; 324 const Register len_zero = len;
325 initialize_body(obj, arr_size, header_size * BytesPerWord, len_zero); 325 initialize_body(obj, arr_size, header_size * BytesPerWord, len_zero);
326 326
327 // (tw) fix me 327 // TODO(tw): Re-enable this code once Graal no longer uses this method.
328 // if (CURRENT_ENV->dtrace_alloc_probes()) { 328 // if (CURRENT_ENV->dtrace_alloc_probes()) {
329 // assert(obj == rax, "must be"); 329 // assert(obj == rax, "must be");
330 // call(RuntimeAddress(Runtime1::entry_for(Runtime1::dtrace_object_alloc_id))); 330 // call(RuntimeAddress(Runtime1::entry_for(Runtime1::dtrace_object_alloc_id)));
331 // } 331 // }
332 332