changeset 22230:fc0892fed0f5

Fix comments
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Wed, 15 Jul 2015 09:49:11 -0700
parents eba3c8637295
children a85ef0434dba
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippets.java
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippets.java	Wed Jul 15 16:09:16 2015 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/NewObjectSnippets.java	Wed Jul 15 09:49:11 2015 -0700
@@ -305,7 +305,7 @@
      *
      * @param size number of bytes to zero
      * @param memory beginning of object which is being zeroed
-     * @param constantSize is @ size} known to be constant in the snippet
+     * @param constantSize is {@code size} known to be constant in the snippet
      * @param startOffset offset to begin zeroing. May not be word aligned.
      * @param manualUnroll maximally unroll zeroing
      */
@@ -356,12 +356,12 @@
     }
 
     /**
-     * Full uninitialized memory with garbage value in a newly allocated object, unrolling as
+     * Fill uninitialized memory with garbage value in a newly allocated object, unrolling as
      * necessary and ensuring that stores are aligned.
      *
      * @param size number of bytes to zero
      * @param memory beginning of object which is being zeroed
-     * @param constantSize is @ size} known to be constant in the snippet
+     * @param constantSize is {@code  size} known to be constant in the snippet
      * @param startOffset offset to begin zeroing. May not be word aligned.
      * @param manualUnroll maximally unroll zeroing
      */