diff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippets.java @ 14863:ea712c41c5a2

merge unsigned compare guards with constant indexes or limits
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 27 Mar 2014 22:17:54 -0700
parents 390d72c7cc04
children 8db6e76cb658
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippets.java	Thu Mar 27 16:38:39 2014 -0700
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippets.java	Thu Mar 27 22:17:54 2014 -0700
@@ -276,7 +276,7 @@
     }
 
     /**
-     * Maximum number of long stores to emit when zeroing an object with a constant size Larger
+     * Maximum number of long stores to emit when zeroing an object with a constant size. Larger
      * objects have their bodies initialized in a loop.
      */
     private static final int MAX_UNROLLED_OBJECT_ZEROING_STORES = 8;