# HG changeset patch # User Tom Rodriguez # Date 1404759205 25200 # Node ID 434888b63a155966429231760a1cc8eb2b1535a0 # Parent 9fe3cb4630792cd1718a75ec4f0de55edb2e93a5 adjust comment diff -r 9fe3cb463079 -r 434888b63a15 graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/ReplacementsImpl.java --- a/graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/ReplacementsImpl.java Mon Jul 07 14:51:53 2014 +0200 +++ b/graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/ReplacementsImpl.java Mon Jul 07 11:53:25 2014 -0700 @@ -500,9 +500,9 @@ } /** - * Filter nodes has side effects and shouldn't be deleted from snippets when converting - * deoptimizations to guards. Currently this only allows exception constructors to be - * eliminated to cover the case when Java assertions are in the inlined code. + * Filter nodes which have side effects and shouldn't be deleted from snippets when + * converting deoptimizations to guards. Currently this only allows exception constructors + * to be eliminated to cover the case when Java assertions are in the inlined code. * * @param node * @return true for nodes that have side effects and are unsafe to delete