diff graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotResolvedObjectTypeImpl.java @ 21789:5b9adb645217

fixed remnants of "graal" names in JVMCI code
author Doug Simon <doug.simon@oracle.com>
date Mon, 08 Jun 2015 20:24:51 +0200
parents 48c1ebd24120
children
line wrap: on
line diff
--- a/graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotResolvedObjectTypeImpl.java	Mon Jun 08 20:24:05 2015 +0200
+++ b/graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotResolvedObjectTypeImpl.java	Mon Jun 08 20:24:51 2015 +0200
@@ -58,7 +58,7 @@
     private HotSpotResolvedObjectType arrayOfType;
 
     /**
-     * Gets the Graal mirror for a {@link Class} object.
+     * Gets the JVMCI mirror for a {@link Class} object.
      *
      * @return the {@link HotSpotResolvedJavaType} corresponding to {@code javaClass}
      */
@@ -67,7 +67,7 @@
     }
 
     /**
-     * Gets the Graal mirror from a HotSpot metaspace Klass native object.
+     * Gets the JVMCI mirror from a HotSpot metaspace Klass native object.
      *
      * @param metaspaceKlass a metaspace Klass object
      * @return the {@link ResolvedJavaType} corresponding to {@code metaspaceKlass}
@@ -80,7 +80,7 @@
     }
 
     /**
-     * Creates the Graal mirror for a {@link Class} object.
+     * Creates the JVMCI mirror for a {@link Class} object.
      *
      * <p>
      * <b>NOTE</b>: Creating an instance of this class does not install the mirror for the