changeset 8411:3f6a028deb5f

comment fix
author Doug Simon <doug.simon@oracle.com>
date Wed, 20 Mar 2013 20:23:40 +0100
parents e996a732c740
children 488a5f694786
files graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompilationTask.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompilationTask.java	Wed Mar 20 20:23:23 2013 +0100
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/CompilationTask.java	Wed Mar 20 20:23:40 2013 +0100
@@ -142,7 +142,7 @@
                         if (graph == null || entryBCI != INVOCATION_ENTRY_BCI) {
                             graph = new StructuredGraph(method, entryBCI);
                         } else {
-                            // Compiling an intrinsic graph - must clone the graph
+                            // Compiling method substitution - must clone the graph
                             graph = graph.copy();
                         }
                         InlinedBytecodes.add(method.getCodeSize());