changeset 6372:a063fdfda5e7

removed duplicated comment
author Doug Simon <doug.simon@oracle.com>
date Thu, 13 Sep 2012 00:27:23 +0200
parents 4b8a9dee2bff
children 12fb1809cedc
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/TLABAllocateNode.java
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/TLABAllocateNode.java	Thu Sep 13 00:25:58 2012 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/nodes/TLABAllocateNode.java	Thu Sep 13 00:27:23 2012 +0200
@@ -53,9 +53,6 @@
     /**
      * @return null if allocation fails
      */
-    /**
-     * @return null if allocation fails
-     */
     @SuppressWarnings("unused")
     @NodeIntrinsic
     public static Word allocateVariableSize(int size, @ConstantNodeParameter Kind wordKind) {