# HG changeset patch # User Doug Simon # Date 1428169644 -7200 # Node ID c77b807725009a53113153edd8d0b751bbd4d57b # Parent ba0f264a71cfc505d3136d0395d5d8a007ef717f removed commented out code diff -r ba0f264a71cf -r c77b80772500 graal/com.oracle.graal.java/src/com/oracle/graal/java/GraphBuilderPhase.java --- a/graal/com.oracle.graal.java/src/com/oracle/graal/java/GraphBuilderPhase.java Sat Apr 04 19:47:04 2015 +0200 +++ b/graal/com.oracle.graal.java/src/com/oracle/graal/java/GraphBuilderPhase.java Sat Apr 04 19:47:24 2015 +0200 @@ -95,13 +95,6 @@ private ResolvedJavaMethod rootMethod; - /** - * If not null, then this indicates {@link #rootMethod} is a replacement or a snippet. - * Furthermore, if it is non-null and not equal to {@link #rootMethod} then this is the - * original method for which a snippet exists (e.g., System.arraycopy()). - */ - // private final ResolvedJavaMethod rootMethodIsReplacement; - private final ReplacementContext initialReplacementContext; private final GraphBuilderConfiguration graphBuilderConfig;