diff graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/InitTimer.java @ 21558:d563baeca9df

changed uses of Graal terminology to JVMCI (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Wed, 27 May 2015 13:43:27 +0200
parents b1530a6cce8c
children
line wrap: on
line diff
--- a/graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/InitTimer.java	Wed May 27 13:32:18 2015 +0200
+++ b/graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/InitTimer.java	Wed May 27 13:43:27 2015 +0200
@@ -28,7 +28,7 @@
 
 /**
  * A facility for timing a step in the runtime initialization sequence. This exists separate from
- * {@link DebugTimer} as it must be independent from all other Graal code so as to not perturb the
+ * {@link DebugTimer} as it must be independent from all other JVMCI code so as to not perturb the
  * initialization sequence.
  */
 public final class InitTimer implements AutoCloseable {