diff graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotJVMCIRuntimeProvider.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 48c1ebd24120
children
line wrap: on
line diff
--- a/graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotJVMCIRuntimeProvider.java	Wed May 27 13:32:18 2015 +0200
+++ b/graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotJVMCIRuntimeProvider.java	Wed May 27 13:43:27 2015 +0200
@@ -31,7 +31,7 @@
 //JaCoCo Exclude
 
 /**
- * Configuration information for the HotSpot Graal runtime.
+ * Configuration information for the HotSpot JVMCI runtime.
  */
 public interface HotSpotJVMCIRuntimeProvider extends JVMCIRuntime {
 
@@ -55,7 +55,7 @@
     JavaType lookupType(String name, HotSpotResolvedObjectType accessingType, boolean resolve);
 
     /**
-     * Gets the Graal mirror for a {@link Class} object.
+     * Gets the JVMCI mirror for a {@link Class} object.
      *
      * @return the {@link ResolvedJavaType} corresponding to {@code javaClass}
      */