diff graal/com.oracle.max.cri/src/com/oracle/max/cri/package-info.java @ 4199:aaac4894175c

Renamed cri packages from sun to oracle.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 03 Jan 2012 16:29:28 +0100
parents 8c9c0e1eaab1
children 4ed4295ce15f
line wrap: on
line diff
--- a/graal/com.oracle.max.cri/src/com/oracle/max/cri/package-info.java	Tue Jan 03 16:24:22 2012 +0100
+++ b/graal/com.oracle.max.cri/src/com/oracle/max/cri/package-info.java	Tue Jan 03 16:29:28 2012 +0100
@@ -26,9 +26,9 @@
  * Specifically, this package defines an interface between the compiler and the runtime system of a virtual machine for
  * the instruction set defined in {@link com.oracle.max.graal.compiler.graphbuilder.Bytecodes}. The interface has three components:
  * <ol>
- * <li>the {@link com.sun.cri.ci compiler-provided interface} that must be used by the runtime.
- * <li>the {@link com.sun.cri.ri runtime-provided interface} that must be used by the compiler.
- * <li>the {@link com.sun.cri.xir XIR interface} for translating object operations.
+ * <li>the {@link com.oracle.max.cri.ci compiler-provided interface} that must be used by the runtime.
+ * <li>the {@link com.oracle.max.cri.ri runtime-provided interface} that must be used by the compiler.
+ * <li>the {@link com.oracle.max.cri.xir XIR interface} for translating object operations.
  * </ol>
  *
  * The interface is independent of any particular compiler or runtime implementation.