comparison graal/com.oracle.jvmci.hotspot/src/com/oracle/jvmci/hotspot/HotSpotResolvedPrimitiveType.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
comparison
equal deleted inserted replaced
21788:c1610658bba0 21789:5b9adb645217
38 public final class HotSpotResolvedPrimitiveType extends HotSpotResolvedJavaType implements HotSpotProxified { 38 public final class HotSpotResolvedPrimitiveType extends HotSpotResolvedJavaType implements HotSpotProxified {
39 39
40 private final Kind kind; 40 private final Kind kind;
41 41
42 /** 42 /**
43 * Creates the Graal mirror for a primitive {@link Kind}. 43 * Creates the JVMCI mirror for a primitive {@link Kind}.
44 * 44 *
45 * <p> 45 * <p>
46 * <b>NOTE</b>: Creating an instance of this class does not install the mirror for the 46 * <b>NOTE</b>: Creating an instance of this class does not install the mirror for the
47 * {@link Class} type. Use {@link #fromClass(Class)} instead. 47 * {@link Class} type. Use {@link #fromClass(Class)} instead.
48 * </p> 48 * </p>