# HG changeset patch # User Christos Kotselidis # Date 1372326255 -7200 # Node ID 35783fbfcf28c22cc4845d65c5f991b81a759b9b # Parent 9210083b253f6c0d7fd4b0c1f4df137e28dc235a Augment comments diff -r 9210083b253f -r 35783fbfcf28 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/meta/HotSpotRuntime.java --- 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 @@ * * * - * 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) {