changeset 10556:35783fbfcf28

Augment comments
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Thu, 27 Jun 2013 11:44:15 +0200
parents 9210083b253f
children c636b4399ffa
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotRuntime.java
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotRuntime.java	Thu Jun 27 11:42:43 2013 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotRuntime.java	Thu Jun 27 11:44:15 2013 +0200
@@ -855,7 +855,8 @@
      * 
      * </pre>
      * 
-     * TODO (ck): Replace the code below with a snippet.
+     * TODO (ck): Replace the code below with a snippet, properly fix the issue with the unsafe
+     * loads generated by the array copy intrinsics (robust assertions).
      * 
      */
     private void lowerUnsafeLoad(UnsafeLoadNode load, LoweringTool tool) {