diff 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
line wrap: on
line diff
--- a/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp	Sun Dec 18 00:41:15 2011 +0100
+++ b/src/cpu/x86/vm/c1_MacroAssembler_x86.cpp	Sun Dec 18 01:01:34 2011 +0100
@@ -324,7 +324,7 @@
   const Register len_zero = len;
   initialize_body(obj, arr_size, header_size * BytesPerWord, len_zero);
 
-  // (tw) fix me
+  // TODO(tw): Re-enable this code once Graal no longer uses this method.
 //  if (CURRENT_ENV->dtrace_alloc_probes()) {
 //    assert(obj == rax, "must be");
 //    call(RuntimeAddress(Runtime1::entry_for(Runtime1::dtrace_object_alloc_id)));