# HG changeset patch # User Doug Simon # Date 1339684660 -7200 # Node ID f8eb2cb76a2f49bc4c0f70cb8d1cac0b940c70fb # Parent 46f8a4c46b6a895ce2703e1b057c30401a1e9433 removed incorrect comment diff -r 46f8a4c46b6a -r f8eb2cb76a2f graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/snippets/NewInstanceSnippets.java --- 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,