changeset 5605:f8eb2cb76a2f

removed incorrect comment
author Doug Simon <doug.simon@oracle.com>
date Thu, 14 Jun 2012 16:37:40 +0200
parents 46f8a4c46b6a
children 62f1fc8c6c9b ff7961661b96 65bf69eb147c
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/snippets/NewInstanceSnippets.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/snippets/NewInstanceSnippets.java	Thu Jun 14 16:25:54 2012 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/snippets/NewInstanceSnippets.java	Thu Jun 14 16:37:40 2012 +0200
@@ -57,9 +57,6 @@
 
     private static final boolean LOG_ALLOCATION = Boolean.getBoolean("graal.traceAllocation");
 
-    /**
-     * Type test used when the type being tested against is a final type.
-     */
     @Snippet
     public static Object newInstance(
                     @Parameter("hub") Object hub,